Don’t just take my word for it, check out some of my latest work! For more information, click on the projects icon to access the project from my Github repositories.
Fully automated by Terraform, this is my attempt at the Cloud Resume Challenge
Moved the web application to be deployed in Kubernetes, utilizing 2 images from my last project in deployments. Dove into EBS CSI, PVC's, Services, and more!
Python/Flask web application that tracks + displays the number of visits using Redis as a data store via Docker Compose
Using Ansible on localhost to create key pair then subsequently an EC2 instance with it; maintaining state of 1 and waiting until instance is running to complete task.
First time using Ansible, testing out various features and adding on complexity each exercise!
Very, very simple project just using Github's Webhooks to trigger a very simple build job in Jenkins(via EC2 instance)
Building on my last project, I restructured it to include mostly PaaS and SaaS services so I am no longer managing EC2 instances directly.
Using EC2 instances to deploy Tomcat, MySQL, RabbitMQ, and Memcached servers to create a webpage for my dog that is hosted on Route53 DNS. Incorporates ELB's, SG's, ASG, & S3.
Utilizing Vagrants provisioning to write IaC, I hosted my website on an Apache server with the use of sync directories.
Combining BeautifulSoup and Selenium to scrape apartments.com and then fill out a Google Doc for each rentals price, link, and address, then we can easily convert this into a Google Sheet via Google Doc UI
Using Selenium to gather data about current internet speed from speedtest.net and then logging onto Twitter and making a tweet about it.
Beautiful soup, requests, and smtplib all working together to alert you if a product falls below price threshold. Personally, I have been eyeballing this dog brush vacuum!
Using BeautifulSoup to webscrape Billboards Top 100 charts and Spotify's API to create a Spotify Playlist of the top 100 songs for any day of your choosing!
Webscraping with Beautiful Soup to create a list of Empire's top 100 movies of all time, so on the next movie night, you're prepared :)
Utilizing API calls to Nutrionix and Sheety, you can track your workouts in Python and have them immediately uploaded onto Google Sheets.
Set up a vitamin tracker all by API using post, put, and delete requests (clearly I need to be more consistent with my vitamins!)
With the lovely Lambda, SNS, and CloudWatch Events(a true power team), a trigger will go off every day at 8 a.m. and if the stock price difference of Amazon is greater than 5%, SNS will email the subscribers the top 3 news articles involving Amazon(sourced from APIs).
Added a fresh GUI class to enhance user experience and updated API call with parameters + html.unenscape to clean data. New 10 T/F questions every time you play!
With Python & smtplib, receive a motivational quote every Monday at 8 a.m. and also never miss saying Happy Birthday again
Get your turtle across the road without hitting any road blocks! Each time you make it across, you go to the next level where the blocks move faster until you hit a block or jump out of bounds.
Collect as many food pieces as you can without running into the wall or yourself to grow your snake.
Don't have $19 million dollars to spare for a Hirst Spot Painting? That's okay, me neither. Luckily, Python can make one for us.
A game where you are given two people and you chose who you think has more followers on Instagram. Beware: it keeps score.