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.

Vue Form Validation using Yup

January 30, 2023 · 2 min read
Validate your form input with Yup

Docker Cheat Sheet

November 29, 2022 · 1 min read

Dependency Inversion Principle in JavaScript and TypeScript

January 18, 2022 · 2 min read
Interface Segregation Principle in the context of JavaScript and TypeScript.

Async forEach

September 9, 2021 · 1 min read
Why forEach and async functions don't mix

The basics of JWT (JSON Web Tokens) for Dummies

August 3, 2021 · 2 min read
Simple concise explanation of JSON Web Tokens
← Prev
Page 1 of 7
Next →