API as a Product

IntroductionThe best product managers and engineers understand that their core product is not a line of code or a set of features. The actual value you deliver to your users is an experience, and the most important part of that experience is an API.A...

Read More
Nov 08, 2022
Configure and manage quorum And avoid brain split

IntroductionQuorum is a mechanism that enables you to prevent a split brain. When you have two or more nodes in your cluster, quorum allows you to be sure that only one node can accept writes at a time and that the other nodes need to commit their wr...

Read More
Nov 02, 2022
no code for coders

IntroductionHave you ever wanted to get started with coding but don't know where to start? Low-code/no-code development platforms are tools that allow you to build software applications without the need for any previous coding knowledge. You can use...

Read More
Oct 29, 2022
Has Kustomize killed Helm for Kubernetes deployments?

IntroductionSince Kubernetes was released in 2014, developers have struggled to build a direct replacement for Helm. Thats because Helm offers an abstraction that allows you to deploy complex applications by describing them in terms of charts. Its ve...

Read More
Oct 22, 2022
Installing Kubernetes and Docker in offline scenarios

Start using Kubernetes without installing a cluster.K1s is a free Kubernetes Serverless cluster perfect for newbies and developers for fast testing and learning.Download and Install DockerYUM performs dependency resolution when installing, updating,...

Read More
Oct 11, 2022
Helmee to Helm You

Are you struggling to keep the agile pace on your continuous deployment projects because you need to maintain several environments simultaneously, for developers, testers, demos, and production?I will tell you how to easily and automatically generate...

Read More
Sep 30, 2022
Linux for Windows Users

If you are a Windows user; but love Linux (as most developers are), or you use Linux daily on your job on remote servers, or simply, you prefer Linux, but somehow you are stuck on a Windows PC; then, you will love this: WSL (Windows Subsystem for Lin...

Read More
Sep 29, 2022
How To Manage Multiple Environments With Helm

Deploying complex applications across multiple environments is hard, and time-consuming. There has to be a better way! Helm is the solution to this problem! It allows you to package your application as a chart and deploy it with one command. Helm int...

Read More
Sep 29, 2022