Implementing DevOps to enable business teams to support their data pipeline — aka ingest, integrate, and efficiently analyze data — can be a gamechanger. Read all
Explore the challenges of building and debugging a service on your desktop. Learn 5 options of how to test your services in your microservice-based application. Read all
This article covers what the circuit breaker pattern is, what it does, and how to use the library as an implementation of the circuit breaker pattern. Read all
This is another installment of CockroachDB and Kerberos coverage. Today, I'm going to demonstrate a way to override a custom service principal name (SPN). Read all
In this follow-up article, we'll show you step-by-step how to set up the pull-through cache (aka registry mirror) for use in Docker and/or Kubernetes. Read all
Bicep might be a strong contender for people who are familiar with ARM already but may not be with other IaC tools, such as Terraform. Let's see why is that! Read all
Which different types of tests exist for microservices, how can they work for other areas of software, and what are their benefits? Read this post for answers. Read all
While StarRocks and ClickHouse have a lot in common, there are also differences in functions, performance, and application scenarios. Check out this ... Read all
In this article, I'll show you how to package and distribute a java command-line application and the challenges one has to face to implement it. Read all