Cloud technologies have changed the everyday life of developers in recent years and are being used in more and more applications. One particular cloud-based database technology that I have taken a closer look at in recent weeks is Azure Cosmos DB. In this article, I would like to present the advantages of this technology and show why it is particularly suitable for the development of web applications. I will also explain how it works and show you how to configure Cosmos DB.
TDD in Practice: How you can actually use it
Are you looking to improve the code quality of your software development projects? Test-Driven Development (TDD) is a proven approach that can help you achieve this goal. In this step-by-step guide, I will walk you through the process of implementing TDD in your projects, from creating basic tests to continuous code refactoring. Let’s dive in! … Read more