Hey! đź‘‹

My name is Aaron Bos and this is my blog.

What do I blog about? Great question!

I’m a software engineer by day so you’ll mostly see posts, some technical and some not-so-technical, relating to my interests in software and technology.

If you’d like to chat about a post or provide any feedback (postive or negative), connect with me via the social links at the bottom of the page! I hope you enjoy reading my posts as much as I enjoy writing them.

Recent Posts


Running FFmpeg in the Browser with Wasm
The introduction of WebAssembly (Wasm) has enabled developers to create experiences on the web that rival native performance. In this post, I'll provide an introduction to WebAssembly and also share an example of how it is leveraged to run FFmpeg directly in the browser.
Tuesday, February 14, 2023
#dev
#web
#wasm
#video

My Case for Conventional Comments
In this post, I'll present my case for using conventional comments in code reviews. I've been an advocate of conventional comments for about a year and have enjoyed using them. I'm hoping to share the benefits so others can adopt their own standards for code review. Let's dive in!
Tuesday, January 31, 2023
#dev
#practices
#musings

Collections in .NET Through the Lens of Big O Notation
We use collections in our code daily, but do we ever step back and consider how they perform in the context of Big O Notation benchmarks? In this post, we'll examine the different collection types in .NET to see how their behaviors relate to well-known Big O notation functions. Let's dive in!
Sunday, January 15, 2023
#dotnet
#csharp
#dev
#fundamentals

Looking Back at 2022 and Ahead to 2023
As the calendar year comes to a close, I'll take a moment to reflect on the posts and site improvements this year and also provide a sneak peek at what will be coming in 2023. Let's dive in!
Saturday, December 31, 2022
#reflection
#growth
#musings

Why I Decided to Give Up Social Media
In this post, I'll share why I recently decided to step away from a handful of social media platforms. I'll also touch on how I plan to replace the value that social media provided me with other alternatives. Let's dive in!
Wednesday, December 28, 2022
#personal
#life
#musings