Open in app
Home
Notifications
Lists
Stories

Write
Hossein Mousavi
Hossein Mousavi

Home
About

Published in CodeX

·Aug 21, 2021

Multiple Interceptors in Angular

One of the amazing features that Angular provides is the interceptors, but what does an Interceptor do, and can we implement multiple of… — One of the amazing features that Angular provides is the interceptors, but what does an Interceptor do, and can we implement multiple of them in our Angular project? What is Interceptor? We can use Interceptors to intercept the incoming and outgoing HTTP requests and manipulate them using Angular HttpClient.

Angular

3 min read

Multiple Interceptors in Angular
Multiple Interceptors in Angular

Published in Angular In Depth

·Jun 21, 2021

Husky 6 Lint (prettier + eslint) and commitlint for JavaScript Projects

Programming is a teamwork job so we must assure that our codebase is clean and usable for everyone in the team with the team culture and… — Programming is a teamwork job so we must assure that our codebase is clean and usable for everyone in the team with the team culture and the best practices so we want to prevent developers to commit unless we validate their code and that’s when Git Hooks come in handy.

Git Hooks

3 min read

Husky 6 Lint (prettier + eslint) and commitlint for JavaScript Projects
Husky 6 Lint (prettier + eslint) and commitlint for JavaScript Projects

Published in Angular In Depth

·May 8, 2020

Angular Reactive Form including Angular Material and Custom Validation

Forms are major parts of every Angular project and in this article, we want to implement a Reactive Angular form with a custom validator… — Forms are major parts of every Angular project and in this article, we want to implement a Reactive Angular form with a custom and dynamic validator. Prepare an Angular project with Angular Material and Bootstrap using Angular CLI First, we need to initialize an Angular project, and then add bootstrap and Angular Material to the project. …

Angular

5 min read

Angular forms (Reactive Form) including Angular Material and Custom Validator
Angular forms (Reactive Form) including Angular Material and Custom Validator

Jan 31, 2020

Take a good look at filter, map, and reduce in JavaScript

In JavaScript we have These three methods as parts of Array.prototype methods, but what are the differences between them and what they do? — In JavaScript, we have these three methods as a part of Array.prototype method, but what are the differences between them, and what do they exactly do? so let’s dive into them! 1. So let’s begin with the filter() method: The filter method applies on an array and then creates a new array and on the new array, it…

Java Script

5 min read

Take a good look at filter, map and reduce in JavaScript
Take a good look at filter, map and reduce in JavaScript
Hossein Mousavi

Hossein Mousavi

Software Developer | Linux Enthusiastic | HMousavi.dev

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable