Advent of Code 2020 – Day 12
We solve today's challenge at the advent of code 2020. Come join us and have some fun.
I show you how I test parsing functions in java using file testing; this is where I could add more files for each test case that I want to run. Testing this way makes your workflow quick and easy. Just add a file and then start to solve issues.
We talk about what is going to happen going forward for java and OpenJDK.
We look at two projects that tries to recreate a voice using extreamly small amount of voice data.
We look at how we can build rest API in python quickly. This quick guide is using FastAPI in order to create a quick API using python and SQL Alchemy. Rest API showing in OpenAPI and even redoc format is a really nice way to document your code.
In this video, we look into the Ultralytics Yolo framework. It enables you to run a pre-trained Yolo algorithm and retrain it for your particular use case. Using this model, you could easily create a new model to detect your favorite things in an image and create location boxes over the objects.
We look into how the electron app framwork works and how to use it to create a simple progress counter application.