Reading Data from CSV Files and MySQL Queries

I used to read a lot of doom and gloom from the Data Science community on working with dirty databases instead of clean CSV files. Generally I agree with criticism toward how academia handles programming content, but this isn’t a hill to die on at all. On the surface the two seem significantly different because… Continue reading Reading Data from CSV Files and MySQL Queries

New API Structure and Devlog Layout

I have been slacking on progress over the past week or so, but I am happy to share where my site is at now. As my friend put it, “You need to remember there are a lot of people in the world, and shocker that means you’ll come across people from time to time who… Continue reading New API Structure and Devlog Layout

Solving “CORS Request did not Succeed” Error

I think this is a rare topic where StackOverflow actually gave me a completely ineffective answer. Generally there’s a step or two missing, and that’s okay. However, sometimes when CORS Requests fail it is not due to FireFox settings. I do not recommend messing with anything regarding website certificates unless you really know what you… Continue reading Solving “CORS Request did not Succeed” Error