Build hybrid apps with Cosmosdb + Ionic

I was at the Global Azure Bootcamp recently concluded last week, one of the participant came and asked me, “Hey what is Cosmos DB” I casually responded “Well, that’s Microsoft’s globally distributed, massively scalable, horizontally partitioned, low latency, fully indexed, multi-model NoSQL database”. The immediate question came after that was whether it supports hybrid applications.… Read More Build hybrid apps with Cosmosdb + Ionic

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