Implement an e-commerce application

Create relevant components and modules Perform routing in your app Prepare services to interact with data Manage the state of the application We’ll create a cart example where we would implement all the concepts like services, routing, state management using services etc. It would basically look like: Set up development environment Install node and npm… Continue reading Implement an e-commerce application

Published
Categorized as #angular

Microsoft Most Valuable Professional (MVP)

Around May 2018, I started my journey of development and with Angular. With loads of learning and projects in the progress, I started writing blog posts and sharing my understanding with others through the writings, videos, discussions etc. This gave way to diving deeper into technology and I started sharing my learning by delivering talks… Continue reading Microsoft Most Valuable Professional (MVP)

DI deets

The title seems vague? I hope you guessed already what it is going to be about. In this blog post, I will be sharing about dependency injection in general and move to further discuss the DI details in Angular framework. I will try to dive deeper into the topic and demystify some of the less known concepts… Continue reading DI deets

Recognized as a Google Developer Expert

I am very excited to be sharing that I have been recognized as a Google Developer Expert in Angular. I am very thankful to everyone who was so supportive in the process. What is GDE? GDE is a program to recognize individuals who are experts in some technology and use their knowledge to contribute to the… Continue reading Recognized as a Google Developer Expert

forkJoin, combineLatest, withLatestFrom

In this blog post about understanding the usage of these three combination operators and handling errors with these, I will cover: What are combination operators in RxJS use cases for three of these handling errors when using combination operators Introduction to why combination operators When working with data streams, we might want to combine multiple… Continue reading forkJoin, combineLatest, withLatestFrom