Angular 20 SSR with AWS CDK v2

In this article we’re going to set up an Angular 20 web application with server-side rendering, using AWS Lambda and Cloudfront to serve it, and AWS CDK v2 to manage the infrastructure. If you’re reading this, I’m assuming that you know how CDK and Angular work. I’m not going to explain in detail how to … Read more

SASS-only Material Angular Palette generator

SASS Material Angular Palette Generator

OUTDATED!! Click here for the 2025 updated version: SASS-only Material Angular 2 Palette generator (2025 Update) With my job, I often need to replicate projects from a template based on Angular Material. When I do that, one of the first things that I usually need to change is the color scheme. Angular Material’s color scheme … Read more