Summary of "A Philosophy of Software Design" by John Ousterhout
December 29, 2023 · 38 min read
A summary of "A Philosophy of Software Design" a book written by John Ousterhout.
Dependency Inversion Principle in JavaScript and TypeScript
January 18, 2022 · 2 min read
Interface Segregation Principle in the context of JavaScript and TypeScript.
The basics of JWT (JSON Web Tokens) for Dummies
August 3, 2021 · 2 min read
Simple concise explanation of JSON Web Tokens