This article goes through the process of choosing the right components for your database server, ensuring the best performance for database workloads and apps.
For a successful software project, it is essential to perform all stage-specific tasks of your development model. In this post, let's look at the 8 main stages of SDLC.
In this post, we'll look at all 3 Azure hosting services and compare them against each other to determine the overall service compatibility with your project.
It's the 3rd part of our multi-tenancy application series and today we will see how to let the application connect to multiple databases depending on the request.
In this article, we'll learn how to use Kotlin-TDD to implement the TDD technique. We'll also learn how to improve the readability of our tests and reuse the same process.
In traditional unit testing, we set up our tests around edge cases. Jqwik validates against a whole range of possible inputs, making it better at catching regressions.
Azure App Service is one of my favorite cloud services in terms of hosting web applications because of the ease of scaling that I frequently need. Let's see how!
I mentioned previously that I had submitted some content to DevConf.CZ 2022 with a focus on the architecture work I've been doing lately. What's DevConf.cz? ...
Some common Kubernetes anti-patterns, some design patterns to use instead, and how Kong Ingress Controller can help implement the recommended design patterns.