Latest Updates

Documenting code, one commit at a time.

Testing 1 post
×

Strengthening CI/CD: The Foundation of Automated Testing in TypeScript

The Problem

In the AnaMVB57/learn-cicd-typescript-starter project, which is designed to teach best practices for Continuous Integration and Continuous Deployment, one common challenge is ensuring the reliability and stability of code changes as they move through the pipeline. Without a robust testing strategy, deployments can become unreliable, regressions are harder to catch early, and

Read more