Circuit Breaker Pattern With Netflix-Hystrix: Java

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

CockroachDB With Kerberos and Custom Service Principal Name (SPN)

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

Setting Up A Docker Registry As Pull Through Cache

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

Comparing IaC Tools for Azure: Terraform and Bicep

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

Microservices Testing: Key Strategies and Tools

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

ClickHouse or StarRocks? Here is a Detailed Comparison

While StarRocks and ClickHouse have a lot in common, there are also differences in functions, performance, and application scenarios. Check out this ... Read all

Speed up Large-Scale ML/DL Offline Inference Jobs at Microsoft Bing

This article shares our observations and the practice to solve the challenges while running inference at scale. Read all

Distributing a Java Command-Line Application

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

Scaling in Azure App Service – Almost Everything You Need To Know

Azure App Service is one of my favorite cloud services in terms of hosting web applications due to the ease of scaling that I frequently need. Let's see how! Read all

Chef 101: Getting Started With Automation

Everything you need to get started with configuration management and system compliance using the Chef ecosystem. Set up a Chef Infra Server and start coding. Read all

Single Responsibility Principle: The Most Important Rule in the Software World

Do you want to know the most important singular rule in the world of software engineering? Here you can learn why it should matter to all engineers. Read all

Watching the Requests Go By: Reconstructing an API Spec with APIClarity

Read all

KubeMQ: A Modern Alternative to Kafka

Read all

 

 

 

 

Top