I Survived a Massive DDoS Attack and Made My Server Bulletproof
After facing a massive DDoS attack on my self-hosted server, I learned the hard way how important firewalls areāespecially cloud firewalls that can stop malicious traffic before it even reaches your server. In this blog, I share my journey from near-server meltdown to bulletproofing my setup, exploring the difference between traditional and cloud firewalls, and how a few simple steps can protect your server from hackers and their bots. If you're thinking about self-hosting, you won't want to miss this!
Linux, I Choose You! š§
In this blog, I dive into why I love Linux and why itās the only operating system I use on my personal machine. From ownership and freedom to open-source values, I explain what makes Linux special for me and why it aligns with my morals and passions as a developer.
Hitchhiker's Guide to the Arch Linux Installation
This guide is the perfect companion for your first Arch Linux installation. It breaks down the process step by step, simplifying the technical details, and ensuring you donāt feel lost. From partitioning the disk to setting up a swap file, Iāll guide you through it allāincluding a few pro tips to save you from the mistakes I made as a beginner.
Sed It Right: Mastering the Stream Editor for Text Magic
In this post, we dive into the power of sed, the stream editor that makes text manipulation fast and efficient. From simple find-and-replace tasks to powerful regex transformations, sed can handle it all.