bpirrocco.dev-



This site is built without the us of any external frameworks or libraries. Everything you see is HTML, vanilla JavaScript, and some basic Sass. I really enjoy experimenting with the features offered by vanilla JavaScript and a little creative use of Sass. The site is hosted as a static site on AWS S3. The visit count you'll find on my resume, is generated using a call to an AWS API Gateway that interacts with a Python Script in a Lambda function and DynamoDB.

Wavare-

Wavare Homepage

A web application built with Python using the Django web framework. This live demo application is hosted on AWS, deployed using their Elastic Beanstalk service.

Wavare Forecast Page

The data for the app is auto-generated by an apscheduler job that utilizes small library I wrote to produce JSON files that mimic wave height forecast data and saves them to an RDS database.

Wavare About Page

**Demo will be live shortly**

Jomboy Media Content Aggregator-

Content Aggregator Login

A web application built with Python using the Django web framework for the backend, and I am in the process of transitioning to React Native for the front end. This application pulls in data for the company's podcasts from their RSS feeds using feedparser and pulls in data for their Youtube channels using the Youtube Data API.

Content Aggregator Podcast Detail

You can listen to the podcasts and watch the videos in app, utilizing Youtube's iframe API.

Content Aggregator Expanded Video View

This app also has a user management system that allows users to easily access their favorite podcasts and channels from the company.

Content Aggregator User Dashboard