Latest articles
Angular 17 was released
It continues the "Angular Renaissance" and adds many great features that modernize Angular as a framework & make working with it more fun than ever.
Angular v16: The big update
Long-awaited features have arrived with Angular 16
Tips and tricks to improve website performance
In this article, I've listed some ideas on how to improve website performance
Best use cases of ChatGPT in Frontend Development
Some innovative ways that ChatGPT can be used in frontend development and how it can benefit you in your work.
5 cool HTML/CSS features
Cool HTML/CSS features you didn’t know about
Add Tailwind CSS to Angular application
Unlike most CSS frameworks that provide pre-built components, Tailwind provides thousands of low-level utility classes that you can then combine to create custom designs.
Hello Angular
In this article, we will see how to start a new Angular project using the Angular CLI. Then, we will discover together the meaning of the files and folders generated by the CLI.
Difference between Shallow and Deep copy in JavaScript
This article explains the differences between shallow and deep copies of objects in JavaScript, their use cases, and performance implications.