5 posts · newest first
Blog
Everything I publish, in one feed. Deep dives on backend architecture — microservices, event-driven workflows, message brokers, and the API-gateway plumbing behind them — pulled live from all my writing. Cross-posts are merged into a single card, and every card opens the original piece.
OWASP Top 10: What Every Developer Should Actually Know
Security is one of those topics most developers understand in theory but skip in practice. We know we should hash passwords. We know SQL injection is bad.…
Compiled vs. Interpreted Languages: What's the Difference?
Understanding how programming languages are executed is fundamental for developers. This article explores the differences between compiled and interpreted…
React Interview Questions
Photo by Lautaro Andreani on Unsplash Welcome to my new Interview Questions episode, In this episode, I will discuss about important react interview questions.…
Redux Interview Questions
What is Redux? Redux is an open-source JavaScript library for managing and centralizing application states. It is most commonly used with libraries such as…
Object Oriented Programming in JavaScript(ES6)
What is OOP? Object Oriented Programming (OOP) is a programming paradigm that relies on classes and objects. Classes are like blueprints and objects are like…