Aug. 2023
Frisierstube Ursula Mader ✂️ - Website
This project is a website for my mother's hair salon.
I chose the Astro Framework for the implementation because I was impressed by its performance and was very interested in the experimental View Transitions API implementation.
For the styling of the website I used Tailwind CSS. 🎨
#Astro #TailwindCSS
Jul. 2023
Fuelprices ⛽
My Fuelprices application consists of a Python webscraper that reads the current fuel prices of the Avanti and Jet gas stations in St. Pölten every hour and stores them in a PostgreSQL database.
The backend is a Java Spring RESTful web service and the frontend I implemented with Svelte.
Additionally, I wrote a Telegram bot that you can ask for the latest prices and it will notify you of new weekly/monthly lows.
#Svelte #Java #SpringBoot #BeautifulSoup #WebScraping #python-telegram-bot #PostgreSQL
Nov. 2022
Blur Fit - Mobile App 📱
Blur Fit is a simple mobile app that I developed because I was looking for an app that could fit an image into a certain aspect ratio while filling the remaining area with a blurred version of the image, and I couldn't find an app with the exact functionality i wanted.
For the basic design of the app, I used Figma and for the implementation, I used Flutter.
#Flutter #Dart #Figma
2021 - 2022
Personal Website
My personal website is my first attempt to create a website using a JavaScript framework. 👀
The framework I chose is Next.js, because it offers some advantages over regular React, e.g. SSR (Server-Side Rendering).
I also used Tailwind CSS. 🖌️
#Next.js #TailwindCSS
2020 - 2021
AI Interpretation of Stock Market News - Diploma Thesis ✍️
My diploma thesis deals with the topics of artificial intelligence and Natural Language Processing. The goal of the thesis was to develop an application that uses Natural Language Processing to anylize stock market news about the DAX and to provide an estimate, based on previous forecasts, which stock market news site best predicts the development of the DAX.
This project was realized in a team of 4. My task was to train a Natural Language Processing model that was able to evaluate stock market news about the DAX.
#NLP #Python #LaTeX