My Sublime Text 4 Setup: A Modern Developer’s Configuration

Sublime Text has been my go-to editor for years, and with the release of Sublime Text 4, it’s gotten even better. While VSCode dominates the market with its extensive plugin ecosystem, Sublime Text 4 remains unmatched in speed, responsiveness, and elegance. Here’s my current setup that balances functionality with performance. Why Sublime Text 4? Sublime Text 4 brings significant improvements over ST3: Native support for TypeScript, JSX, and TSX Improved syntax highlighting engine Better performance with large files Enhanced auto-completion Built-in Git integration improvements Tab multi-select functionality Essential Packages Package Control First things first - install Package Control if you haven’t already.
Read more →

My Linux Laptop Setup II (2020): Manjaro Edition

After using Elementary OS for almost half a decade since the Luna release, I wanted to explore other distributions. As I mentioned in my previous posts, Slackware was my first Linux experience, so I wanted to go for something similar this time and ended up with Arch-based Manjaro. It turned out to be a great choice! I’m still using the same laptop from my previous setup post (HP EliteBook 2570P).
Read more →

LXD: The Modern Container Platform for System Containers

Introduction to LXD LXD (pronounced “lex-dee”) is a next-generation system container and virtual machine manager. It offers a unified user experience around full Linux systems running inside containers or virtual machines. Unlike Docker which focuses on application containers, LXD provides system containers that behave more like traditional virtual machines but with the efficiency of containers. What Makes LXD Special? LXD bridges the gap between containers and virtual machines by providing:
Read more →