#development
Read more stories on Hashnode
Articles with this tag
Understanding Promises 🤝 Before the widespread adoption of async/await, Promises served as the primary solution for managing asynchronous tasks in...
Hey there! Ever heard of Docker? It's like a super tool for developers that makes putting your apps in containers a breeze. Whether you're just...
Serverless computing refers to the paradigm of building and running applications without managing the underlying servers. With serverless, the cloud...
Trunk Based Development (TBD) is a software development approach where all developers work on a single branch, often called the "trunk" or "mainline"...