
Testing in Dev Cycle
This is my perspective on testing and its impact on becoming a better developer versus merely writing more code about one's code.
Read MoreThoughts, tutorials, and insights about software development, React, and modern web technologies.

This is my perspective on testing and its impact on becoming a better developer versus merely writing more code about one's code.
Read More
Stop guessing which C# keywords to use. Master the CIDIS model to choose between class, record, interface, internal, and sealed with confidence. Learn how focusing on these C# fundamentals reduces bugs, improves code quality, and helps your team release faster.
Read More
How a simple user ID generation problem led me to understand race conditions, delivery semantics, and the Outbox/Inbox patterns that power modern distributed systems.
Read More
A comprehensive comparison of JWT and cookie-based authentication, exploring how each works, their security implications, and when to use each approach in modern web applications.
Read More