Posts
All the articles I've posted.
SOLID Principles
Published: at 04:07 PM (6 min)Summary of the five SOLID principles - Single Responsibility, Open-Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion.
Software Architecture – What It Is and Why It Matters
Published: at 04:07 PM (5 min)Explanation of software architecture, its goals, effects on development/deployment/operation/maintenance, and common architectural patterns with trade-offs.
Understanding Prisma Migrations
Published: at 02:30 PM (4 min)Learn what migrations are in Prisma, when to create them, how they work, and the important commands you need to know.
Git log vs reflog
Published: at 11:46 AM (3 min)Understanding the differences between git log and git reflog commands, their use cases, and how they help in tracking commit history and recovering lost commits.