Webassembly basics
Looking at the basics of web assembly.
We look into how to run Flutter on Linux and Windows. What is the current status and what can you achieve if you want to try it out.
I try to solve Advent of code puzzles during the 2024 event. Please share your solutions and be a part of this great community.
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 look into high availability using Heartbeat and DRBD. Heartbeat is a software to monitor and failover when a machine is unresponsive and DRBD can help you replicate data between machines making your setup highly available. This solution can help you doing maintenance work without downtime.
In this tutorial, I go through how to create a video in java. Using the framework Xuggle we can create a video file containing a stream of images. But you can use any BufferedImage to create these frames, so this library is super flexible and even support audio.
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.