Using fetch to do a file upload
In this video we are using fetch to do a file upload. File uploads could be hard if you haven't done it before, fetch is a new api that can simplify the process.
We are in our new Linux environment and create Binutils, some math libraries and the shadow system for user and password management.
We look at creating self signed certificates and get them working with your docker image. We talk about different encryption and authentication algorithms and other configuration options.
We use OpenCL to run workloads on GPU and try a simple blur filter.
We go though how to read a OpenAPI specification with the old API reading body content. And we also translate it to the new V3 parser and go through how this differens and works.
We look into using mdx-deck to create a slide deck with code and react.
In this video series, I try to challenge myself with the Advent of Code trials. Each solution will be published to Github, and I hope you will learn something from my coding mistakes and perhaps send some code my way on how you have done these challenges. I know by reading code, so this is…