CI/CD

Category

CI/CD

3 articles

← All Articles

Browse all articles in CI/CD.

How I Added Snyk, SonarQube Cloud, and Kilo Code Review to Every PR in My Monorepo
CI/CD

How I Added Snyk, SonarQube Cloud, and Kilo Code Review to Every PR in My Monorepo

Article 3 of 3 in the CI/CD series: add dependency vulnerability scanning with Snyk, static analysis with SonarQube Cloud, AI code review with Kilo, and Dependabot configured so it does not flood your board.

Andrew Blase
2026-05-20
12 min read
How to Add TypeCheck, Lint, Tests, and Build to Every PR with Husky and GitHub Actions
GitHub Actions

How to Add TypeCheck, Lint, Tests, and Build to Every PR with Husky and GitHub Actions

A practical walkthrough of the Husky pre-commit hooks and GitHub Actions CI setup I built for my NestJS + Next.js monorepo: TypeScript typecheck, lint-staged, reusable workflows, and a PR template that actually enforces quality. Part 2 of a 3-part CI/CD series.

Andrew Blase
2026-05-19
12 min read
Your Coding Standards Should Be Highly Opinionated, Not Your Developers
Coding Standards

Your Coding Standards Should Be Highly Opinionated, Not Your Developers

Learn why highly opinionated coding standards can transform your software development process, enhancing speed and quality. Discover practical steps for implementation and overcoming common challenges.

Andrew Blase
2024-07-05
4 min read