Leonidas Avdelas

Profile picture

Welcome! I'm Leonidas. I'm currently pursuing a diploma in Electrical and Computer Engineering in NTUA.

My main interests lie in Machine Learning and Software Engineering. I am specifically interested in Reinforcement Learning, which is also the topic of my Master's thesis. I am currently also working as a blockchain engineer.

If you want to reach out to me, feel free to do so on my email.

Projects

A sample of my projects can be found on my Github profile. Below are some of my favorites:

Project Description
EESTEC.net

The public website of the Youth NGO EESTEC, as well as its intranet. I was one of the main contributors for both the frontend (React) and backend (Laravel). I also took care a lot of the Operations and infrastructure code, as well as creating the CI/CD pipelines.

Pacman Clone

A pacman clone written in Java. There are some bugs, but works pretty well. A neat feature is that you can add your own levels. Sounds not included.

Q&A Website A Q&A page written in node.js and React. The backend works in a microservices fashion, where when a service needs data, it sends an HTTP request, while when it sends data to the others, it goes through a redis Stream to ensure that the message is not lost.