Latest Updates

Documenting code, one commit at a time.

Netlify 3 posts
×

Streamlining Netlify Builds for gymflow: The pnpm Advantage

Deploying web applications efficiently is crucial for a smooth developer experience and fast iterations. For our gymflow project, which leverages Netlify for continuous deployment, optimizing the build process is a constant focus. Recently, we addressed two common deployment hurdles: ensuring netlify.toml is parsed correctly and standardizing on pnpm for dependency management.

Read more

Ensuring Robust Deploy Previews: A Netlify `netlify.toml` Syntax Fix for `gymflow`

Introduction

In the gymflow project, which focuses on a web application, continuous integration and deployment are paramount. Netlify provides an excellent platform for this, offering features like deploy previews that are critical for team collaboration and pre-merge reviews. These previews allow developers and stakeholders to see changes live before they hit the main branch, ensuring

Read more