One really cool thing about Angular is that the framework is decoupled from the DOM via a higher level API. In the following post I will show how to take advantage of this by running an Angular application in a web worker.
Read more »
A todo app is the equivalent of a ‘Hello world’ application for front-end development. While it covers the CRUD aspect of creating an app, it often only scratches the surface of what a framework or library can do. Angular seems to always be changing and u... (more…)
Read more »
As seen in my previous blog, it is possible to make CRUD operations in vanilla javascript however, there is still plenty of work needs to… (more…)
Read more »
After completing the first step of building your application, the next thing most of us do is pick a hosting platform (like Github Pages) and deploy it. This is awesome, but we always need to make ...
Read more »
Stack Overflow determined that Angular and Swift have been experiencing dramatic growth based on Stack Overflow question analytics... (more…)
Read more »