Hi, I'm Mathys,
Full-Stack
</Developer>
I'm an Epitech student, studying web development, object-oriented programming and network administration.
My Journey
GACO Arts option
Administrative and Commercial Management of Organisations, with an artistic twist. Discovered design and marketing.
MyDigitalSchool
Studied design, and made my first sites using html, CSS, Javascript and Figma.
Intership
Gained experience in sales, Google Ads as well as site maintenance using html and CSS, and answering client demands.
Epitech (still going!)
Intensive coding, web development, object-oriented programming and network administration. Learned PHP, SQL, Javascript, Git, Linux and Java.
I don't just code all day...
♟️ As I enjoy challenges and puzzles and keeping my brain reasonably healthy, I play chess on my free time, am an active member of my club and play in the national division, if that's something you are interested in, you can always challenge me on my Chesscom.
🎸 I can't live without music, it's always playing in my home, wether it's a vinyl, a YouTube playlist or me playing the guitar. I also teach music, and have had around 30 students over the years.
🎬 Also I make videos about it.
Playing in a band taught me working with people, stress management and adapting fast (like how I needed to learn 5 songs in less than 3 days)
🚴♂️ If I can cycle somewhere, then I do, sport is an essential part of my life and allows me to stay sharp.
My JobBoard Project
How in two weeks, I and two of my colleagues made a functional clone of HelloWork, Indeed or Glassdoor.
Tech stack : Javascript, SQL, sqlite3, Bootstrap, html and CSS
Meet BAC, la Brigade Anti-Chômage:
Front Page
Functionalities:
- Dynamic display of job ads
- A Learn more button fetches info from database
- Apply button sends application to the company
- Auto fill form if logged in
LogIn Page
Functionalities:
- Store your session info
- Verify if user is valid
- Account creation
- Allows display of account info on main page
Admin Page
Functionalities:
- CyberSecurity, checks if user is allowed on
- Create, Read, Modify and Delete info in database
- Front view of Back-End operations
- Changes in real time the display on main page
Fun Sierpinski triangle algorithm
Using python and turtle graphics library, this program builds a Sierpinski triangle to the chosen depth.
Tech stack : Python, Turtle
Sierpinski Triangle
Core concepts:
- Trigonometry for rainbow colors
- Recursion to achieve fractal display