Browsing Tag
backenddevelopment
12 posts
Designing Data-Intensive Applications [Book Review]-The Big Ideas Behind Reliable, Scalable and Maintainable Systems
Introduction Most backend developers eventually reach a point where they realize: learning another framework won’t meaningfully move them…
Building Microservices: Designing Scalable and Maintainable Back-End Architectures
“What got you here won’t get you there.” That saying holds true in software development more than anywhere…
API Testing 101: How to Use Postman Like a Pro
👋 Hey devs! APIs run the world of modern apps — and Postman is the ultimate tool to…
Introduction to system design
What is system design? System design is the process of defining the elements of a system, as well…
Caching in Django
Caching = Where to store + What to cache What is Caching? Caching is the process of storing…
🚀 API Maker : Release Notes for v1.12.0
⭐ February 2025 ⭐ Changes [BUG] : Getting circular dependency error in API call when same API is…
The difference between arrays as Lists in Java?
Arrays and Lists are part of data structures and are important for software development. Arrays and lists are…
Ultimate Spring Boot Interview Preparation Guide
1. Why Spring Boot? Spring based applications have a lot of configuration. When we use Spring MVC, we…
The Advantages of Bun: When to Choose it Over Node.js 🔥
Node has long been the dominant force in server-side JavaScript runtime environments. However, a new contender has emerged:…
The CORS Conundrum
If you’re a back end developer you must have been in a position where the API you wrote…