[npm] Using --ignore-scripts for Faster and Safer Installs
4 min readWhat I learned about using npm ci --ignore-scripts in production, including which libraries need special handling and which ones work fine without postinstall scripts.
What I learned about using npm ci --ignore-scripts in production, including which libraries need special handling and which ones work fine without postinstall scripts.
Complete zsh setup guide: Install Spaceship Prompt, zsh-autosuggestions, zsh-syntax-highlighting, fzf, and zoxide on Mac. Includes git aliases and shell configuration for terminal productivity.
Complete kubectl, AWS CLI, and Terraform setup guide for Mac. Install and configure Kubernetes tools (k9s, kubectx, Istio, Flux) using Aqua for version management. Includes shell aliases and productivity tips for DevOps engineers.
How I fixed painfully slow Docker builds by implementing Next.js build caching that works with GitHub Actions.
How I automated weekly PR creation from Google Sheets data using Python, GitHub Actions, and Slack notifications