Hey 👋🏼, my name is Patrik.
I'm a junior full-stack developer from Bratislava, Slovakia.
About Me
I love coding!
I'm truly passionate about technology. Exploring new tech and diving into exciting projects is what drives and inspires me every day.
My current tech stack
This is what I love using for my personal projects at the moment.
Currently, I'm learning: DrizzleORM
DrizzleORM is a new replacement for Prisma that enables you to write SQL queries in your code that are very close to actual SQL.
And this is me...
I'm a fast learner and love a fast paced environment where I can learn new things and solve new problems.
Selected Projects
FuudplanMeal Planner
Meal planner app that helps you plan your meals for the entire week. You can add recipes your own recipes along with ingredients, calories and macronutrients. Using an intuitive UI, you can plan your meals for the week and generate a shopping list. This enables you to go shopping only once a week and make sure you hit your calorie target every single day.
ImaginifyAI Powered Image Manipulation
Uses Cloudinary API for image manipulation including background remove, object remove, object recolor and generative fill. The app is also a fully featured SaaS - it has a Stripe payment system to buy credits, each image transformation costs the user 1 credit.
Magic SearchSemantic Search Engine
Semantic search engine that uses PostgreSQL as the primary database, in addition, it also uses an Upstash vector database to store vector embeddings of the items. The items were embedded using ada-2 from OpenAI. If no results are found using text search, it will queue Upstash to find the most semantically relevant item.