#dev-diaries
Read more stories on Hashnode
Articles with this tag
Dive into the heart of Spring Boot as we unravel its core principles, from the magic of auto-configuration to the simplicity of embedded servers. · If...
CORS: Don't Let It Slow You Down - A Comprehensive Guide for Web Developers · If you’re a web developer, chances are you’ve come across the pesky CORS...
Learn about DNS hierarchy, types, records, propagation, caching, security, and load balancing. · The article’s objective is to cover all the key...
Redux is a predictable state container for JavaScript apps. Do I need to use Redux in my React app? It depends. If your app is simple and works with...
What are Error Boundaries ? React Error Boundaries are used to show a user-friendly UI to users when unexpected JavaScript errors occur. A JavaScript...
React custom hooks help us to extract component logic into reusable functions · To make life simpler for developers, React has introduced a wide variety...