How does writing help from a developer's perspective

One shot answer For me, yes, It doesn’t apply to every person How it Started When I first started my job as a developer, I started looking at what other...

My Journey into the dotfiles management hell hole

I will take you through how i got from knowing nothing about dotfiles to scratching my head to come up with a perfect way to manage my dotfiles The different...

Leveraging NFS Filesystem as Volumes in Docker: A Comprehensive Guide

Containers on two Docker hosts sharing one NFS-backed volume

As a DevOps engineer, I’ve had my fair share of experiences with containerized environments and the challenges that come with managing data persistence. One of the most significant problems I’ve...

TFTP: A Lightweight Protocol for File Transfer

TFTP communication flow between client and server

TFTP protocol overview TFTP known as Trivial File transfer protocol is a simple file transfer protocol with features such as get or put files. Unlike FTP or SFTP which can...

Understanding memory and swap usage in Linux

RAM fills with pages and inactive ones get moved out to swap on disk

Introduction This blog will help you figure out how to check how much memory is left on your Linux machine. Knowing this will tell you if your server is running...