Ninja Contacts
Real Estate Leads Service. Public records for financially motivated home owners are sourced from government sites, and stored on the database. The entries are skiptraced and processed by Virtual Assistants, who find contact information for the property owners. Realtors, and Cash Investors can subscribe to the Stripe service, which will give them access to the processed leads, and allowing them to set up notifications, and also create a leads pipeline to their LionDesk CRM.
- React
- JavaScript
- Stripe
- AWS
Node Grapher
Intuitive, responsive web-based node diagram creation utility. Visual nodes can be created, deleted, modified and organized, all in a minimalistic, limitless and instantly accessible canvas. No accounts or sign up is necessary; all the data persists in the browser and exports are saved on the user’s computer, making for a smooth, seamless experience. I created this project to boost productivity and organization by efficiently visualizing class notes, philosophical ideas, flowcharts, project hierarchies, class diagrams and research information. It's perfect for visual learners and creators who prefer not to write and draw on paper.
- Website
- JavaScript
Maze Solver
This is interactive!
Web-based A* Pathfinding demonstration to generate, modify and solve mazes or other binary environments. The A* JavaScript implementation is guaranteed to find the shortest path between two points, which is incredibly valuable in numerous applications such as road navigation systems, enemy AI in video games, and of course solving mazes. I created this project to learn how to implement A* Pathfinding and to demonstrate it's effectiveness.
- Website
- JavaScript
MineNet
Bot network for Minecraft. I was bored so I invaded Minecraft servers with robots. They can follow players, speak in chat, and be configured to mine cobblestone while replenishing their tools!
- Node.js
- MineFlayer
Chessplate
C# Stockfish Client for Chess.com. The program parses the board state from the screen, converts it to FEN notation and inputs it into a Stockfish distribution at the configured depth. The calculated best move is executed when the configured action key is pressed, allowing low latency gameplay for the Bullet ruleset.
- Desktop
- C#