Don’t get blocked by QOS – RabbitMQ Quality Of Service work-around
We look into how to fetch messages manually so we don't prefetch any messages and create bottlenecks for longer running processes.
We look into how to download and build OpenJDK 13 from source. We talk about dependencies and commands for Linux and Windows.
We build a rack and I walk about what goes into the building process and showing the process. We also talk about networking like keystone jacks and cable management.
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…
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.
In this video i will do a quick introduction to rust and introduce some important concepts that rust uses to handle packages and build your executables. Rust is a programming language that have been hyped since it’s introduction. It mixes good structure with execution performace, type safety and memory management.
We talk about how to use Rust to write webassembly code and build a small game of life example.