Category: Articles

Reviewing the Most Important Changes in Express 5

Express.js is the most popular Node.js library for backend development, with millions of installs every month. I’ve been using it […]

February 8, 2025

me

Articles

React 19: Game-Changing Features You Need to Know

Over two years ago, I reviewed React 18, which introduced significant changes, including new optimization hooks. Now, with the release […]

January 26, 2025

me

Articles

Top 8 New Angular Features in Recent Versions

The competition between frontend and UI development libraries and frameworks has never been so intense. Every library/framework keeps introducing new […]

January 21, 2025

me

Articles

Preventing XSS Attacks: Best Practices and Tips

Cross-Site Scripting (XSS) attacks have been a persistent threat to web applications for years, and their prevention is crucial for […]

July 3, 2024

me

Articles

10 Essential Clean Code Principles With TS Examples

Clean code is the foundation of efficient, maintainable, and scalable software. It is not just about making code work, but […]

May 18, 2024

me

Articles

Different Testing Methods in Front-End Development

As a front-end developer, it is important to ensure that the code you write is of high quality and that […]

May 1, 2023

me

Articles

React v18 New Features Overview And Examples

One of The main purposes of The React team has always been improving the performance of react applications and providing […]

May 16, 2022

me

Articles Tutorials

Lazy Loading Components in React

One of important performance optimization solutions is Lazy Loading. and it means instead of loading all resources on load we […]

February 9, 2022

me

Articles Tutorials

React CSS in JS: emotion vs styled components

CSS has been giving styles to web pages for years and more and more features are continuously being added to […]

April 29, 2021

me

Articles Tutorials

Using React with Typescript – crash course

since it’s relese in 2012, typescript has become more and more popular among developers and most companies and teams use […]

February 25, 2021

me

Articles Tutorials