Skip to main content

These are my projects


TitleDescriptionTechnologies/SkillsReferences
pyDocInvoice generator for Python modulePython, Django
BitGitPersonal Git Reimplementation fun project with fully-fledged tests without tutorial usage (currently only implemented git `add`, `commit`, `branch`, no networking yet)Python, Git, pytest
Etsy listing helperA tool for my personal Etsy shop, reduces listing creation time from ~4 hours per listing to ~20 minutes without including photo editingPython, Automation
Fluid dynamics prediction method analysisA comparative analysis on different methods used for fluid simulations based on EAGLE dataset, including a multi-scale attention-based model proposed by EAGLE authors. Written a simplified research paper.AI, Python, Research, Collaboration
Event planning appSystem for event planning in .NET MVC.NET, Monolith, Collaboration
U-Net implementation (AI)U-Net CNN implementation for image segmentation with multiple classesAI, Python
UI/UX project for a meal recommendation appDocumented UI/UX project with prototype built using FigmaFigma, UI/UX, Frontend, Collaboration
UI element collectionFrontend element collection built with TypeScript, tailored for ReactReact, TypeScript, Frontend
Meal recommendation appMVP of a smart diet app in .NET.NET, Monolith, Collaboration
POS SystemPoint of Sale system thorough documentation and implementation with TypeScript using microservice architecture using Prisma ORMMicroservice, POS, TypeScript, Prisma, SQLite, Collaboration, API
EnigmaticClients and a server in C that uses the Enigma machine cipher for communicationC, Networking, TCP/IP
Healthcare records systemMVP of healthcare records system written in C with most functionality in PostgreSQLPostgreSQL, C
Bimaru clientA client written in Haskell for communicating with online API to play the game "Bimaru"Bimaru, Haskell, API, Functional programming
Sudoku solver/creatorSudoku solver, creator and board validator written in JavaJava, Algorithms
CPU16bit CPU implementation in Logisim based on book "Kompiuterių Architektūra" by Antanas MitašiūnasLogisim, Assembly, Computer architecture