const aboutMe = {
username: "mrmikept",
fullName: "Mike Pinto",
specs: {
degree: "MSc in Software Engineering @ UMinho",
specializations: ["Distributed Systems", "Application Engineering"],
location: "Braga, Portugal"
}
};
Great idea! Structuring your projects by course year and degree level makes it easy for visitors to understand your academic journey. Here's how you can format it:
📅 Year 1
📌 Laboratórios de Infórmatica II (GitHub)
Description: Interpreter for a stack-oriented programming language, written in C.
Tags: C
, Data Structures
, Pointers
📅 Year 2
📌 Databases - BeloMetro (GitHub)
Description: Database modeling for a subway company.
Tags: SQL
, MySQL
, Database Architecture
📌 Object Oriented Programming - Vintage (GitHub)
Description: Terminal-based Marketplace application built in Java.
Tags: Java
, Object Oriented Programming
📌 Laboratórios de Informática III (GitHub)
Description: Reading and parsing of data files using C.
Tags: C
, Data Structures
, Parsing
, Queries
📅 Year 3
📌 Computer Graphics - 3D Engine using GLUT and OpenGL (GitHub)
Description: 3D Engine developed using GLUT and OpenGL.
Tags: C++
, Solar System
, GLUT
, OpenGL
📌 Distributed Systems - Cloud Computing and Function As A Service (FAAS) (GitHub)
Description: Threaded Client-Server Application, based on Cloud Computing and FAAS.
Tags: Java
, Distributed Systems
, Threading