Tag: Software Design
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.
Liskov Substitution Principle in JavaScript and TypeScript
January 6, 2020 · 2 min read
The Liskov Substitution Principle in the context of JavaScript and TypeScript.