Skip to Content

Search Results

Blog Post
When to Choose a Lightweight Mediator

When to Choose a Lightweight Mediator

MicroMediator vs MediatR: real benchmark data across dispatch, memory, throughput, and cold start to help you choose the right tool for your workload.
5 Minute Read
Blog Post
Streaming Large Datasets with IAsyncEnumerable in MicroMediator

Streaming Large Datasets with IAsyncEnumerable in MicroMediator

Streaming is not always faster. Learn when IAsyncEnumerable saves memory, when it costs you, and what early exit looks like at 1,000,000 items.
6 Minute Read
Blog Post
Handler Lifetimes in MicroMediator: Why Your Choice Matters

Handler Lifetimes in MicroMediator: Why Your Choice Matters

MicroMediator makes handler lifetime explicit. Learn when to use Singleton, Scoped, or Transient and what the real performance difference looks like.
4 Minute Read
Blog Post
Why C# Developers Should Embrace Node.js

Why C# Developers Should Embrace Node.js

Explore why C# developers should embrace Node.js especially with Optimizely's SaaS CMS on the horizon. Understand the shift towards agile web development and how mastering Node.js can open up new opportunities in the evolving digital landscape.
2 Minute Read
Blog Post
The Developer's Guide to Time Management: Mastering the "Four Ds" in a Digital Agency

The Developer's Guide to Time Management: Mastering the "Four Ds" in a Digital Agency

Discover the power of the 'Four Ds' of time management — Do, Delegate, Defer, Delete — tailored for developers at all levels in digital agencies. From junior coders to senior architects, learn how to enhance productivity, streamline projects, and foster team collaboration for maximum efficiency and innovation at a digital agency.
3 Minute Read
Blog Post
Setting Up Optimizely on Aspire: A Developer's Walkthrough

Setting Up Optimizely on Aspire: A Developer's Walkthrough

Explore the step-by-step guide to setting up Optimizely with dotnet aspire and C# 8.0, tailored for developers seeking to enhance their digital projects. Dive into my comprehensive walkthrough on the Optimizely Aspire GitHub repository.
2 Minute Read
Blog Post
Unlocking Your Potential: My Tips on How Developers Can Become the Best They Can Be

Unlocking Your Potential: My Tips on How Developers Can Become the Best They Can Be

As the head of development at DEPT®, I've seen firsthand that being a great developer means more than just writing clean and efficient code. To truly excel in this field, you must adopt a mindset of continuous improvement, be open to learning new skills and technologies, and develop a deep understanding of the underlying infrastructure and engineering aspects. In this blog post, I will share some key strategies that have helped my team and me unlock our full potential and become the best developers we can be.
4 Minute Read
Blog Post
Why Martial Arts Can Make You a Better Software Developer

Why Martial Arts Can Make You a Better Software Developer

As a software developer, you're always looking for ways to improve your skills, stay focused, and maintain a healthy work-life balance. But have you ever considered the benefits of practicing martial arts? From physical fitness and mental toughness to stress relief and self-defense, martial arts training can provide numerous benefits that can help you become a better software developer. In this post, we'll explore some of the top reasons why martial arts can benefit software developers, and how you can get started with your own martial arts training journey.
2 Minute Read
Blog Post
Why every web developer should have k6 installed

Why every web developer should have k6 installed

Discussing the benefits of local load testing, and how k6 can also be used for regression/integration testing
3 Minute Read
Blog Post
Running Optimizely 12 on a Mac

Running Optimizely 12 on a Mac

Now that Optimizely 12 runs on .NET 5 it can be run on a Mac, and with most front enders using Macs, I thought it might be useful to demonstrate the steps on how to get it up and running on a Mac.
1 Minute Read
Blog Post
New site for Wife of a Geek

New site for Wife of a Geek

Also built on Contentful and Azure Cognitive Search
1 Minute Read
Blog Post
How to open rich text links in a new tab in Contentful.net

How to open rich text links in a new tab in Contentful.net

Contentful doesn't have an option to choose a target for links in a rich text field (yet), so for now I assume that external links should be opened in a new tab. This is achieved with an IContentRenderer.
4 Minute Read