React Day 1: Basics, Components & Folder Structure

Day 1 of React series. Set up your first React app, explore the folder structure, and build your first custom components.

November 17, 2024 · 11 min · 2144 words · Nirajan Khatiwada

JavaScript Fundamentals: The Ultimate Reference Guide

The ultimate JavaScript reference guide covering everything from variables and data types to advanced array methods and objects.

October 18, 2024 · 19 min · 4036 words · Nirajan Khatiwada

Mastering JavaScript DOM Manipulation and Events

A complete guide to DOM manipulation and event handling in JavaScript. Learn to select, modify, and respond to user interactions.

October 19, 2024 · 3 min · 456 words · Nirajan Khatiwada

JavaScript Asynchronous Programming: Promises, Async/Await

A comprehensive guide to asynchronous programming in JavaScript. Understand how to manage long-running tasks using Promises and Async/Await.

October 18, 2024 · 4 min · 758 words · Nirajan Khatiwada

JavaScript Reference vs Value Types: Objects and Arrays

Deep dive into JavaScript reference behavior. Learn why copying arrays and objects can lead to unexpected side effects and how to handle them correctly.

October 18, 2024 · 7 min · 1319 words · Nirajan Khatiwada