Welcome to SnailDrift Blog 🐌
This is a personal collection of shell commands, code snippets, small tricks, and powerful features I use in my daily development and system work. Slowly but steadily drifting towards mastery.
🔧 What you’ll find here:
- 🔥 Terminal one-liners to save your time
- 🧠 Underrated features in popular tools (Git, Docker, grep, etc.)
- 📜 Shell scripts and command sequences
- 💡 Dev tips, mistakes I've made (so you don't)
- 🔍 Cheatsheets and minimal examples
Tip of the day: grep -r "TODO" .
— find all your forgotten tasks 😅