Portfolio

My Portfolio

Sites and tools I have built while moving from recruitment into software. Some shipped and live, some built purely to learn something new.

Selected projects

Things I have designed, built and shipped.

Road to Software
01Featured

Road to Software

I built a donation site where people can donate to me in my journey. I integrated stripe webhook with a fully hosted backend connected with supabase so donations to stripe are inputted into supabase and grapped aggregated totals and presented on my website

UAP Dashboard
02

UAP Dashboard

I built an example website that presented mock data using charts and graphs. It was really an exercise to create a fully functioning frontend website. I had a lot of fun with this one and the idea spawned from the recent U.S UAP hearings

MiniMarvels
03

MiniMarvels

I wanted to gain experience with a CMS to create a website where I could share the stories of people who have made a career transition and build a community around it through interviews and sharing of resources and insights.

Coded Career
04

Coded Career

This is my blog and portfolio site. I share my journey and discuss interesting topics like A.I., showcasing my projects, interests and hobbies.

Earlier projects

Smaller builds from working through the fundamentals.

PlaceServices Google API
01

PlaceServices Google API

In this project, I gained valuable experience in working with APIs, leveraging the data they provide, and effectively visualizing it on Google Maps. I successfully utilized both API data and CSV data to accomplish this task.

Tic Tac Toe
02

Tic Tac Toe

I created a tic-tac-toe game as a means to familiarize myself with event listeners, query selectors, and JavaScript algorithms. It served as a great opportunity to enhance my understanding of these concepts.

WeatherApp
03

WeatherApp

I utilized API data to gather weather information for various locations and presented it dynamically in HTML. To enhance the user experience, I integrated Google Maps functionality, allowing users to easily select and retrieve weather details for their desired locations by simply dragging and dropping on the map. Recently I have updated the CSS to improve the UI

Currency Converter
04

Currency Converter

This project I created a currency converter in React. Along the way, I gained familiarity with the useEffect hook and implemented a revolving carousel. Furthermore, I leveraged crypto API data to dynamically display cryptocurrency prices.