Tag: api
-
goFinance – yfinance for Go!
Of all the packages available in Python’s PyPI repository, pandas is probably my most used. Coming from a data analysis and Excel-heavy background it naturally fills a lot of my needs with the language. The DataFrame really shines when you have a bunch of different data sources and it only takes minimal work to build…
-
How I’m Using MSW (today, anyway)
One thing that has really changed my way of building with React is implementing tests much earlier in the development of a feature. I tend to feel almost claustrophobic working on a single laptop screen and flipping back and forth between my text editor and a browser window to see changes – this means most…
-
Adding Django-REST-Framework to Django (way after the fact)
One of my first projects in my current role was to optimize a process that involved taking a hardware design and making predictions about it. We had some old Excel sheets that would keep track of old analyses but these didn’t really enforce any structure and lots of work had to be redone each time…
-
How to Send File Objects from a React Frontend to Django Backend
This is probably pretty common knowledge, but after running into a relatively frustrating event at work I figured I’d do a little write up so I can just look here in the future instead of frantically googling around… I’ve finally embraced using the loader() and action() abilities of react-router-dom and while they simplify many things,…