Threading is ridiculously complex to get right, and the idea of having 5,000 background worker threads is of course madness, unless you're using Hyperlambda, at which point it's just another Saturday
Node.js is one of the most widely used technologies today as modern application development. Why consider it for backend web development in 2022? Find out here.
In this tutorial, learn how to use Object Store V2 REST APIs to dynamically update the values present in Object Store without making any changes to our code.
This is the first post in a series of tutorials to demonstrate how to easily integrate CockroachDB into your daily work. Today, we're covering docker-compose and a single node Cockroach cluster.
In this video tutorial, I will demonstrate the blue/green deployment of the Spring Boot REST API. Follow the demonstration to learn seven important steps.
In this post of our series “Stranger things in Java” - dedicated to Java insights, we will try to clarify the use of the underscore symbol "_" in Java programming.
In this article, we'll discuss common performance mistakes and anti-patterns in distributed cloud-based architectures. We'll also cover a heavy load application checklist.
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.
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!
Some common Kubernetes anti-patterns, some design patterns to use instead, and how Kong Ingress Controller can help implement the recommended design patterns.