FastAPI, React and Docker
·7 mins
I’ve recently been working on a fun Advent of Code project for work and using some new (to me) technologies like FastAPI and Docker for deployment.
As part of my COVID friendly game project, werdz.ca, I’ve been working with GoLang, Create-React-App, WebSockets and NGINX (for production). Some of it has been “an adventure”.
This post is a set of quick notes about the problems I’ve encountered and how I worked by them.