Latest Updates

Documenting code, one commit at a time.

HTML 3 posts
×

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

The Power of Small Improvements: Refining Our learn-cicd-typescript-starter Project

Introduction

The learn-cicd-typescript-starter project serves as a foundational template for developers looking to get started with CI/CD practices in a TypeScript environment. Even in starter projects, continuous improvement is key. Recently, we focused on a series of "minor fixes" aimed at enhancing the overall quality and maintainability of the project's foundational HTML structure.

Read more

Frontend Project Setup and General Style Adjustments

Introduction

Starting a new frontend project can be both exciting and daunting. Establishing a solid foundation early on is crucial for maintainability and scalability. This post covers the initial setup of a new frontend project, focusing on creating the project base and making general style adjustments to ensure a consistent look and feel.

Project Base Creation

The first step in any

Read more