Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 926 Bytes

File metadata and controls

31 lines (21 loc) · 926 Bytes

Web Development Practice

This repository documents my learning journey in web development.

I started with JavaScript fundamentals and have now completed core concepts. I am currently moving towards backend development and will continue progressing towards fullstack (MERN stack).

JavaScript (Completed)

  • Objects & Object Literals
  • Functions & Arrow Functions
  • Scope & Lexical Scope
  • this Keyword
  • Higher Order Functions
  • map / filter / reduce
  • DOM Manipulation & Events
  • Async JavaScript (Promises, async/await, fetch)

Current Focus

  • Backend development using Node.js and Express

Purpose

  • Strengthen core JavaScript concepts
  • Improve problem-solving skills
  • Build consistency through daily practice
  • Transition from frontend basics to backend and fullstack development

Note

This is a learning repository focused on practice and understanding, not a final project or UI-focused repository.