joshuagourlay
SWE Intern @ Capital One | Computer Science Undergrad @ USF Minor in Mathematics | 4.0 USF GPA | 3-Time Medalist in Collegiate Programming Competitions
Capital OneRichmond, Virginia
Pinned Repositories
Lambda-API-Proxy
This is a project I am using to act as a backend proxy to my API requests. Its intended goal is to receive incoming API requests, fetch the associated API key, then forward the request before returning the response back to the caller. It uses the singleton design pattern to keep the secrets between simultaneous invocations of the lambda.
Serverless-Image-and-Text-Classifier
This is a project I am using to create the backbone for many other peojects that will use this as a base. This includes content moderation entensions for disability forum projects I have planned and sentiment analysis for sentiment analysis based stock trading algorithm projects I have planned.
group-meet
This is a community connection web app designed to organize quick events surrounding popular activities like chess, community kickball, or even leetcode.
FreshStart
This is a project we completed together at a hackathon that aimed to provide personalized job recommendations to housing insecure individuals that strictly had a lower cost of living than their current area. It achieved a bronze medal in a competition that included dozens of schools and over 500 participants.
Item-Exchange-Simulator
This financial application is a personal project that handles sequential trades in a way that prioritizes the best deal possible.
Software-Engineering-Project
Mock Flower Website w/ Flask and React. This project used SQL Alchemy and Flask to write to a DynamoDB database to maintain an editable inventory of a mock flower shops online presence. This was a team project where I led 6 other students on their first major project.
Agify-API-Game
This repository is for a python API game! It calls an API called Agify that returns a guestimate of your age based on your name and the number of times that particular word was queried. This program makes a game out of the Agify API by challenging you to find the most and least queried words you possibly can. My highest was 176344. Can you beat it?
codename-relocate
This is a project that will use scraped data and a homegrown algorithm to give people job openings in the LCOL areas of the country. It requires advanced data scraping techniques because unfortunately job websites guard their information closely, but thankfully I scraped from a website who scrapes other job websites so it's okay :)
collatz
Creates visual aids for my studies on unsolved problems in mathematics. This code structures the collatz conjecture in a way that makes it very easy to see a very predictable pattern in the formation of sequences of numbers. In particular, it shows that only numbers 5 mod 8 have unpredictable sequence results.
CSS-My-Site
joshuagourlay's Repositories
joshuagourlay/group-meet
This is a community connection web app designed to organize quick events surrounding popular activities like chess, community kickball, or even leetcode.
joshuagourlay/Lambda-API-Proxy
This is a project I am using to act as a backend proxy to my API requests. Its intended goal is to receive incoming API requests, fetch the associated API key, then forward the request before returning the response back to the caller. It uses the singleton design pattern to keep the secrets between simultaneous invocations of the lambda.
joshuagourlay/joshuagourlay
joshuagourlay/sample-github-tutorial
This repository is where I'll be pushing a sample file for a Github tutorial.
joshuagourlay/my-teaching-repository
This is a repository I am using to show students how to use github.
joshuagourlay/skills-introduction-to-github
My clone repository
joshuagourlay/my-first-static-web-app
joshuagourlay/microsoft-azure-workshop-example
This is a quick repo I am initializing to follow along with the Microsoft azure workshop
joshuagourlay/Leetcode
In this repository I am keeping a markdown document which details all of the insights I have learned from various Neetcode problems. The purpose of this is to document main ideas and tips that are relevant to me so I may better use them in the future after a quick recall.
joshuagourlay/tailwind-demo
joshuagourlay/codename-relocate
This is a project that will use scraped data and a homegrown algorithm to give people job openings in the LCOL areas of the country. It requires advanced data scraping techniques because unfortunately job websites guard their information closely, but thankfully I scraped from a website who scrapes other job websites so it's okay :)
joshuagourlay/wordle-lesson
This is a repository where I will spend 1 hour working through making a wordle app for a school tutorial.
joshuagourlay/Serverless-Image-and-Text-Classifier
This is a project I am using to create the backbone for many other peojects that will use this as a base. This includes content moderation entensions for disability forum projects I have planned and sentiment analysis for sentiment analysis based stock trading algorithm projects I have planned.
joshuagourlay/Software-Engineering-Project
Mock Flower Website w/ Flask and React. This project used SQL Alchemy and Flask to write to a DynamoDB database to maintain an editable inventory of a mock flower shops online presence. This was a team project where I led 6 other students on their first major project.
joshuagourlay/FreshStart
This is a project we completed together at a hackathon that aimed to provide personalized job recommendations to housing insecure individuals that strictly had a lower cost of living than their current area. It achieved a bronze medal in a competition that included dozens of schools and over 500 participants.
joshuagourlay/name-repo-here
joshuagourlay/CSS-My-Site
joshuagourlay/collatz
Creates visual aids for my studies on unsolved problems in mathematics. This code structures the collatz conjecture in a way that makes it very easy to see a very predictable pattern in the formation of sequences of numbers. In particular, it shows that only numbers 5 mod 8 have unpredictable sequence results.
joshuagourlay/cv
This is the repository for my personal website!
joshuagourlay/frontendmentorchallenges
This is a repo I will be using to do frontendmentor.io challenges!
joshuagourlay/odins-recipes
Basic recipe website in HTML made during my completion of The Odin Project
joshuagourlay/Item-Exchange-Simulator
This financial application is a personal project that handles sequential trades in a way that prioritizes the best deal possible.
joshuagourlay/Agify-API-Game
This repository is for a python API game! It calls an API called Agify that returns a guestimate of your age based on your name and the number of times that particular word was queried. This program makes a game out of the Agify API by challenging you to find the most and least queried words you possibly can. My highest was 176344. Can you beat it?
joshuagourlay/git_test