Peter Ayala
peteraayala@gmail.com
About
Hello! I'm Peter, a 2019 Harvard graduate and current Business Operations Associate at LinkedIn. I formally studied Statistics and Computer Science, and use this website as a way to share our what I've been working on recently.

Projects

A selection of projects that I'm not too ashamed of

LinkedIn Clone

A clone of LinkedIn. Functionality is limited largely to the Feed right now, with the ability to create or delete postsBuilt with a combination of Next.js with Recoil state management, Tailwind CSS, Nextauth, and MongoDB

Glassdoor Employee Review Scraper

Allows you to scrape all employee reviews for a desired company, and created as a way to practice web scraping.Built using Scrapy in Python.

Flappy Bird with Q-Learning

Built using Pygame in Python with manual Q-learning implementation. Creates an agent that iteratively improves in the game Flappy Bird through reinforcement learning