Technical Writings
Insights on software engineering, backend development, and lessons from building real-world applications.
BackendFeatured
Spring Boot REST API Best Practices for Production
A comprehensive guide to building production-ready REST APIs with Spring Boot — covering error handling, validation, pagination, and security.
FrontendFeatured
Modern React Patterns Every Developer Should Know in 2024
Exploring compound components, render props, custom hooks, and context patterns to write scalable React applications.
20 February 20246 min read Database
Database Design Tips That Will Save You From Future Pain
Common mistakes developers make in DB schema design and how proper normalization, indexing, and constraints prevent costly migrations.
10 January 20245 min read