-
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.
-
The Squash Merge Dilemma Balancing Simplicity and Attribution
Squash merging has been a go-to strategy for many developers working on commercial software, prioritizing simplicity and a clean commit history. However, when it comes to open source projects, the considerations are different. In this article, we explore the pros and cons of squash merging and discuss the importance of attribution and recognizing individual contributions in the open source world. Join us as we delve into the squash merge dilemma and consider alternative approaches to ensure that every contributor receives the credit they deserve.