GeistHaus
log in · sign up

https://aaronbos.dev/feed.xml

rss
237 posts
Polling state
Status active
Last polled May 18, 2026 17:37 UTC
Next poll May 19, 2026 19:32 UTC
Poll interval 86400s
ETag W/"eeb0a720b2343b0b428de02c02e9e67e"
Last-Modified Fri, 24 Apr 2026 19:58:39 GMT

Posts

Find Me on Bluesky
socialdev
I have mixed feelings about social media and the value it provides, but I've recently joined Bluesky in hopes of regaining the value that I used to get out of Twitter/X from a developer's perspective.
https://aaronbos.dev/posts/find-me-on-bluesky
Extensions
Staying Productive with a Work Log
devcareerproductivity
Life as a software engineer can sometimes feel hectic, so it's important to have processes that keep us grounded and focused on the things that matter. Recently I've adopted a habit of keeping a work log to do just that. My goal for this post is to share the benefits I've noticed since keeping a daily work log and what I hope to gain from the habit in the long term.
https://aaronbos.dev/posts/daily-work-log-productivity
Extensions
Trimming Video with FFmpeg
devtoolsvideo
If you're a developer and work with video, there's a chance that you may need to trim or cut parts of the video for your users. In this post, I'll be going through the commands needed to do this in FFmpeg along with some details to consider when trimming video. Let's dive in!
https://aaronbos.dev/posts/trim-video-ffmpeg
Extensions
Find and Replace in Neovim
devtoolsneovim
While Neovim may not be my daily editor, I still prefer it to modify files quickly. Often I find myself in Neovim when I need to make small changes to JSON or YAML files. A common action that I perform is a simple "find and replace" which is supported by most editors. As with most things, the method to do this in Vim is powerful, but not necessarily straightforward unless you know the right commands and flags. In this post, I'll go into some detail about substituting characters in Vim and Neovim.
https://aaronbos.dev/posts/find-and-replace-neovim
Extensions
A Reminder of Why I Started This Blog
musingsnotes
In the rush of everyday life, it's easy to lose sight of your "North Star". For me and this blog, my North Star is learning. If I'm not learning, then chances are I'm not feeling energized. It's time to get back to what I have enjoyed so much with this blog over the last three years. Sharing what I'm learning through interesting and valuable blog posts.
https://aaronbos.dev/posts/reminder-of-why-i-blog
Extensions
npm and Semantic Versioning
devjavascriptnodenpm
If you've been a developer for any amount of time you've undoubtedly reached for external dependencies to solve specific problems. Whether the problem is as small as padding the left side of a string or as large as a component library, external packages are inevitable. In this post, I'll be going into the nuances of how npm leverages semantic versioning and some information that will be useful as npm package consumers. Let's dive in!
https://aaronbos.dev/posts/npm-and-semantic-versioning
Extensions
Reviewing 2023 and Previewing 2024
reflectiongrowthmusings
This time of year (holidays and New Year's) means something different for everyone, but for me, they are always a time to reflect on what has been and look ahead at what could be. As I've done in previous years I'm going to review the previous year in terms of this blog and my career as well as look ahead to the next year in the context of what to expect. Let's dive in!
https://aaronbos.dev/posts/2023-review-2024-preview
Extensions
Introduction to HTTP Live Streaming
devwebvideo
Video has become an integral part of our digital lives. We rely on video streaming services like YouTube, Netflix, and Hulu to consume all kinds of content from sports to Movies and TV. If you've ever wondered what kind of technology might be powering these streaming services, you've landed in the right place. In this post, I'm going to share some info about HTTP Live Streaming and how it is used to provide smooth video playback experiences.
https://aaronbos.dev/posts/http-live-streaming-hls-introduction
Extensions
Using Git's Reflog to Recover Data
devgit
Git is a nearly ubiquitous tool for version control these days and it serves its purpose dutifully. As great as Git is, there are still sharp edges and chances for mistakes to happen. In this post, I'll be sharing information about a lesser-known feature in Git that can fix those mistakes and help with data recovery. Let's dive in!
https://aaronbos.dev/posts/recover-data-with-git-reflog
Extensions
Looking for Solutions Instead of Problems
opinioncareermusings
Working in a field that is constantly changing can be challenging for a multitude of reasons. Our mindset for approaching the constant barrage of challenges can make a world of difference in both outcome and attitude. In this quick post, I'm going to share my thoughts on approaching problems with a solution-oriented mindset. Let's dive in!
https://aaronbos.dev/posts/solutions-over-problems
Extensions
Battling Burnout
devmusings
I’ve heard of others experiencing feelings of burnout in relation to free time or side projects, but I had never experienced it for myself. While I’m sure it’s different for everyone, I recently started to feel burned out with the time I spent outside of work on things that felt like work. In this post, I’ll share how I’ve dealt with and moved on from those feelings. Let’s dive in!
https://aaronbos.dev/posts/battling-burnout
Extensions
Book Review: Engineering Management for the Rest of Us
bookreviewmanagement
In this post, I'll share a short review of "Engineering Management for the Rest of Us" by Sarah Drasner. I heard about this book in a podcast a while back and I was excited to give it a read since I've recently transitioned into an engineering management role. Let's dive in!
https://aaronbos.dev/posts/engineering-management-for-the-rest-of-us-review
Extensions
Leading with Trust
managementleadership
Trust is a foundational piece of most relationships and it's no different with technical leadership. In this post, I'll share my thoughts on the benefits of building trust with teammates to become an effective leader.
https://aaronbos.dev/posts/leading-with-trust
Extensions
Q3 Roadmap Feature: Search Improvements
devblogroadmap
At the beginning of the year, I created a roadmap to plan the development of my blog itself. In this post, I'll talk through the improvements for this quarter that involved the blog post search experience. Let's dive in!
https://aaronbos.dev/posts/q3-feature-improved-search
Extensions
Understanding Thread-Safety in .NET
devdotnetcsharp
Writing code that always behaves as expected when run in parallel is HARD. I'll be the first to admit that I'm NOT an expert in this field, but I do my best to generally understand the principles that make parallel programming possible. This post attempts to unpack the "thread-safe" term for writing .NET code and explain some of the techniques that allow for thread safety to be possible.
https://aaronbos.dev/posts/understand-thread-safety-dotnet
Extensions
Engineer to Manager: Initial Thoughts
engineeringmanagementmusings
I recently made the switch from Senior Engineering to Engineering Manager 😱. In this post, I'll share some general thoughts on the experience so far. While everyone's experience and situation is different, I think it's helpful to share my initial thoughts about making the transition a successful one for everyone.
https://aaronbos.dev/posts/engineer-to-manager-initial-thoughts
Extensions
Developing A Growth Mindset
personalgrowthmusings
Life can be challenging. We are put into situations that challenge us mentally and physically all of the time. The mindset that we have going into these situations can significantly affect the outcome positively or negatively. In this post, I'll share my takeaways from the book Mindset by Carol Dweck which focuses on using a growth mindset to navigate difficult situations.
https://aaronbos.dev/posts/devloping-growth-mindset
Extensions
A Closer Look at C# Extension Methods
devdotnetcsharp
Extension methods have been around in .NET for a long time and most developers use them daily without even realizing it. In this post, we're going to take a closer look at extension methods and how they work. Let's dive in!
https://aaronbos.dev/posts/closer-look-csharp-extension-methods
Extensions
Managing "Dark Matter Time"
devtipsmusings
As I've grown in my software engineering career I've learned that time isn't always easy to manage. Learning to deal with writing code, context shifting, collaborating, and all of the other aspects that go into being an effective engineer can be challenging. In this post, I'm going to try to flesh out the idea of "dark matter time" and how we can learn to use it effectively. Let's dive in!
https://aaronbos.dev/posts/manage-dark-matter-time
Extensions
Podcast Lineup 2023
devpodcasts
For the past several years podcasts have been an integral part of my personal development process. Each year I like to share the podcasts that I'm subscribed to with the goal of spreading the word and explaining why I find them worth listening to. Here's my list for 2023!
https://aaronbos.dev/posts/podcast-lineup-2023
Extensions
How to Use SemaphoreSlim in C#
devdotnetcsharp
Historically I've held an opinion that reaching for more uncommon parts of a programming language to solve a problem meant that there was likely a better, less complicated solution. I'd put the use of semaphores in this category, but I recently had to reach for SemaphoreSlim to solve a problem. In this post, I'll discuss the concept of semaphores in general, their implementation in C#, and an example use case.
https://aaronbos.dev/posts/how-to-use-semaphoreslim-csharp
Extensions
Monocode: A font for code
devtoolsfonts
Over the past ten months I've been working on a custom font for me to use in programming environments. The font is called Monocode and in this post I'm going to talk about how I created it, why I created it, and what makes it unique. Let's dive in!
https://aaronbos.dev/posts/monocode-font
Extensions
Using Binaural Beats to Improve Focus
devproductivityfocus
Over the years I've found it helpful to listen to music while doing work that requires some amount of focus or concentration. Recently I've started to listen to binaural beats during these periods of work and have found them to be very helpful. In this post, I'm going to share some of the benefits I've found from listening to binaural beats and also how I listen to them. Let's dive in!
https://aaronbos.dev/posts/binaural-beats-focus
Extensions
Is it Time to Lean into AI?
devthoughtsai
As developers, we are constantly exposed to new tools and technologies, but the most recent wave of AI advancements feels different. In this post, I'm going to share my thoughts on whether or not the hype around generative AI is real.
https://aaronbos.dev/posts/lean-into-ai
Extensions
Connecting to CockroachDB with Postgres.js
cockroachdbpostgresnode
I've been using CockroachDB on this blog for some time and I've recently transitioned to using the Postgres.js library for interacting with the database. In this post, I'm going to share how to connect to CockroachDB from a Node app using Postgres.js.
https://aaronbos.dev/posts/connect-cockroachdb-postgresjs
Extensions
Exploring CommonJS and ES Modules
javascripttypescriptnotes
I was recently working on a project involving quite a bit of JavaScript. I always knew about ES Modules and CommonJS, but I never knew much about their differences. This post is a result of my exploration of CommonJS and ES Modules to learn more about their history and use cases.
https://aaronbos.dev/posts/commonjs-vs-es-module
Extensions
The Anatomy of an FFmpeg Command
devtoolsvideoffmpeg
FFmpeg can do just about anything with video and audio processing as long as you know what to ask. In this post, I will break down the different aspects of an FFmpeg command to better understand how FFmpeg processes them.
https://aaronbos.dev/posts/ffmpeg-command-anatomy
Extensions
Running FFmpeg in the Browser with Wasm
devwebwasmvideo
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.
https://aaronbos.dev/posts/ffmpeg-wasm-browser
Extensions
My Case for Conventional Comments
devpracticesmusings
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!
https://aaronbos.dev/posts/case-for-conventional-comments
Extensions
Collections in .NET Through the Lens of Big O Notation
dotnetcsharpdevfundamentals
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!
https://aaronbos.dev/posts/dotnet-collections-big-o
Extensions
Looking Back at 2022 and Ahead to 2023
reflectiongrowthmusings
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!
https://aaronbos.dev/posts/2022-year-in-review
Extensions
Why I Decided to Give Up Social Media
personallifemusings
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!
https://aaronbos.dev/posts/quit-social-media
Extensions
Defining and Using Enums as Bit Flags in C#
csharpdotnetdevfundamentals
I've been using enums in C# since the beginning of my development career. In this post, we are going to dive into how the Flags attribute can be applied to enums and also the different kinds of operations that come into play when an enum is defined as a bit flag. Let's dive in!
https://aaronbos.dev/posts/csharp-flags-enum
Extensions
Rest is Best When Done Intentionally
opinioncareerlife
Rest is great, but it's not always easy. In this post, I'm going to share some of my thoughts on the benefits of being intentional with taking a break. Let's dive in!
https://aaronbos.dev/posts/intentional-rest
Extensions
Introducing Search to my Blog
announcementblogfeature
My blog's two year anniversary is coming up in January 2023 and in that time I've written 56 posts on a variety of topics. In order to provide some more visibility into posts without having to scroll through them all I've added the ability to search posts. In this post, we're going to talk a bit about the feature, its implementation, and how it might evolve in the future. Let's dive in!
https://aaronbos.dev/posts/announce-search-feature
Extensions
Some Thoughts on Specialization
devcareeropinion
These days software developers are categorized into two common buckets, generalists and specialists. Neither category has an inherent advantage over the other and often times the pros and cons of a categories are contextual. In this post, I'm going to share my current thoughts on these categories and how floating between them has impacted my career.
https://aaronbos.dev/posts/thoughts-on-specialization
Extensions
Debugging C# in Neovim with nvim-dap
dotnetcsharpneovimtools
As a software developer debugging skills are invaluable. Over the years debugging tools have evolved to become an integral part of the development toolbox. In this post, we are going to look at how we can configure a debugging experience for .NET code in Neovim. Let's dive in!
https://aaronbos.dev/posts/debugging-csharp-neovim-nvim-dap
Extensions
GitHub Has Our Back With Token Security
learningsecuritygithub
I recently stumbled across some behavior by GitHub that was surprising at first, then reassuring once I understood the root cause. In this post, we are going to discuss a particular aspect of GitHub's security around keeping GitHub API tokens out of public repositories. Let's dive in!
https://aaronbos.dev/posts/github-revoke-token-on-push
Extensions
Get Comfortable Being Uncomfortable
learningdevelopmentcareer
In my opinion, the ability to learn and to continue to learn is one of the most important skills for software engineers to have. In this post, we're going to talk about the value of living outside of our comfort zone to positively impact growth and learning. Let's dive in!
https://aaronbos.dev/posts/comfortable-being-uncomfortable
Extensions
Learning Vim Keycode Concepts
learningneovimtools
Since diving into the world of Vim and Neovim, I've felt myself become more comfortable with the tool and its idiosyncrasies. One of the hurdles I faced early on was understanding the documentation for different keycodes. In this post, we're going to cover the common keycodes and the concepts around them. Let's dive in!
https://aaronbos.dev/posts/vim-keycode-concepts
Extensions
Enabling Roslyn EditorConfig Support in Neovim
dotnetcsharpneovimtools
In many editors and languages code analysis is a feature that is nearly expected to be available out of the box. With C# and .NET, the Roslyn API and Omnisharp language server are tools that make code analysis possible. In this post, we're going to look at how we can put these tools to use in Neovim resulting in a better development experience. Let's dive in!
https://aaronbos.dev/posts/dotnet-roslyn-editorconfig-neovim
Extensions
Generating Random Quotes via CLI
cliintroductiontools
Ever needed a bit of inspiration to get your day started? In this post we'll be looking at how we can generate a random quote and easily format and print it in our terminal. While this may seem silly, I think some of this post will be relevant and applicable to other CLI based needs. Let's dive in!
https://aaronbos.dev/posts/quote-api-terminal
Extensions
Debugging .NET in VS Code
devdotnetintroductiontools
Debugging is a vital aspect of most developer workflows. An easy-to-use debugger within an editor can speed up development by providing immediate feedback on a running application. In this post, we will be covering the debugging functionality in VS Code in the context of .NET applications. Let's dive in!
https://aaronbos.dev/posts/debug-dotnet-vs-code
Extensions
VS Code Setup for .NET Development
devdotnetcsharp
Visual Studio is and probably always will be the defacto IDE for .NET development, but that doesn't mean there aren't other options out there. In this post, we're going to learn about several extensions available for VS Code that make writing .NET a productive and enjoyable experience. Let's dive in!
https://aaronbos.dev/posts/vs-code-dotnet-setup
Extensions
Introduction to Cancellation in .NET
devintroductiondotnetcsharp
As software development evolves and adopts asynchronous paradigms, the need for cancellation support in applications has become more prevalent. In this post, we will learn about the core concepts in regards to cancellation in .NET code. This post will provide a solid foundation for continued learning on the concept of cancellation. Let's dive in!
https://aaronbos.dev/posts/cancellation-csharp-dotnet
Extensions
Announcing the Ability to Like Posts
introductiondevlearning
Up to this point, there has been no way to interact with the posts that I publish on this blog. The most recent release changes that. Readers can now like posts after reading them. In this post, we'll be discussing the feature, the high-level implementation, and how it could evolve in the future. Let's dive in!
https://aaronbos.dev/posts/announce-like-post
Extensions
My Software Development Podcast Lineup (2022)
devlearninggrowth
Over the years podcasts have become integral to my daily routine. In this post, I'll provide an update on my current (2022) podcast lineup along with some details about why I find each podcast interesting or useful. Let's dive in!
https://aaronbos.dev/posts/software-podcasts-2022
Extensions
Effective Data Fetching with React and SWR
webdevreact
Retrieving data is typically a straightforward task. Retrieving data in the most efficient manner can be more complex. This post will dive into how SWR can simplify the process of fetching data while also solving potentially complex problems like performance, caching, data store mutation, and more. Let's dive in!
https://aaronbos.dev/posts/swr-nextjs-react
Extensions
Reflections on Time Management
devgrowthlearning
The ability to effectively manage our time as software engineers can feel like a superpower. In this post, I am going to share my current time management strategy and go into a bit of depth on how I think it has benefited me throughout my career. My hope is to provide some insight into ideas you can try to improve your time management or to reinforce strategies that you are already implementing. Let's dive in!
https://aaronbos.dev/posts/time-management-reflections
Extensions
Representing Logic Gates as Boolean Functions
devlearning
Boolean functions and logic gates are at the heart of everything we do as software engineers. While it may not always be obvious or apparent, boolean expressions or the result of combining them form the building blocks for much of what we see and use today in technology. In this post, we'll be looking at how we can go from elementary logic gate definitions to boolean functions based on a few principles.
https://aaronbos.dev/posts/logic-gates-boolean-functions
Extensions
Merging Objects in TypeScript (and JavaScript)
javascripttypescriptlearning
Merging two objects seems like it should be a trivial problem to solve at face value. Unfortunately, as we'll see in this post, the problem isn't as straightforward as some may think. In this post, we'll be looking at the options available for merging objects in TypeScript (the options discussed will work just as well with JavaScript).
https://aaronbos.dev/posts/merge-objects-typescript-javascript
Extensions
Scaffolding XML Comments with Extended Properties in EF Core 6
devdotnetefcoresqlcsharp
SQL Server has a feature called extended properties which can be used to add metadata to databases, schemas, tables, and columns. In this post, we are going to see how to use the extended property metadata to automatically generate corresponding XML comments on our scaffolded entities in EF Core 6.
https://aaronbos.dev/posts/ef-core-6-extended-property-comments
Extensions
Creating a Daily Init Script
devtools
In this post, we're going to explore the concept of a daily init script. The goal of this script is to open all of the necessary applications and tools that we use on a daily basis. This allows us to be productive by default instead of having to make separate decisions about what tools we need to accomplish a given task. I've been using some form of an init script for a few years now and I hope to share why I find it so useful.
https://aaronbos.dev/posts/daily-init-script
Extensions
Working with Related Data in EF Core 6
csharpdotnetefcoredatabase
I think that one of the most convenient features of ORMs like Entity Framework is the ability to reference related data via properties on an object or entity. In this post, we'll be looking at a few different ways to load related data in EF Core 6.
https://aaronbos.dev/posts/ef-core-6-related-data
Extensions
Writing C# in Neovim
learningdotnetcsharpneovim
In this post, we'll be looking at how to set up our development environment to effectively write C# in Neovim. We'll also be looking a little more in-depth specifically at the tooling in Neovim that makes this all possible.
https://aaronbos.dev/posts/csharp-dotnet-neovim
Extensions
Function Overloading in TypeScript
devlearningtypescript
While learning about TypeScript I came across function overloading. The way it works in TypeScript seemed different than what I was used to in languages like C# and Java. In this post, we'll be learning about overloading functions in TypeScript and potential alternatives that are better suited to certain situations.
https://aaronbos.dev/posts/function-overload-typescript
Extensions
When to Use React.useRef
webdevjavascripttypescriptreact
The introduction of hooks a couple of years ago (version 16.8) introduced a massive paradigm shift in the world of React. Hooks allow developers to "hook" into state and component lifecycles without the use of classes! In this post, we're going to look at the useRef hook, how it works, and why we should use it.
https://aaronbos.dev/posts/using-react-useref-hook
Extensions
Learning TypeScript: Utility Types
learningtypescriptdev
One of the things that I've enjoyed the most while learning TypeScript is the language's flexibility when working with types. I think that Utility Types are great examples of that flexibility. In this post, we'll be looking at the main kinds of utility types available and also how we can use them to improve our code.
https://aaronbos.dev/posts/typescript-utility-types
Extensions
Learning TypeScript: Literal Types
learningtypescriptdev
In this post, we'll be looking at literal types, what they are, and how we can potentially use them in our code day to day. Coming from a language like C# where there isn't really an equivalent to literal types I find them to be quite interesting and I hope you will too. Let's dive in!
https://aaronbos.dev/posts/typescript-literal-types
Extensions
Reasons to Use C# Record Types
devdotnetcsharp
Prior to C# 9 classes were the defacto option for creating reference types in C#, but now we have records. In this post, we'll be going over a few details about C# records and also the benefits that I believe they can provide over using classes (in some scenarios).
https://aaronbos.dev/posts/csharp-record-types
Extensions
What is SQL Index Fragmentation?
devdatabasesqllearning
SQL indexes are an important part of every database, but they don't come without requiring some regular maintenance. In this post, we'll be looking at SQL index fragmentation in the context of Microsoft's SQL Server and how it can affect our database performance.
https://aaronbos.dev/posts/sql-server-index-fragmentation
Extensions
Learning TypeScript: Conditional Types
devlearningtypescript
Conditional Types in TypeScript may not be a language feature used day to day by most developers, but as I was reading the TypeScript Handbook I found the concept interesting and decided to dig a little deeper. In this post, we'll take a high-level look at the concept of conditional types and how they can be leveraged in our code.
https://aaronbos.dev/posts/typescript-conditional-types
Extensions
Learning TypeScript: Narrowing Types
weblearningtypescriptdev
Often times the TypeScript compiler knows more about our own code than we do. However, there are occasions when that's not the case, which is where type narrowing comes in. In this post, we'll take a look at the different options available for narrowing types in our TypeScript code.
https://aaronbos.dev/posts/typescript-narrowing
Extensions
Working With JSON in Postgres 14
devjsonpostgresdatabasesql
Postgres has had native JSON support for almost 10 years (since version 9.2). In September 2021 Postgres 14 was released and it included some great features that improve our experience greatly when working with JSON data. In this post, we'll be diving into the new JSON features in Postgres 14 to see how we can leverage them in our day-to-day.
https://aaronbos.dev/posts/postgres-14-json
Extensions
Learning T-SQL Window Functions
devdatabasesql
Being able to query and manipulate data effectively is a valuable skill for any software engineer to have in their toolbelt. In this post, we're going to take a look at Window Functions and the functionality they provide. Although this post is going to focus on using window functions with T-SQL, it's important to note that window functions are part of the ANSI SQL standard and are available in other SQL database implementations.
https://aaronbos.dev/posts/learn-tsql-window-functions
Extensions
Know Your Tools: Oh My Zsh and Git
devlearninggittools
As developers, we are exposed to many tools. How we learn and use those tools can make a big difference in our productivity and happiness. In this post, we'll be looking at the git plugin for Oh My Zsh and how it can be leveraged to increase our productivity using Git in the terminal.
https://aaronbos.dev/posts/ohmyzsh-git
Extensions
What I've Learned in a Year of Blogging
reviewlearninggrowth
In January 2021 I created this blog without any expectations of what would come of it. I had a plan but wasn't sure I'd be able to execute it. In this post, I'll take a moment to reflect and look back at this year going over what I've learned, what went well, and what didn't go so well, as well as take a look ahead at next year to see how I can improve.
https://aaronbos.dev/posts/2021-year-review
Extensions
Learning When to Cut the Thread
devlearninggrowth
As software engineers, we frequently tackle complex problems in code. The source of a problem's complexity may be from the problem itself, from the code's architecture, or from something else entirely. In this post, we're going to compare writing code to pulling on a loose thread from a piece of clothing. There comes a time when writing software that we need to know when to "cut the thread" or we'll risk the whole thing unraveling.
https://aaronbos.dev/posts/learn-to-cut-thread
Extensions
Working With Null in C#
devlearningdotnetcsharp
As software developers, we are bound to encounter scenarios where our code behaves in unexpected ways. Some of those unexpected behaviors could be caused by null object references. In this post, we're going to take a look at the different language constructs that C# provides for working with null. My goal is to provide information that leads to more tidy code and fewer bugs.
https://aaronbos.dev/posts/handling-null-references
Extensions
Formatting C# Code with EditorConfig
dotnetcsharpdev
Code style and formatting can be polarizing, to say the least. One way to remove subjectivity about code style preferences within a codebase is to enforce specific rules. In this post we're going to talk about how using the EditorConfig file standard can help provide consistent styles throughout a codebase.
https://aaronbos.dev/posts/csharp-dotnet-editorconfig
Extensions
Running SQL Server on Linux with Docker
sqldatabaselinuxdockercontainers
Since its creation SQL Server has been synonymous with Microsoft and Windows, but this all changed with SQL Server 2016. SQL Server is no longer just a database for Windows and in this post, we'll be going over the steps to get Microsoft SQL Server running on Linux in a Docker container using Docker Compose.
https://aaronbos.dev/posts/sql-server-linux-docker-compose
Extensions
Introduction to HTTP OPTIONS Method
devweb
If you've ever looked at the Network tab in the Browser Dev Tools, you may have noticed a lot of OPTIONS requests being sent to the server. Oftentimes these requests are not being made from our code, but made by the browser. In this post, we'll be covering the purpose that the HTTP OPTIONS method serves in our web applications.
https://aaronbos.dev/posts/http-options-introduction
Extensions
Rebase Git Branches Interactively
devgit
Git's rebase functionality could be one of the most polarizing features of the ubiquitous version control system. Some have horror stories of rebasing branches, while others use it whenever possible. In this post, we'll be touching on the interactive rebase feature which can reduce a lot of the anxiety around rebasing Git branches.
https://aaronbos.dev/posts/git-rebase-interactive
Extensions
How to Use C#'s Parallel.ForEach
devintroductiondotnetparallelcsharp
There are certain operations performed in code that lend themselves to being executed in parallel. Some might even call these tasks "embarrassingly parallel". In this post we'll be going over how we can use C#'s Parallel.ForEach to iterate over collections in parallel.
https://aaronbos.dev/posts/parallel-foreach-csharp
Extensions
How To Uninstall tSQLt From SQL Server
sqldatabasedev
If you've used the SQL unit testing framework tSQLt before you may have come across the need to uninstall it from a database. There are a couple of ways you could go about this, but we'll look at the quickest method.
https://aaronbos.dev/posts/uninstall-tsqlt-sqlserver
Extensions
Parsing Image Metadata with C# and ImageSharp
devdotnetcsharp
Recently I've been using C# and ImageSharp to work with images in code. In this post we'll be taking a look at how we can read and write IPTC Metadata properties for a given image.
https://aaronbos.dev/posts/iptc-metadata-csharp-imagesharp
Extensions
Scraping HTML with Selenium and C#
webdevdotnetcsharpseleniumscraping
In this post, we'll be going over how we can use Selenium WebDriver and C# to scrape HTML from websites. I recently started working on a personal project that I plan to use for gathering English Premier League player statistics for my fantasy team. I had a fun time getting Selenium set up and working so I thought I'd share.
https://aaronbos.dev/posts/selenium-csharp-scraping
Extensions
Introduction to SQL Indexes
introductionsqldatabaselearning
For most of my career I've known the general purpose of an SQL (read S-Q-L) index, but I've never taken the time to dig a little deeper to understand more until recently. In this post we'll be taking a look at SQL indexes from a high level, as well as how they can be used effectively (and not so effectively) to impact the performance of SQL operations.
https://aaronbos.dev/posts/sql-index-introduction
Extensions
How Podcasts Helped Me Grow as a Developer
growthdevlearning
Podcasts have become very popular over the years and you can almost guarantee that there is a podcast available for any of your personal interests. In this post, I'll describe how I believe podcasts have helped me grow as a developer. We'll also take a look at some of my favorite podcasts and discuss a little bit of what they're about and why I enjoy them so much.
https://aaronbos.dev/posts/software-podcast-dev-growth
Extensions
Asynchronous C#: Below the Surface
devdotnetcsharp
In my last two posts, we've covered C#'s async programming model and also using async/await for asynchronous execution. In the final post of this series on async programming in C#, we're going to take a look behind the scenes at all the work the compiler does for us to make code execute asynchronously. Let's dive in!
https://aaronbos.dev/posts/async-csharp-below-surface
Extensions
Using Async and Await in C#
devdotnetcsharp
Async and Await are important keywords in C#. In this post, we'll be looking into how we can use `async` and `await` to write asynchronous code in the same manner that we write synchronous code. For a higher-level look at asynchronous programming in C# check out my previous post where we discussed the Task-based Asynchronous Programming pattern and more!
https://aaronbos.dev/posts/async-await-csharp
Extensions
Asynchronous Programming in C# - Part 1
csharpdotnetintroductiondev
Writing code is hard. Writing asynchronous code is even harder. Luckily C# provides us with the `async` and `await` keywords to make asynchronous programming a little easier. This is the first of a series of posts in which I'll be going over writing asynchronous code in C# as well as a bit into the internals of how it works under the hood.
https://aaronbos.dev/posts/async-csharp-pt1
Extensions
Creating Your Own Framework for Learning
devlearninggrowth
As software engineers, we are constantly learning in order to grow and stay relevant. I've found that trying to learn something new without a plan is difficult. This is why I created a framework for learning, which is what I'll be covering in this post.
https://aaronbos.dev/posts/learning-framework
Extensions
Selenian. A Minimal Dark Theme for Visual Studio Code.
dev
There are many great themes available for Visual Studio Code, but I'm definitely the type of person who enjoys tailoring my development environment to my specific needs. So I created my own theme called Selenian.
https://aaronbos.dev/posts/selenian-vs-code-theme
Extensions
Updating JSON Data in PostgreSQL
devpostgresdatabase
If you're storing JSON data in Postgres, you'll eventually need to update it. In this post, we'll talk about a couple of functions that can be used to update JSON data.
https://aaronbos.dev/posts/update-json-postgresql
Extensions
EF Core and Client Evaluation
devdatabasedotnetefcore
Entity Framework Core is an amazing tool for interacting with databases of all kinds, but it doesn't come without potential pitfalls that can impact performance if you're not careful.
https://aaronbos.dev/posts/efcore-client-evaluation
Extensions
Querying JSON Data in PostgreSQL
devjsonpostgresdatabase
Storing JSON provides flexibility, but can add complexity. Let's take a look at how we can store and query this data in PostgreSQL.
https://aaronbos.dev/posts/query-postgresql-json
Extensions
Behind the Scenes of Making my Blog
devweb
The number of options for setting up a blog can be overwhelming. Let's take a look at what worked well for my goals and expectations.
https://aaronbos.dev/posts/blog-behind-the-scenes
Extensions
JWTs: A Peek Under the Hood
devwebjsonintroduction
JWTs are used heavily in front and back end development. Let's open the hood to see how they're put together.
https://aaronbos.dev/posts/jwt-under-the-hood
Extensions
Hello, World!
devbeginnings
The proverbial "hello, world" blog post introducing myself to the interwebs.
https://aaronbos.dev/posts/hello-world
Extensions