
Farah Freight Group
Frontend
Company website for Farah Freight Group. Single Page Application created using NextJS and Nodemailer for sending emails.

Gemprint
Full stack
Company website for Gemprint. Single Page Application created using NextJS and NextAuth. Currently working on adding Dashboard to manage print orders.

Greg Mozer / Propbono (New)
Full stack
Propbono portfolio website presenting some of the projects that I worked on.

Wizzcode Music App
Frontend
Sample music app to test React Query hooks and write some cool tests in Vitest. It communicates with Itunes API and pull some albums using React Query.

Propbono (Greg Mozer - Old)
Frontend
Propbono portfolio website presenting some of the projects that I worked on. Written in RemixJS.

SWM Interview 2024
Algorithm
Interview task is composed from two parts, coding exercise and an essay. Below you can see the information about programming task. Write a function that receives two sequences: A and B of integers and returns one sequence C. Sequence C should contain all elements from sequence A (maintaining the order) except those, that are present in sequence B p times, where p is a prime number.