Categories
Notes
How to deal with errors? To throw or not to throw
Not dealing with errors properly makes difficult to get readable code. These are a few guidelines on how to properly deal with them.
Refactoring
Design Patterns
How to deal with errors? To throw or not to throw
Refactoring
How to avoid undefined errors with destructuring
Refactoring
Design Patterns
Should I refactor code that will run only once?
Refactoring
Test Driven Development
Agile
Coaching
Scrum And XP
Architecture
Leadership
Mindset
Product Development
How to move from OOP to FP: A JavaScript Pattern Progression
Refactoring
Design Patterns
How to use curry functions to improve code
Refactoring
Design Patterns