PeterCamejo
petercamejo.com Security+ certified infosec professional seeking employment remotely or in the Atlanta area.
Atlanta, GA
Pinned Repositories
Yelpark
A simple, full stack Yelp clone for viewing, rating, and reviewing parks.
Personal-Website-v3
Third iteration of my portfolio website and the first to use React.
Snake
Basic Snake game created with Java
ComplexNumber
Complex Number class for C++ . Use Catch Unit Testing Framework from philsquared (Not included)
DijkstraSingleSource
A simple implementation of Dijkstra's Single Source shortest path algorithm in the C++ language
DuinoDucky
An Arduino project that functions similarly to a USB Rubber Ducky.
ShellProject
Shell Project for COP4600.
ArduinoSketches
Small Arduino sketches that aren't slick enough to warrant their own repos.
BasicSortingAlgorithms
A showcase of three of the most basic sorting algorithms and an implementation of the naive quicksort algorithm
JavaRPG
PeterCamejo's Repositories
PeterCamejo/DuinoDucky
An Arduino project that functions similarly to a USB Rubber Ducky.
PeterCamejo/Personal-Website-v3
Third iteration of my portfolio website and the first to use React.
PeterCamejo/phoneafriend
Second version of my senior project implemented with Next.js, Tailwind, and MongoDB.
PeterCamejo/Yelpark
A simple, full stack Yelp clone for viewing, rating, and reviewing parks.
PeterCamejo/Snake
Basic Snake game created with Java
PeterCamejo/petercamejo.github.io
Portfolio Site
PeterCamejo/JavaRPG
PeterCamejo/JavaTicTacToe
A simple TicTacToe game written in Java. Run the Jar to play.
PeterCamejo/ShellProject
Shell Project for COP4600.
PeterCamejo/BasicSortingAlgorithms
A showcase of three of the most basic sorting algorithms and an implementation of the naive quicksort algorithm
PeterCamejo/ArduinoSketches
Small Arduino sketches that aren't slick enough to warrant their own repos.
PeterCamejo/ComplexNumber
Complex Number class for C++ . Use Catch Unit Testing Framework from philsquared (Not included)
PeterCamejo/Template-Linked-List
Template Linked List class coded in C++. Unit testing done using philsquared's CATCH ( Not included in this repo)
PeterCamejo/DijkstraSingleSource
A simple implementation of Dijkstra's Single Source shortest path algorithm in the C++ language