By utilizing Kubernetes and Prometheus to establish a self-healing infrastructure, organizations can construct systems that are both highly available and fault-tolerant
Setting up CI/CD for Kubernetes is challenging. In this blog, the author walks through the process of creating k8s-native CI/CD pipelines using Devtron.
Dive into implementing NATS JetStream as queues in Golang with this guide. Learn essential concepts and techniques for building scalable distributed systems.
In this article, I’ll show you how to build a (surprisingly cheap) 4-node cluster packed with 16 cores and 4GB RAM to deploy a MariaDB replicated topology.
Learn how Redpanda is deployed in K8s with components like the reimplementation of Kafka broker, StatefulSets, nodeport, persistent storage, and observability.
Creating WireMock stubs requires extra effort; @GenerateWireMockStub for Spring REST controllers makes the creation of WireMock stubs for tests safe and effortless.
If you're not a REST expert, you probably use the same HTTP codes over and over in your responses. Here, learn how using the correct response status codes can make your API stand out.
Learn valuable information presented at a talk from Conf42 Golang 2023, which was geared toward folks who are looking to get started with Redis and Go.
Build powerful RESTful APIs using Java Spring Boot. Use our quick and easy tutorial for retrieving credit scores and setting up a basic REST API using Postman.