Alec Parent's Personal Website
Projects
This Website
- Built out in Sveltekit using DaisyUI
- Focus on quick deliverability, maintainability, and strengthening common full tech-stack for future webapps
- Maintained consistency in development to strengthen coding habits and push myself to try new things
Svelte
JS
HTML
CSS
Rock Paper Scissors Battle Royale
- Website link
- Built out game in pure HTML/JS/CSS
- Leveraged ChatGPT to exponentially speed up development by generating boilerplate code and correcting/adding details
- Built out vector based tracking system for all entities in a <canvas> component
JS
HTML
CSS
ChatGPT
Info Website for a Therapy Center
- Website link
- Worked with Wordpress to improve existing site structure and content
- Built out custom HTML/JS/CSS solutions to fix what Wordpress couldn't deliver on
- Optimized the website caching, SEO, and general performance to load up to 10x faster
- Operated on a strict deadline to deliver on client needs
JS
HTML
CSS
Ecommerce Website for Mrs Hobby Shop
- Website link
- Made a React API to get the BigCommerce site to properly pull product based off their category
- Built realistic technical roadmap for client given the existing site and its constraints
- Established a consistent and reliable data pipeline between the point of sale system and website
React
JS
HTML
CSS
Python Batch Program Installer
- Made a batch installer in Python using Tkinter and leveraging Multiprocessing to chain together installations while timing them
- Developed a simple and intuitive UI to select programs desired to install and leave out
- Frequently communicated with different departments to ensure custom installations are ran smoothly and can be automated
Python
Tkinter
Multiprocessing