Education

I learned a lot, but the real learning happens in the code editor!

  1. Full Stack Developement BootCampLatest

    KnowledgeHut Upgrade

    Projects

    EasyShop

    Full Stack Application

    The EasyShop e-commerce app is an innovative and feature-rich platform designed to provide users with a convenient and delightful online shopping experience. With the rapid growth of e-commerce in recent years.

    The Post

    Full Stack Application

    The EasyShop e-commerce app is an innovative and feature-rich platform designed to provide users with a convenient and delightful online shopping experience. With the rapid growth of e-commerce in recent years.

    The Weathers

    Web Application

    A responsive weather forecast app that fetches real-time weather details by city using a public weather API.

  2. Bachelor of Technology

    Indian Institute of Carpet Technology

  3. High School & Intermediate

    Jawahar Navodaya Vidyalaya

educationJourney.ts

const educationJourney = {
  degree: "Bachelor of Life Lessons (and Code)",
  courses: [
    "Advanced Caffeine Dependency",
    "Procrastination 101",
    "Debugging: The Final Frontier",
  ],
};

console.log(`My Education: ${educationJourney.degree}`);
educationJourney.courses.forEach(course => console.log(`- ${course}`));