18 followers
Having fun in tech
What is database partitioning? Database partitioning means breaking your large data into smaller partitions to access the data quickly. For example,...
Introduction Hexagonal Architecture (also known as Ports and Adapters pattern) organizes code to enforce separation of concerns and dependency...
Introduction Inode management is a critical aspect of Linux system administration and backend development that often goes overlooked until it becomes...
Jenkins is one of the most famous automation servers in the market. In this series, we will explore Jenkins by integrating it with some monitoring and...
We assume you already have an EKS cluster running, if you don't please refer to this article to create a cluster on EKS. Setup grafana on EKS Create a...
Let's start by creating the cluster, if you already have a cluster running you can skip this part. Creating the EKS cluster Sign in to your AWS...