Intern is an incredibly powerful and feature-rich approach to all types of JavaScript and TypeScript testing. Intern 4 is a major update refactored in TypeScript and with much improved support for modern language features and support for ESM as well as bu... (more…)
Read more »
The Web Speech API contains powerful functionality that allows you to transcribe speech in the Chrome browser. However, it is not a… (more…)
Read more »
In this informal essay I’ll go through a case study of my experience in using Angular (2 and above) in production.
Read more »
It has always ‘seemed’ easy until you try it. Having deployed other apps to heroku, I encountered series of challenges deploying Angular 4… (more…)
Read more »
In simple terms, modules are the basic building blocks of our Angular 2 application, whereas routes provide us with paths to point to specific parts of our application. These are both core to an Angular 2 application. It is important to create both with g...
Read more »