Projects
Survey App
This is a web application that I made for a client in order for them to be able to manage custom surveys that they send. This is used in production to create surveys dynamically, send them out via email, and monitor/export the results for the client to use in their business. This app uses Sveltekit and Supabase, making the entire application serverless. This is a production application with private access, so I can't link it here.
What to wear
This app will quickly tell you what to wear for the day using emojis. This app is deployed using edge infrastructure on Vercel. This lets the app find your location by using the datacenter that the content was served from. With that it calls a weather api and uses emojis to tell you what to wear based on the temp, expected rain, or snow. All of the content is server side rendered, and deployed on the edge runtime making it extremely fast.
Portfolio (this site!)
My personal portfolio. This site uses SvelteKit for the front end and back end. This allow me to utilize server side rendering to make my site feel faster and more responsive. For storage I am using PocketBase. That is where I am uploading all of the data that I want to be able to customize whenever without having to make code changes.