DevLog 1 – SQRL – Secure Quick Reliable Login
I talk about a project I've started to work on. The specific technologies I've looked into and tried to implement.
I’m trying to solve all the Advent of Code puzzles in this video series.
We look into using the cephadm tooling to bootstrap and configure a small cluster with 3 drives and multiple hosts. We go into how cephadm administers different resources and shares them between hosts. Installing main host First we need curl in order to fetch the cephadm application sudo apt install -y curl Then we download…
I talk about some maintainance I had to do recently where we switched the public network of our monitors, removed the cache tier and remove massive amount of objects and all the problems we encountered and handled.
We look at an example from ml5js to load images and predict them
We solve today’s challenge at the advent of code 2020. Come join us and have some fun.
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.