Blog

I have been writing Blog about Thoughts, mental models, and tutorials about front-end development. Use the search box below to filter by title.

All Posts

Photo taken from unsplash

10 Javascript Mini Project

1 min read
––– views

March 14,2022

An attempt to study Vanilla JavaScript faster by creating a bunch of simple projects, done in a month.

Photo taken from unsplash

Which Back-End Should Use As A Front-End Developer?

11 min read
––– views

August 09,2021

Choosing a service to store data can be confusing and overwhelming for a front-end developer.

Photo taken from unsplash

Basic Fundamentals of Javascript

4 min read
––– views

April 01,2022

some of the note i take from learning javascript fundamental

Photo taken from unsplash

Back to Basic: Flexbox or Grid?

7 min read
––– views

March 08,2022

My practice on how to choose between flexbox and grid.

Photo taken from unsplash

Create React App vs Next.js

4 min read
––– views

March 12,2022

What's the difference between Next.js and Create React App?

Photo taken from unsplash

Firebase

2 min read
––– views

March 22,2022

Read data from Realtime Database.

Photo taken from unsplash

Ways To Be A Better Developer

3 min read
––– views

June 02,2012

Five simple things you can do to become a better developer.

Photo taken from unsplash

Javascript Interview Questions

12 min read
––– views

March 11,2022

Some main javascript Interview Question that asks during interviews

Photo taken from unsplash

React 18 - New Features & Improvement Strategies

7 min read
––– views

April 21,2022

what new in the react 18 this will tell you .

Photo taken from unsplash

React Core Concept I: Rendering & useState

10 min read
––– views

March 16,2022

Do you wonder why do we use hook instead of normal variable? This will help you redefine some concepts.

Photo taken from unsplash

SetTimeout and SetInterval In Javascript

3 min read
––– views

March 18,2022

Explaning about what is setTimeout and setInterval native function in javascript .

Photo taken from unsplash

Using the Spotify API with Next.js

4 min read
––– views

October 21,2021

Learn how to authenticate with the Spotify API to fetch your top tracks in a Next.js API route.

Photo taken from unsplash

useEffect vs useLayoutEffect

3 min read
––– views

March 24,2022

The simple rules for when to use each.