FEATURED

Lazy Loading Components in React
By me  /  February 9, 2022

LATEST

Mouse move parallax effect tutorial

adding more interactivity usually makes a website or application feel more professional and more interactive and you can improve user […]

July 20, 2019

Articles - Tutorials

Calculating how much time does a js function take to run

In programming, performance is always one of the most important factors to consider, there are usually different solutions to a […]

July 16, 2019

Tutorials

How to create a NPM module

NPM is the most popular package manager for javascript which let’s you install and import many useful modules into your […]

December 5, 2020

Articles - Tutorials

CSS sticky elements tutorial

CSS position sticky was introduced in css 3 and it gives the element with this position a dynamic behavior, the […]

May 9, 2019

Tutorials

Preventing react components from updating

When I was working on a react project that used react context API I noticed that whenever I update the […]

May 3, 2019

Tutorials

Animating React Route Transitions

With react Router we can create web applications with multiple pages and sections and we can change them dynamically. Attention […]

April 25, 2019

Tutorials

css only animated dropdown

We should always develop smooth and fast websites and web apps, while js can help us with creating animations, js […]

April 18, 2019

Tutorials

Top 5 gulp plugins

In the previous Post  We saw how gulp can make doing regular tasks much easier in our front end/javascript  programs. […]

April 14, 2019

Articles

gulp beginner crash course

The front end development scene has changed a lot in recent years. client side apps and websites just grow bigger […]

April 11, 2019

Tutorials

React Context vs Redux (part2)

In previous article We created a simple shopping cart app with react context api and hooks. in this article we’ll […]

March 31, 2019

Articles - Tutorials