RSSAmplifier

Blog

Amadou Sall

Hi I'm Amadou Sall, a Frontend Software Engineer from Senegal 🇸🇳 based in France 🇫🇷. I'm a Google Developer Expert in Angular.

amadousall.comRSS feed ↗15 posts

Latest posts

My essential tools for developing on Mac in 2026

Here is the list of the best essential software and tools I use every day on Mac.

Tips for improving your skills and becoming an expert in Angular

This article provides tips for developers looking to improve their Angular skills and become experts

Installing Node.js on macOS

The best way to install Node.js on macOS is by using nvm, a utility that lets you install and manage different Node.js versions on your macOS. This article will guide you through the process.

Explore the content of your Angular bundle with esbuild Bundle Size Analyzer

In this article, we will learn how to visualize the bundle content of our Angular application using esbuild Bundle Size Analyzer.

Storybook Angular : "[webpack-dev-middleware] AssertionError [ERR_ASSERTION]: Compilation cannot be undefined...."

How to solve the cryptic "Compilation cannot be undefined" error when using Storybook with Angular

How to Add Tailwind CSS to Your Angular Application

Learn the easiest way to add Tailwind to your Angular application.

The Best Parts of Bootstrap You Are Missing in Angular Material

Angular Material is a high-quality component library, but it lacks some important features like a decent layout (grid) system, a CSS reset, and some CSS utilities that ease our life as developers. Don’t worry, you can steal those features from Bootstrap.

How to Use Tailwind's Just-in-Time Mode in Angular

Let's learn about Tailwind's Just-in-Time mode and how to use it in Angular.

Angular CLI: 3 Options You Didn't Know About the Component Schematic

In this article, I will share with you three options/flags of the component schematic that are very useful, yet unknown to many Angular developers.

How to Set Up Angular Unit Testing with Jest

When starting a new Angular application, the Angular CLI sets up everything you need for unit testing using Karma and Jasmine. In this article, I will show you how to ditch Karma and Jasmine and use Jest as your unit testing framework and runner.

Angular CLI: Getting Started Guide—for Ultimate Courses

The Angular CLI is a powerful tool that makes it easy to build high quality Angular applications. With the Angular CLI, we can scaffold, develop, test, build, and deploy our Angular applications with very little efforts. For beginners, the Angular CLI is tantamount to a few commands that help them

Fake Your Angular Backend Until You Make It—for Angular Training

Most of the time, when building an Angular application you communicate from and to a backend via a REST API that uses JSON as data format. Sometimes you want to start building an Angular application, but you don’t have a backend to serve you real data. Worry no

The Angular CLI at Air France-KLM

At Air France-KLM, we love the Angular CLI. We have been using it since its beginnings for all our Angular applications. With the v6 release, the Angular CLI has become more generic, more powerful, and more extensible. It introduced many great features like workspaces, libraries, schematics, and architects. It

How to Set Up Angular E2E Testing with Cucumber

When starting a new Angular application, the Angular CLI sets up everything you need for End-to-end testing using Protractor and Jasmine. In this article, I will show you how to ditch Jasmine, and use Cucumber 🥒 as your testing framework.

The Different Types of Angular CLI Commands

In this article, we are going to learn what the different types of Angular CLI commands are, and the tools that power them. Let's get started.