we'll introduce how to configure development environment for backend, server. in here we'll talk about docker, vagrant, ansible to set laravel, python development environment.
Auto-switching GitHub CLI Accounts per Directory
2026-06-19
Tired of running gh auth switch every time you move between personal and work projects? Learn how to combine the GH_TOKEN environment variable with zsh's chpwd hook to automatically switch GitHub CLI accounts when you enter a directory.
How to Enforce Node.js Versions Across Your Team — Using a Yarn Berry Plugin
2026-03-01
Learn how to enforce Node.js versions across both local development and CI environments by combining .nvmrc, the engines field in package.json, and a custom Yarn Berry plugin.