FEATURED

LATEST

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

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

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

Articles

Creating a Responsive Mobile-First Flexbox Grid System with SASS

When developing modern web interfaces, it’s crucial to create layouts that are responsive, adaptable to different screen sizes, and optimized […]

January 5, 2025

Tutorials

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

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

Articles

Efficiently Removing Duplicates from an Array of Objects in JavaScript

Dealing with arrays of objects is a common task in programming. Sometimes, you encounter situations where you need to remove […]

September 25, 2023

Tutorials

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

Articles

Deep Copying Objects in JavaScript

When working with objects in JavaScript, it’s important to understand the difference between a shallow copy and a deep copy. […]

December 17, 2022

Tutorials

React Container Components

There are different patterns for creating React apps. The Container Component pattern means separating data fetching and presentational parts of […]

July 19, 2022

Tutorials