Hi! I am a junior full-stack web developer looking for work-from-anywhere opportunities.
Send me a mail.
My current stack is
EDUCATION
BSc and MSc Business Engineering: Risk and Finance - KULeuven
WORK EXPERIENCE
IT Consultant: Digital Risk Management - KPMG Belgium - 2022 to 2024
About
After graduation, I spent a few years working as an IT Consultant. The more I interacted with the world of IT, the more I wanted to learn. I decided to embark on my own journey to learn Web Development, with the goal of creating practical and impactful applications for personal and professional use.
Projects
HistoriChat - AI Chatapp
Powered by OpenAI and ChatGPT-4o mini, this chatroom transports you back in time allowing users to communicate in various periods of history. Daily limit per user implemented reset daily via Cron job.
Uses Next.js and MUI (Material Design) on the front-end. Deployed on Vercel.
Uses Node.js/Express.js on the back-end. Deployed on Render.
Live chat through Socket.io.
Uses Mongoose ODM for Database integration.
Uses MongoDB as Nosql Database.
Authentication and Authorization via Clerkjs.
Github:
Frontend https://github.com/stijnservaes/HistoriChat-Next-JS/tree/main
Backend https://github.com/stijnservaes/HistoriChat/tree/main
Choose from different eras
Authentication via Clerk
Decidely - Voting App
Application created for a student organization to handle elections by secret ballot of board officers and votes on bylaws. This organization needed a custom solution to allow for a variable amount of votes per voter which needed to be updated in real time.
Uses Next.js and Tailwind.css on the front-end. Deployed on Vercel.
Uses Node.js/Express.js on the back-end as a RestAPI. Deployed on Render.
Uses Prisma ORM for Database integration.
Uses PostgreSQL as Database.
Authentication and Authorization via JSON Web Token.
Tested with Vitest and Supertest.
Download results to CSV file.
Github:
Frontend https://github.com/stijnservaes/Decidely-Next-JS
Backend https://github.com/stijnservaes/Decidely-API