Tag: Software Design
How to Make your If Statements more readable by using this ES2020 Feature
April 26, 2021 · 1 min read
Use Optional Chaining to reduce Noise-to-Signal Ratio.
The Origins of OOP
November 20, 2020 · 3 min read
A short blog post about the origins of object-oriented Programming
Interface Segregation Principle in JavaScript and TypeScript
January 8, 2020 · 2 min read
Interface Segregation Principle in the context of JavaScript and TypeScript.