Angular pipes are great for data transformation. json, async, datetime are some of the largely used built-in pipes. Learn how to make a custom one for your need.
Shipping Angular Elements as Web Components
Creating custom elements in Angular and exporting them as web components is real simple. See how I made a custom subscription element in Angular and used it as native HTML element.
Image Upload in Angular with Preview & Progress
In Angular, you can upload a file and at the same time get the progress by enabling the reportProgress flag on HttpRequest object. Source code available in Github.
Asynchronous Validation in Angular
It's very easy to setup asynchronous validation in Angular Form. You can check wheather provided email/date/name etc. already exists in the server with a HTTP call.
Smart Technical Debt Estimation with NDepend
The term technical-debt is a metaphor developed by Ward Cunningham in 1992. In simple words, it states that applying a hackable solution to an issue in the codebase may struck us with a technical debt in the future. Ndepend makes it easy to estimate technical debts of your application.
NDepend - A Dependable Static Analyzer
Static analysis is a way of analysis your codebase without executing it. Sounds good? But what good will it do to us (developers) to analysis a codebase? Know all about static analysis with NDepend for your application
Subscribe to Fiyaz Hasan
Subscribe today and get access to a private newsletter and new content every week!