Loading
Angular

How to Incrementally Migrate an Angular Project to TypeScript Strict Mode

Enabling strict modefor TypeScript is one of the best ways to ensure code quality on a project. It forces developers to handle edge cases and avoid risky type coercions. It also exposes hidden bugs.

Kyle Nazario

Kyle Nazario

Write Your First Temporal Workflow in TypeScript

If you’re looking for a good open-source framework to manage server state, Temporal Typescript SDK is a great one to try. If you’re not familiar with Temporal, here’s an excellent introduction video, and in this post, I’ll walk you through a simple workflow to show you how it works.

Michael Haynie

Michael Haynie