Welcome to my personal code repository! This repository serves as a living archive of the code, projects, and exercises I've completed throughout my academic journey. It's a way for me to track my progress, revisit concepts, and showcase the skills I've developed over time.
This repository is organized by academic semester. All the code, notes, and projects for a specific semester are contained within their own dedicated branch.
This structure keeps the main branch clean and makes it easy to navigate to the work from a particular period of my studies.
semester-1semester-2semester-3...and so on
To view the files for a specific semester, you need to switch to the corresponding branch.
1. Using the GitHub Website:
You can easily switch branches by using the branch dropdown menu, which is located at the top-left of the file list.
2. Using the Command Line (Git):
First, clone the repository to your local machine:
git clone [your-repository-url]
cd [your-repository-name]