Quick look into Netron
We look into the machine learning network viewer Netron.
We talk about Gitea and see if it’s a good replacement for gitlab or a good local choice for organization that want to use github locally.
We solve the day 14 challenges for the Advent of Code.
We talk about creating directories with the right permissions, downloading source files and verifying the validity of the downloaded files.
We use the OpenAPI generator to create a stub server implementation of PHP-Slim. Then we implement the different endpoints using an SQLite backend and talk about the challenges using the database and handle CORS.
We are looking into wasm using rust and creating a small rust example that we then run in wasm context in your browser. We also look into wasm-bindgen in order to use complex types in rust and javascript.