Events provide a channel of communication between different parts of an application. There are several techniques for creating and handling events, each with its own advantages and disadvantages. (more…)
Read more »
How we migrate Chrome DevTools from the Closure Compiler type checker to TypeScript.
(more…)
Read more »
In previous posts I walked you through the steps I followed when creating a reactive form using FormBuilder and then adding support for validation and error handling. In this post, I'll show you how to use aliases when working with TypeScript, webpack and... (more…)
Read more »
A simple guide to run any service on AWS with a CI/CD pipeline. We use Amazon ECS, ECR, ALB, CodePipeline, and CodeBuild to trigger deployments from git. (more…)
Read more »
I got into web-development around 2008. Those were simpler times. All you had to do was to write some basic HTML / javascript and then use your favorite FTP client to upload the files to your hosting companies cPanel. Times have certainly changed... | Tho... (more…)
Read more »