TDD in Practice: How you can actually use it

Multiple laptops on a single desk, people working on it to create software.

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

The Benefits of Test-Driven Development (TDD) in Software Development

person writing on white paper

Test-Driven Development (TDD) is a software development methodology that has gained popularity in recent years. Rooted in Extreme Programming (XP – see extremeprogramming.org), it’s an integral part of agile software development. TDD not only enhances software quality and reliability but also improves maintainability and scalability of the code. It also assists developers in focusing on … Read more

Develop Scalable Applications with the Right Database: Azure Cosmos DB

Concept of a modern, futuristic, distributed cloud database with a greenish color scheme. The illustrations feature a semi-transparent cloud with glowing digital files and interconnected cylinders.

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.

Read more

Fascinating New Technologies – My Takeaways From The Web Developer Conference 2023 In Hamburg

Presentation shown at the Web Developer Conference 2023 in a conference room with lots of spectators following the presentation.

Three days of Web Developer Conference in Hamburg. With many workshops, talks and dev sessions, the innovations in web development were presented. As different as the formats were, as extensive were the topics. From Clean Code to innovations in technology to AI with ChatGPT and GitHub Copilot. Nothing was left out.

Read more

How to deploy a productive Strapi instance on Azure (fast)

Containers and cloud up arrow software concept

You’re looking for a performant way to host your website with a CMS? You will quickly come across Strapi. Where the documentation is still ok during development, it could be better for the productive implementation. In this article I want to describe the steps to get your Strapi instance up and running in Azure.

Read more