Pinned Repositories
chat-room
This is a demonstration to how to make a chat-room using a VueJS front-end and a NodeJS backend.
face-off-ai
A facial recognition online game used to play against your friends and challenge them to a "try not to laugh" challenge.
one1fy
A Blazingly Fast, Platform Agnostic, Mobile Framework. "Its gonna be great"
midi_editor
This was a midi_editor that could edit midi files. This is not a working repo. There are certain helper functions missing that were not written by me and I do not have permission to show. All that is shown is my own personal code that was submitted.
dynamodb-util
A simple @aws-sdk/client-dynamodb wrapper that makes single table dynamodb queries easy to use.
docker-aws-cdk
A simple AWS CDK image
AudioLink
This Java program takes all audio from one machine and sends it to another. Vice versa, it takes the microphone audio to the
aws-elastic-db
Goal: Build AWS Resources in a way to allow for any containerized DB service to access its respective data.
BenPrommer-SDP
Enhanced Ben Eater Breadboard EEPROM Programmer with SDP Features
chancejs
Chance - Random generator helper for JavaScript
nicballesteros's Repositories
nicballesteros/eth-offline
Offline tool for Ethereum
nicballesteros/snake
Cuz I was bored
nicballesteros/dynamodb-util
A simple @aws-sdk/client-dynamodb wrapper that makes single table dynamodb queries easy to use.
nicballesteros/chancejs
Chance - Random generator helper for JavaScript
nicballesteros/node-website-webserver
A webserver written in node.js to run a website as well as my web apps.
nicballesteros/todo_list
A web app the provides a todo list. Learning how to make restAPIs
nicballesteros/docker-aws-cdk
A simple AWS CDK image
nicballesteros/aws-elastic-db
Goal: Build AWS Resources in a way to allow for any containerized DB service to access its respective data.
nicballesteros/nicballesteros
Config files for my GitHub profile.
nicballesteros/mandelbrot
An example mandelbrot fractal creator written in rust. Original code from the Rust in Action book. https://github.com/rust-in-action/
nicballesteros/midi_editor
This was a midi_editor that could edit midi files. This is not a working repo. There are certain helper functions missing that were not written by me and I do not have permission to show. All that is shown is my own personal code that was submitted.
nicballesteros/chat-room
This is a demonstration to how to make a chat-room using a VueJS front-end and a NodeJS backend.
nicballesteros/portfolio
This is the code to my portfolio website. Please go to this website to learn more about what I can do and how I can benefit your institution. Also please feel free to contact me at the links provided in this portfolio
nicballesteros/crypto-importer
This is an importer for getting Binance Cryptocurrency Data. This was part of a larger project I made private but wanted to share this part. This project was a flop though because I found out that my data aggregation was not good enough to beat the markets.
nicballesteros/AudioLink
This Java program takes all audio from one machine and sends it to another. Vice versa, it takes the microphone audio to the
nicballesteros/Milestone2
Milestone 2
nicballesteros/BenPrommer-SDP
Enhanced Ben Eater Breadboard EEPROM Programmer with SDP Features
nicballesteros/SoundPlayer
A Java Application that plays audio
nicballesteros/cppsnake
A snake game built in C++
nicballesteros/NicChatServer_2.0
Second version of the chat server
nicballesteros/NicChatClient_2.0
Second version of the chat client. Uses JFrame to make a nice GUI. Basically a large coding challenge in order to learn about UTP sockets in Java.
nicballesteros/NicChatClient_2.1
Second version of the chat client. Uses JFrame to make a nice GUI. Basically a large coding challenge in order to learn about UTP sockets in Java.
nicballesteros/NicChatServer_2.1
Second version of the server. Basically a large coding challenge in order to learn about UTP sockets in Java.
nicballesteros/NeuralNetworkV2
An attempt at making a Neural Network in C++. Afterall it failed because it fails to predict anything. This was a challenge I gave to myself to learn the Math behind predictive models like neural networks
nicballesteros/sliders
3 sliders from scratch
nicballesteros/minesweeper
classic minesweeper game
nicballesteros/snake_game
Classic snake game! I am learning to code in Javascript. I used the p5.js library to easily make canvas elements in html interactive.