Backend Byte

Thinking will not overcome fear but action will.

OpenTelemetry Demystified: From Concept to Implementation

"A Comprehensive Guide to Mastering Distributed Tracing, Metrics, and Observability in Modern Software Systems"

Introduction to OpenTelemetry OpenTelemetry is an open-source observability framework designed to create and manage telemetry data such as traces, metrics, and logs. It provides a collection of ...

Understanding Go's net/http Package: A Comprehensive Guide

"net/http Package in Golang"

Go’s net/http package is a powerful and versatile library for building HTTP clients and servers. It provides a robust set of tools for handling HTTP requests and responses, making it an essential...

Optimizing PostgreSQL for Large-Scale Data Insertions: From INSERT to COPY and Beyond

"Optimizing PostgreSQL for Large-Scale Data Insertion"

When dealing with massive datasets in PostgreSQL, efficiency becomes crucial. Recently, I faced a challenge while inserting 20 million records into a database while working on one of my hobby pro...

Race Condition between Database and Application in Docker Container

"Race Condition between Database and Application in Docker Container"

In the realm of containerized applications, particularly those orchestrated with Docker, developers often encounter a subtle yet critical challenge: managing the startup sequence of interdependen...

Getting Started with PostgreSQL:- Essential psql Command Line Skills for Beginners

"PostgreSQL and PSQL Basics for Beginners"

Nearly three years ago, I upgraded to Ubuntu 22.04 LTS. After the upgrade, I ran into problems with pgAdmin 4 when working with PostgreSQL. As a result, I had to rely on the psql interactive shell ...

Setting Up a Kubernetes Cluster with k3s on Bare Metal Server

"Configure kubernetes"

Introduction This article provides a step-by-step guide for setting up a Kubernetes cluster using k3s on a bare metal server. k3s is a lightweight Kubernetes distribution designed for resource-con...

ArgoCD configuration on Bare metal with nginx-ingress and cloudflare tunnel

"Setting Up ArgoCD: A Guide to Configuration with Nginx-Ingress and Cloudflare Tunnel on Bare Metal"

Before starting, lets visualize a illustration how it works User initiates a request to a web application hosted on a cluster server. DNS resolution directs the user to Cloudflare. Cloudflare ac...

Hello 2024

"Hello World, Hello Blog"

Welcome to Backend Byte! We are thrilled to have you join us on this vibrant online platform dedicated to all things backend-related. Whether you’re a seasoned developer, a curious newcomer, or ...

Essential Git Commands for Daily Use

"Essential Git Commands for Daily Use"

As a engineer at Poridhi, I frequently need to use Git commands to manage my codebase, track changes, collaborate with team members, and maintain an organized workflow. Over the past five months of...