Recently I created a small library with Angular which I wanted to publish to npm (the node package manager). However, when I had everything in place from a build perspective using Travis CI in my GitHub repo, it was failing to publish the package with a 401 login error.
[Read More]
Setting Google Analytics for Angular applications
Using tag manager
Many a times we want to add some sort of analytics to our applications and for me the most obvious choice would be Google Analytics.
[Read More]
The essential difference between pure and impure pipes in Angular and why that matters
Leveraging pure pipes to optimize Angular application
When writing a custom pipe in Angular you can specify whether you define a pure or an impure pipe:
[Read More]
Amazon Virtual Concierge
Smart office
Recently we (at Readify) had a chance to have a go at two very interesting problems and we decided to use a few interesting technologies to solve them.
[Read More]
Chrome DevTools
can do that
Google Chrome is currently one of the most popular web browsers used by developers today. The Chrome DevTools can greatly improve your workflow by helping you develop, test and debug your websites right within your browser.
[Read More]