Posts
All the articles I've posted.
Streamlining Backend Architecture: A Guide to the Generic Repository Pattern with TypeScript and Sequelize
Published: at 10:00 AMLearn how to implement a generic repository pattern in a TypeScript backend project to improve code reusability and maintainability.
Understanding Big O Notation: Comparing Different Types and How to Optimize Your Code
Updated: at 02:06 PMLearn about Big O Notation, compare different complexity types, and optimize an inefficient code example using Golang.
Understanding Binary Tree and Its Usefulness
Published: at 01:58 PMA simple guide to understanding binary trees, their usefulness, and real-life scenarios like SQL databases.