Logo
AboutArchiveSnippets

devops

[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.

GHADockernextjs

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

PythonGHA

[Cloudformation] Deploying Cloudformation Change Sets without InvalidChangeSetStatus Error

3 min read

How I solved the InvalidChangeSetStatus error in AWS CloudFormation GitHub Actions deploys by waiting for the change set to be ready before executing.

GHA

[S3] Deploying a Next.js SSG App to S3 with GitHub Actions

2 min read

Setups to deploy a Next.js app with Static Site Generation (SSG) to AWS S3 using GitHub Actions.

GHA
© 2024-present Zoe