Education

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

Education has always been the cornerstone of my journey into the tech world. Pursuing a Bachelor's in Information Technology (BIT) at Patan Multiple Campus has provided me with a solid foundation in computer science and software engineering principles.

My academic journey has been complemented by hands-on projects and coursework, enabling me to build practical skills and a deep understanding of modern technological solutions.

  1. Bachelors in Information Technology · Patan Multiple Campus · Tribhuvan UniversityLatest

    I am pursuing a Bachelor's in IT at Patan Multiple Campus, specializing in programming, web development, and software engineering.

    @bitinfonepal.com
  2. Physical Science · Deep Boarding High School · NEB

    I completed my higher secondary education in Physical Science from Deep Boarding High School, Butwal.

  3. Secondary Education · Motherland English School · SEE

    I completed my foundational education up to SEE at Motherland English School

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}`));