Projects That Shaped My Journey
Some of these projects started from scratch, others began as tutorials that I transformed into something of my own. Each one reflects a part of my learning process and curiosity. Many are open-source — feel free to explore, learn, or contribute if you’re inspired.
Serverless Recipe-Sharing Application Deployment
Deployed a serverless recipe-sharing application using AWS services, focusing on backend functionality like secure user authentication (Amazon Cognito), scalable API management (API Gateway), and serverless compute (Lambda). Configured infrastructure via CloudFormation and deployed the frontend on S3 with CloudFront. The project is part of AWS Cloud Projects by Ivo Pinto and Pedro Santos, showcasing my practical AWS skills in backend development.
Live Demo – Serverless Recipe-Sharing App
Live Collaboration
Real-time collaborative text editor with room creation, simultaneous editing, commenting, and @tagging for notifications. Features include live collaboration, notifications, and room management.
https://live-collabprate.vercel.app/sign-in
Fitness and Wellness Platform
Developed a fitness and wellness platform inspired by a YouTube masterclass, enabling users to manage appointments with trainers and wellness experts. The platform features scheduling tools and is built with Next.js, Appwrite, Radix UI, Tailwind CSS, Zod, and TypeScript. The MVP will transition to AWS DynamoDB, S3, and Cognito for enhanced scalability and authentication.
View Code – Fitness & Wellness Platform