Right-Sized Observability: How to Avoid Both Blind Spots and Noise
As developers, we’ve all been there: chasing a bug that feels like hunting a ghost through a dark, distributed system. Observability—the ability to understand a system’s internal state from its...
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
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 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...