Education
Yes, I attended University classes
Education has shaped my understanding of technology and its impact on society. I have pursued a degree in Computer Science, where I gained a solid foundation in programming, algorithms, and software development. My coursework has included subjects such as data structures, web development, and database management, which have equipped me with the skills necessary to tackle complex problems and develop innovative solutions.
Bachelor's Degree in Digital Systems · Dpt. Digital Systems · University of PiraeusLatest
I have successfully completed my Bachelor's Degree in Digital Systems at the University of Piraeus. My studies have provided me with a solid foundation in computer science, software engineering, and digital systems design. I have gained practical experience through various projects and coursework, enhancing my skills in programming, web development, and data analysis.
educationJourney.js
const educationJourney = {
degree: "Bachelor of Life Lessons (and Code)",
courses: [
"Advanced Imposter Syndrome",
"Procrastination 101",
"Debugging: The Final Frontier",
],
};
console.log(`My Education: ${educationJourney.degree}`);
educationJourney.courses.forEach(course => console.log(`- ${course}`));