Skip to content

The Coding Diary

"There is so much beauty in coding!"

  • JavaScript
  • React

Category: JavaScript

JavaScript Programming

JavaScript

The Classic var Declaration in JavaScript

August 19, 2023August 19, 2023 Phanjoubam Herojit
ES6

Before ES6, the most common way to declare variables was using the var keyword. However, var has some limitations, such as hoisting and scope issues,

Read More
JavaScript

Demystifying Variables in JavaScript ES6

August 19, 2023August 19, 2023 Phanjoubam Herojit
JavaScript

In the world of JavaScript, variables are the building blocks that store and manage data. With the advent of ECMAScript 2015 (ES6), JavaScript underwent a

Read More
JavaScript

Introducing let and const keywords in JavaScript ES6

August 19, 2023August 19, 2023 Phanjoubam Herojit
Variable

ES6 introduced two new ways to declare variables: let and const. The introduction of the let and const keywords brought significant improvements to variable declaration

Read More
JavaScript React

Simplest Redux store setup in React

August 14, 2023August 18, 2023 Phanjoubam Herojit
Redux

Redux is a predictable state container for JavaScript applications, often used with React. Ever since I tried my hands on React, I was searching for

Read More
JavaScript React

Introduction to state management using Redux

August 13, 2023August 19, 2023 Phanjoubam Herojit

Redux is a state management library for JavaScript applications, commonly used with React. It helps manage the global state of your application in a predictable

Read More
JavaScript

Brief History of JavaScript

August 12, 2023August 18, 2023 Phanjoubam Herojit
JavaScript

JavaScript is one of the most admired and sought after language nowadays. It was primarily used for client side scripting purposed. But thanks to the

Read More

Recent Posts

  • Cleaning up commit history in Git
  • Interface in PHP – contract that must be kept!
  • The Classic var Declaration in JavaScript
  • Demystifying Variables in JavaScript ES6
  • Introducing let and const keywords in JavaScript ES6
  • Simplest Redux store setup in React
  • Introduction to state management using Redux
  • Brief History of JavaScript

Categories

  • Git
  • JavaScript
  • React
  • Web Technology
All Rights Reserved 2023