Logo
AboutArchiveSnippets

infrastructure

[npm] Using --ignore-scripts for Faster and Safer Installs

4 min read

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.

npmNext.jsCI/CD

5 Essential Shell Tools for Terminal Productivity

6 min read

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.

shell

My Infrastructure Tools Setup Checklist: AWS, kubectl, Terraform & More

8 min read

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.

KubernetesAWSterraform

[Docker] Speeding Up Next.js Docker Builds with GitHub Actions Cache

4 min read

How I fixed painfully slow Docker builds by implementing Next.js build caching that works with GitHub Actions.

GHADockerNext.jsCI/CD

Automating Spreadsheet to GitHub PRs: A Production Workflow

7 min read

How I automated weekly PR creation from Google Sheets data using Python, GitHub Actions, and Slack notifications

PythonGHAAWS
© 2024-present Zoe