Welcome! This repository contains my personal solutions to the programming exercises on Exercism.org. The solutions are automatically synced from the platform using Exercism's new GitHub Syncer feature.
This serves as a living archive of my problem-solving journey, my approach to different challenges, and my learning process across a wide variety of programming languages. All solutions stored here are for the tracks I am actively participating in or have completed.
Exercism is a free, open-source, and non-profit platform that provides code practice and mentorship for developers of all levels. With over 60 language tracks, it offers a unique blend of automated feedback and human mentorship to help you deepen your programming expertise.
The platform has been instrumental in my growth as a software engineer. It has provided a structured way to learn new languages, refine my coding style through community feedback, and think critically about software design.
I am not just a student on the platform; I am also deeply involved in the community as a mentor and contributor.
- My Public Profile:
rabestro
- My Contributions: View my contributions to various language tracks.
- Mentoring Profile: I mentor students on the platform to help them on their own learning journeys.
This repository includes solutions for a variety of language tracks on Exercism. My goal is to continuously learn and refine my skills across different programming paradigms. You can explore all available tracks on the Exercism Tracks page.
The solutions are organized by language track and then by exercise slug, making them easy to navigate.
solutions/
├── python/
│ ├── hello-world/
│ │ └── hello_world.py
│ └── say/
│ └── say.py
├── scala/
│ └── ...
└── ...