-
Preview deploys with OpenNEXT Cloudflare
Don't waste hours figuring out preview deploys with opennextjs-cloudflare like I did. It's actually simple but missing from the default template. Save yourself the headache—you can replicate my setup in under 10 minutes.RetryClaude can make mistakes. Please double-check responses.
-
Migrating from Next.js to Eleventy: A Journey to Simplicity and Performance
In this post, I share my experience of moving away from Next.js and MDX to Eleventy in pursuit of simplicity and better performance. Learn how the 11ty-Rapid-Starter template streamlined the migration process and how deploying on Cloudflare Pages improved my site's speed and Lighthouse scores. If you're looking for a lightweight, flexible, and performant static site generator, this post might just convince you to give Eleventy a try!
-
Securing environment variables in Google Cloud Build
When building and deploying systems on Google Cloud Platform (GCP), Google Cloud Build (GCB) provides a scalable and easily integrated CI/CD solution. However, securely managing environment variables and secrets within GCB can be a source of confusion for users. In this article, we'll explore the differences between substitutions and secrets in GCB and provide a step-by-step guide on how to encrypt and use sensitive information as environment variables in your build process. By leveraging GCP's Key Management Service (KMS) and following best practices, you can ensure the security of your secrets while taking full advantage of GCB's capabilities.