Justin Ciocoi
Full Stack Software Development
Cybersecurity
Data Science

Haptic Metronome
Swift
WatchKit
XCode
A Haptic Metronome App designed for the Apple Watch using SwiftUI and WatchKit. The app allows users to enter BPM manually or quickly adjust it by +/- 5 BPM. XCode command line utilities and core emulation were used for setup and testing.
Online Video Formatter
Python
BASH
FFMPEG
An online video formatter which uses yt-dlp and ffmpeg along with Python to create a frontend UI that runs locally and allows users to download and format videos from publicly accessible sites. If you regularly download the audio or video of online videos, this tool can help you avoid similar sites filled with ads and potential malware.
Daily Dashboard
HTML
CSS
JavaScript
AWS
A daily dashboard I designed to be my landing page on my mobile browser. This utilizes weather and news APIs to query current data and populate the webpage, as well as generating a random quote from an AWS hosted mySQL database and providing links to my most visited sites. Find the dashboard here.
2D Game Engine
Python
PyQT
A very basic 2D game engine developed using the pygame and pillow libraries. The engine includes animated sprites, player movement, player attacking, and enemy tracking
img-to-ascii
Python
A python script developed to convert image data to ascii text that resembles the image data as closely as possible. Uses the pillow library.
Knicks Data Project
MySQL
HTML
CSS
JavaScript
AWS
This project is a dashboard for stats for the New York Knicks 2023-2024 season. The frontend is created using Node.JS and the database is hosted using AWS services. The project includes dynamic stat tables and data analysis and can be found here (Site is hosted using a free Render instance, so loading may take some time)
Dai-Li
Python
PyQT
JSON
Dai-Li is a simple python-based task tracker which keeps track of repeating tasks. Dai-Li has tabs for daily, weekly, and monthly tasks, and uses JSON for saving task data.
MonkeyType
C++
Based on the idea that - given infinite time - could write out the entire works of Shakespeare, Monkey Type allows users to enter a text input and then generates text (a-z|A-Z) until the entered string is also generated.
Password Vault
BASH
AES
SSH
Password Vault is a set of bash/zsh scripts which allows a user to set up a home server on which they can encrypt and store data using AES and SSH. Data is encrypted on a local machine using AES and securely transmitted using SSH.