Hi, my name is Joseph DiPeri
I'm a Software Engineer from NYC.

Learn more

About me

Profile Image

I am a native New Yorker with a passion for technology, eager to solve challenging problems. I enjoy creating projects that tackle current needs and automating away redundant processes.

My love of traveling has allowed me to meet people from diverse backgrounds and gain insights about the world outside the United States. I enjoy learning languages, and became proficient in Mandarin during my three-years living in China.

View Resume

Projects

DiPeri Family App

Problem: My spouse and I wanted a way to automate saving our son’s daycare photos including the ones with other students, which they don't let you download instead of downloading each image manually every day.

Solution: Configured a web-hook using the Gmail API to send any email from the daycare email address to my web app server. Parsed the email’s HTML to download the image and upload that image to S3 and store that URL in the Postgres DB, so the frontend web app can access all the photos. I also made a curl request to the image URL to check if there is a download attribute in the HTML, so that I can label the photo as private (I don't want to post pictures to a site with other kids in it or without other parents permission.) Every image is also sent to our family members’ electronic picture frames to get daily updates of our son.

Technologies used: React, Styled Components, Javascript, Node.js (Express), Gmail API's Push Notification(Pub Sub Architecture), CSS, HTML

See Live
Project Image

Flash Card App

This app is built using Golang on the backend and React on the frontend. The Flashcard app leverages the https://pixabay.com API to automate the flash card creation process. When a user searches for a term, it will pull a bunch of different images to choose from in the Frontend. When a user decides on the image and clicks 'Create Flashcard', a POST request will be sent to the GO server to generate a flash card using the search term, selected image and then it will proceed to download it automatically to your local computer.

Technologies used: Go, Javascript, React, Semantic UI, CSS, HTML

See Live
Project Image

HR Derby

HR Derby leverages Phaser JS to deliver a classic 2D Home Run Derby experience. Characters animations are implemented through sprites and CSS.

Technologies used: Javascript, Phaser, CSS, HTML

See LiveSource Code
Project Image

Invitation Tracker

A full-stack web application hosted on Heroku leveraging React on the frontend and Express on the backend.

Problem: My wife and I wanted a way to send custom HTML emails to our baby shower guests and track what invitees are attending and render different responses based on their selection.

Solution: This application leverages Sendgrid by configuring a webhook when a user clicks on our custom HTML email links which sends a response to our web server to record their decision in a Postgres DB.

The link also redirects the user to a frontend where they are displayed a message customized based on their choice.

Technologies used: React, Sass, Javascript, Node.js (Express), SendGrid WebHook, CSS, HTML

See LiveSource Code
Project Image

Mobile Flashcards

Built using React Native, Mobile Flashcards allows users to save study decks into their native local storage on their mobile devices. Users are able to add an unlimited amount of cards and decks to their application. Each deck has quiz functionality to allow users to see how well they know their deck, and will receive a grade upon finishing it.

The decks are stored in local storage and synced up to the redux store. The redux store provides the additional quiz functionality. Users are also allowed to set daily notifications that remind them to study their flashcards everyday

Technologies used: React Native, Redux, Javascript, AsyncLocalStorage, Expo, StyleSheet API

Source Code
Project Image

Master Your Summer

Developed using the microservices architecture technique, Master Your Summer was a campaign site that allowed users to view a variety of recipes provided by the client that were stored using MySQL in an RDS instance, as well as design their own badge that they could share on several social media outlets.

The badge builder leveraged an image processing npm package on the back-end called jimp. Jimp would take a string, a css hexcode, and multple pngs and compress them into one image that would be uploaded to an S3 bucket so users could download and share them with their friends.

Technologies used: React,Node-js, Express, MySQL, Sass, AWS(Elastic Beanstalk,S3), Javascript, CSS, HTML.

Project Image

Client Quiz

Developed using the microservices architecture technique, Client Quiz front-end was built in react and hosted in a S3 bucket while the API was hosted on Elastic beanstalk and created in Express.

Client Quiz was an instore web application that allowed users to answer a variety of questions and based on their score, the application would a recommend a product.

The application required a lot of custom validation to check if a user is old enough, and that they answered every question before they could proceed to the next question. Data was stored in the MySQL database.

Technologies used: React,Node-js, Express, MySQL, Sass, AWS(Elastic Beanstalk,S3), Javascript, CSS, HTML.

Project Image

Would You Rather ??

Would You Rather is a react redux application that allows users to create, answer, and vote on questions that were created by the applications users. A user has to be logged in to use the application, and a mock auth system was created to do this.

A user can then create a question that will ask if they would rather do one of two options. After this they may vote on their own questions or questions created by other users which will then move that question into their answer category. Once answered they will receive a point and if they click on the question it will show the percentage of votes each answer received by the global user community. Users can also view where they stand on the leaderboard pointwise as users receive points for each question created and each question answered.

Technologies used: React, Redux, Sass, Netlify, Redux-thunk, Javascript, CSS, HTML.

See LiveSource Code
Project Image

My Reads

My Reads is a react book tracker that has two main components, a dynamic Status component along with a search component. The search component allowed users to search through the database to find available books and they can choose to filter those into the right tracker category if they have any interest through a select drop down menu

Technologies used: React Netlify, Javascript, CSS, HTML.

See LiveSource Code
Project Image

TOP FACT

Built using express in the backend and the EJS template engine in the frontend, Top Fact is an application that connects to the open trivia API. It allows users to register and create their own customized trivia game. Their game is saved in five PSQL tables where they can re-render it at anytime.

Technologies used: Node-js,Express, Fetch, PSQL, EJS, Authentication, Bcrypt, Javascript, CSS, HTML.

See LiveSource Code
Project Image

Legend of DBZ

Legend of DBZ is a multiplayer fighting game that utilizes local storage to pass user information between three html pages. There is a character selection page that allows users to chooce from 8 fighters and then they can proceed to select from 4 stages. The fight page uses collision detection to decrement the life bar and inform the winner.

Technologies used: Javascript, HTML, and CSS.

See Live
Project Image

Contact