Blog 8 — CI/CD: Automating Your Next.js Deployment with GitHub ActionsLinux for Everyday Use | Part 8 of the Linux → Deploy Series In Blog 7, you ended up with this deploy routine: ssh aakib@your-server-ip ~/deploy.sh Two commands. Not bad. But every time you push a cJun 8, 2026·8 min read·6
Building Clock OS v3.0: Mastering TanStack Query for Real-Time Server State in ReactModern productivity apps live and die by real-time accuracy. Whether it’s calendars, clocks, dashboards, or analytics, users expect data to stay fresh without sacrificing performance. While building Clock OS v3.0, a system-level time interface built ...Jan 22, 2026·3 min read·10
Understanding Linux File Ownership and Permissions (chown & chmod Explained)Managing file ownership and permissions is a core Linux skill. Whether you’re working on servers, deploying applications, or writing shell scripts, understanding how Linux controls access to files andDec 21, 2025·5 min read·8
Essential Linux Commands: cat, head, tail, diff (20-Min Cheat Sheet)In the Linux environment, there is a golden rule: Everything is a file. Whether you are configuring a web server, checking error logs, or debugging code, your ability to efficiently read and compare fDec 6, 2025·4 min read·13
🐧 Don't Fear the Terminal: A Story of Organizing Your Digital HomeIf you are new to Linux, opening the terminal can feel like staring into the Matrix. It’s dark, blinking, and silent. But here’s a secret: The terminal is just a really fast way to organize your room.Dec 5, 2025·4 min read·8
Essential Linux Commands: whoami, sudo apt, id, pwd, ls, cd ~ (20-Min Cheat Sheet)Meta Description: Master Linux basics—whoami, sudo apt update/install, id, pwd, ls ~, echo ~, cd ~ home shortcut—with examples. 20-min guide for devs navigating terminals fast.phoenixnap+1 Linux FileDec 4, 2025·3 min read·24
The Source Code of Dreams: Debugging RealityBy a Software Engineer I spend my life in a world of logic. If X, then Y If the code compiles, it works; if it breaks, there is a reason. For years, I treated my life like a legacy codebase—I kept my head down, patched the bugs, and optimized for sta...Nov 23, 2025·4 min read·4