This post is part of the series Explain Like I'm Five (#eli5), which aims to make tech concepts and terms easy to understand.
In this two minutes read, we'll explain why website speed...

Seif Ghezala2021-06-12 · 4 min
This post is part of the series Explain Like I'm Five (#eli5), which aims to make tech concepts and terms easy to understand.
In this post, we’ll be answering the question: what is...

Omar Benseddik2021-05-29 · 4 min
We often hear about microfrontends, this happens when your company plans to have multiple teams build a big new web project. The company does not want teams to fight over a single monstrous...

Vladimir Zotov2021-01-07 · 6 min
In this article we'll build an auto-playing slideshow using React.
The article is divided into two sections:
The trick

Omar Benseddik2020-11-16 · 7 min
In this article, we will demonstrate how to build React Notifications (toasts) from scratch, without using any third-party library (except React).
The notification component has the...

Seif Ghezala2020-10-19 · 7 min
JavaScript code is executed synchronously. In other words, from top to bottom and one line at a time.
First, the code will execute the function and know what to return when getText()...

Omar Benseddik2020-08-30 · 4 min
Sbaï Dentaire is the number 1 user-rated dental practice in Casablanca (Morocco) by Google users:
Many patients book appointments through the website on the go from their mobile, therefore...

Seif Ghezala2020-07-19 · 12 min
This series of articles is made out of two parts:
In the first part, we built the stopwatch's user interface with HTML and CSS.
In this second part, we'll make the user interface...

Omar Benseddik2020-06-28 · 12 min