Realtime Charts with D3, React/Redux, SocketIO and Flask

Realtime Charts with D3, React/Redux, SocketIO and Flask

A little example app with realtime updating charts using D3.js and React with Redux and Axios on the front end to render a chart generated from randomized data with a button to send a POST to the flask app which serves the front end to randomize the data and
Third Person Game with Godot

Third Person Game with Godot

I have been toying around with Godot engine for a little while now, always on this ever evolving third person game. So far I have a character controller class, a model and a clipped camera. Mixamo and Blender are a great combination for rapidly prototyping character animations
HTTP Request Smuggling via Unicode Payloads

HTTP Request Smuggling via Unicode Payloads

Some libraries and applications including those used in older versions of NodeJS will convert Unicode characters into latin1 character sets by truncating the hexadecimal value representing each glyph so it fits in the 0-95 range for the basic latin character set, as well as with some control codes. I've put
AsyncRunner

AsyncRunner

A .NET Core restful api that allows launching worker instances to scale horizontally and perform longrunning tasks with per-task status tracking This project is an implementation of horizontal scalability in a restful API built with .NET Core MVC. The project includes a docker compose configuration, and a Postman collection for
Loveseat.com ecommerce platform

Loveseat.com ecommerce platform

A complete ecommerce platform build on top of Django using Postgres, Redis RabbitMQ/Celery, Bootstrap and Angular featuring third party listing content syndication, email marketing integrations, receipt systems and more.
Auto Key/Transponder lookup app

Auto Key/Transponder lookup app

An application written for Busy Bees Locks & Keys in San Diego to manage their car key pricing catalog and help customer service reps order parts. It is an Angular app on the front end, Django on the backend with elasticsearch and postgres for data storage and retrieval.