Latest Updates

Documenting code, one commit at a time.

Streamlining TypeScript Deployments: GitHub Actions to Google Cloud Run

Automating deployments is a cornerstone of efficient software development. For our learn-cicd-typescript-starter project, the goal was to achieve seamless, continuous delivery of our application to a robust serverless platform.

The Challenge

Manually deploying application updates, especially for a continuously evolving project, can be time-consuming and error-prone.

Read more