
GitHub Copilot in GoLand: the best configuration to write Go faster
Step-by-step guide to configuring GitHub Copilot in GoLand with the best shortcuts, idiomatic custom instructions, and fine-tuning to supercharge your Go workflow.
Continue Reading
Step-by-step guide to configuring GitHub Copilot in GoLand with the best shortcuts, idiomatic custom instructions, and fine-tuning to supercharge your Go workflow.
Continue Reading
In Go, comments do much more than document. They generate public documentation, control what compiles on each operating system, trigger code generation, and even integrate with C. A tour through the language's magical comments.
Continue Reading
Step-by-step guide to configuring GitHub Copilot in WebStorm with the best shortcuts, custom instructions, and fine-tuning to gain speed in your day-to-day work.
Continue Reading
After a month publishing guides about tmux, Warp, Copilot, Makefile, and WSL, I reached an uncomfortable conclusion: I was optimizing the wrong tools. I decided to uninstall everything. What happened next surprised me.
Continue Reading
How to use Shady Project Scanner to detect malware, backdoors and malicious intent in repositories before running any code.
Continue Reading
How to set up an isolated, disposable and cheap Linux dev environment using EC2 and AMI snapshots, paying only when you use it.
Continue Reading
How to make the Oh-My-Zsh git plugin aliases work when your company uses default branches different from main and develop.
Continue Reading
Complete guide to setting up a professional development environment on Windows from scratch: Warp, Git, VSCode, WSL 2 with Zsh, Node.js, essential extensions, and AI tools like Claude Code and Codex.
Continue Reading
How to create a personal Makefile in projects that don't use Make, without polluting the repository with personal configs.
Continue Reading
Complete guide to migrating from iTerm2 to Warp: advantages, performance differences, integrated AI, command blocks, collaboration, and what to expect from the transition.
Continue Reading