Configuration Management
Configuration management in backend systems isn’t just about storing database passwords, API keys, or auth secrets—that’s like saying a car is just its engine. It’s much broader. It defines how your s
Mar 19, 20265 min read5
Search for a command to run...
Articles tagged with #programming-blogs
Configuration management in backend systems isn’t just about storing database passwords, API keys, or auth secrets—that’s like saying a car is just its engine. It’s much broader. It defines how your s
Background Jobs in Backend Systems Background jobs are tasks executed asynchronously outside the main request–response cycle of a web application. Instead of performing all operations during an API
Database is a persistence layer, which performs the operations of CRUD. In context of Databases for Backend, we mean Disk based ( secondary storage or Hard Disk based storage). The reason we use Disk