Blog Posts
Zig cross-compilation: linking to system libraries
- Date: October 7, 2023
- Categories: programming, zig
Setting up MySQL replication on Docker Swarm
- Date: September 24, 2023
Actual instructions to building a multi-platform docker image
- Date: September 13, 2023
- Categories: docker
One common behavior seen in “mature” software engineers
- Date: February 6, 2023
- Categories: programming, career
From Rust to WebAssembly: building an interactive note-taking webapp with Actix & Yew
- Date: March 8, 2020
- Categories: programming, rust
Set both background and font colors, or neither
- Date: January 31, 2019
- Categories: programming, ux, css
On reviewing code: Some practices I’ve found useful
- Date: June 23, 2017
- Categories: collaboration, programming
Random .NET fact: String.Join() throws a “fake” OutOfMemoryException
- Date: September 10, 2016
- Categories: programming, .net