
Projects

Personal J.A.R.V.I.S.
Every time I wake up a voice message greets me on Discord. This voice message gives me an overview what is happening today. It contains all of this: A good morning message with information what day is it, whose name-day it is holiday name (if it is a holiday)...

Stock Bot
StocksMy first idea was to train an AI that could predict stock prices, but that is something so random that no AI can precisely do that to this day. I just ended up with a model predicting prices from the day before (cheeky from him :P). At this point (early...

WCéčko
Mobile AppWe had to create a poject in a C#/.NET subject. I decided to create an app in MAUI with an interactive map called WCéčko. It uses all the best practices and the MVVM project structure. I really enjoyed programming it in C# and I realized that it is not that...

Listen Along
WebsiteA small project to listen along to your friends on Spotify. The Python backend communicates with the Spotify API and also serves it's own API to allow frontend interaction. The frontend is built with a few simple React elements. A very interesting part is that everything is dockerized. I have...

HackIT 2024
HackatonA hackaton organized in Plzeň. It's goal was to help disabled people. Our team made a game controlled only by brain waves using BrainLink.

MyFood
Mobile AppIt was one of my goals to create a mobile app. Since I moved to Brno, I always had trouble finding out what can I cook. I decided to make an app that keeps track of my ingredinets and my recipes. It was my first full-stack project. From designing the...

Tetris
WebsiteSimple tetris game made purely with vanilla JavaScript using classes. It has around 400 lines of code and it was made in 3 days.

#BroWorkoutChallenge
WebsiteA simple landing page built in React. It is for a workout challenge I created on Instagram.

LeetCode
CompetitionI want to improve in writing effective algorithms, so LeetCode is the perfect solution for me. I also want to discover advanced programming concepts, which I didn't learn yet.

Correspondence seminar in IT
CompetitionA wide variety of IT tasks. It starts on a beginner level of programming but scales quickly. I learned a lot of new stuff and improved drastically. It prepared me very well for Masaryk University. In the end I was 38th out of 478 total contestants.

Terminal Integration
InternshipMy job in GUBI was to create a working integration of payment terminals into their system. I programmed it in Centura on whitch their whole system is built upon. It's also intertwined with SQL because everything is stored in a database.

Cisco configuration website
WebsiteA website created to help me and my friend easily configure a cisco network.