Hi, I'm Oliver, a software engineer from Berlin who likes to develop things, solve problems and face challenges. In my spare time, I either try new tools/frameworks or work on some of my projects. I enjoy learning new technologies and finding a way of integrating them into my tech stack!
2024
- ShortQr: Combining URL shortener with QR code generation.
- RetroBashGames: "Collection" of console-based retro games in python.
2023
- JsonCompare: Personal used Chrome extension to visualize and compare JSON files.
- leetcode: Started tracking LeetCode solutions. -- No longer maintained --
- fpinscala: Repository to work through "the red book" (Functional Programming in Scala)
2022
- portfolio: React web app to introduce myself. (somewhat outdated by now)
- sudoku backend: Backend to generate humanly solvable sudoku puzzles with varying difficulties.
- sudoku frontend: React web app to showcase (and play) sudokus generated by my backend.
- algorithms: Project to implement, understand and compare different algorithms.
- mensatalk: Backend to persist chatrooms and chats for a messaging app.
- 2DGameEngine: 2D game engine to understand game logic and concepts