Browsing Tag
backenddevelopment
14 posts
Building an Authentication System With Express JWT: A Step-by-Step Guide
If you are currently building mini API projects with Express.js, you will have noticed this: anyone can send…
POST /items: Adding New Data to Your API with FastAPI & Pydantic
From Read-Only to Interactive Until now our API could only read data. Today we add the ability to…
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…