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. Completing my Bachelor's in Computer Science at Lovely Professional University 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.
B.Tech in Computer Science · Lovely Professional UniversityLatest
Completed B.Tech in Computer Science with a CGPA of 8.9 from Lovely Professional University, Jalandhar, Punjab. Specialized in programming, software engineering, and modern technological solutions.
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}`));