You've stumbled upon this little website I've had for awhile. Back in college it was the dumping grounds for me to submit my CSCI work. Lately it is mostly unused, but I might as well host something since I am paying Amazon $10 a year to renew my domain.
This is written in mostly plain html, css, and javascript. It uses Node.js to run the little back-end there is. I think there is a MongoDB database floating around somewhere, but it is only used on the half-finished "Task Manager" app.
At the timmmeee that I wrote alot of the early stuff on here I only knew the javascript library d3.js and like everyone else, I hate vanilla DOM manipulation, so almost all of the js is using nonsense like d3.select() to do any DOM manipulation. I promise I at least know jQuery now.
Here's some more links about me if you care about that:
LinkedIn GitHub Latest ResumeA map I made for an assignment in CSCI-240 that I update and add onto occasionally.
Online resource/book that Dr. Eric McGregor and I wrote over Summer 2019.
While I helped proofread all of it, I specifically wrote or edited the "Shapes" and "Events" sections.
Awarded TREB grant from Bridgewater College to work on it.
Some visualizations I created for a paper in a Physics class.
A Weather App implemented using Node.js, Express.js, Request.js, D3.js and API calls to ipstack.com, mapbox.com, and weatherapi.com.