How to test Pipes in Angular?
Angular Pipes is a smart way to write display-value transformations that can be easily declared in the HTML. In this post, I’ll tell you how to test Pipes in Angular....
...on a journey to become an outlier software engineer!
Angular Pipes is a smart way to write display-value transformations that can be easily declared in the HTML. In this post, I’ll tell you how to test Pipes in Angular....
There are many posts online with small examples to write components in Angular 2. These examples are good to understand how components work but to write real world applications, it...
I recently published a post that explains how to use Web Workers to speed-up your web applications and also about Dedicated Web Workers. In this post, I’ll explain how to use...
Nowadays, JavaScript is heavily used in web applications and slow or laggy applications are not liked by anyone. This user experience can be bad for business. In this post, I’ll...
Watch this video and learn how to debug TypeScript code in browser. The same can also be used for JavaScript code. Debugging is very essential part of development and often...
Recently, I published some posts that covers very important concepts like when to use Dependency Inversion Principle, Unit of Work, Repository design patterns in application. I recommend you to read these posts if you...
Recently, I published some posts that covers very important concepts like when to use Dependency Inversion Principle, Unit of Work, Repository design patterns in application. I recommend you to read these posts if you...
Azure Cosmos DB databases can be used as the data store for apps written for MongoDB. This means that by using existing drivers, your application written for MongoDB can now...
Microsoft’s Azure Blob storage service is really a good option for your application if you are storing images, videos and any file. In this post, I’ll tell you how to...
With the help of Microsoft Azure services, we can now just focus on the main business focussed needs and not worry about the infrastructure and provisioning servers. In this short...