Want to alert your boyfriend/girlfriend to have break at work? Azure function can help you!

A programmer can code for days continously without a break. I have done it when I started my career as a programmer. In IT field, it gets worse if you continously work without taking 5 minutes break every 30 minutes. In this blog I will explain how you can find yourself to remind someone to… Read More Want to alert your boyfriend/girlfriend to have break at work? Azure function can help you!

Ace Angular Interview in 20 minutes – PART1

This should help all the Angular developers out there to test yourself on the knowledge on Angular. I have listed down the concepts/questions from various sources such as Stackoverflow,Medium etc. Will be continuing this with 2 more posts. 1. What’s new in Angular 6 Angular Elements – Angular Elements is a project that lets you wrap… Read More Ace Angular Interview in 20 minutes – PART1

A checklist for building Angular web applications in the correct way

Hey guys, There has not been a  proper resource to have a checklist to make sure that applicaiton is flawless.I decided to write a simple tips on checklist items needed before you deploy your app to production.Following are a few Angular Code Review Checklists useful while doing a peer review of Angular code. Make sure… Read More A checklist for building Angular web applications in the correct way

Angular Language Service – A handy extension for angular developers

Even though there have been plenty of tools/extension to check the typescript/javascript code, but there have not been any extension to validate the HTML code or related features to it. Angular Language Service was released to make the developers more productive and reduce the errors by offering better code completion. This service is available in… Read More Angular Language Service – A handy extension for angular developers