Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

codeopinion.com

Get the latest updates from directly as they happen.

Follow now 105 followers

Latest posts

Last updated 3 days ago

Distributed Systems Mistakes Nobody Warns You About: Consistency

3 days ago

One of the most common and very overlooked issues when writing a...

.NET Channels as a In-Memory Message Bus – Beware!

17 days ago

If you’re looking at using .NET Channels as a replacement for a...

5 Mistakes That Make Your Code Unmaintainable

24 days ago

Here are my 5 most common mistakes in software design that make...

You DON’T Need Microservices for Serverless!

about 1 month ago

I want to talk about something that might sound like a contradiction...

API Caching Done Right

about 1 month ago

When you need to scale your API, one of the first things...

Database Coupling: How to FIX a Spaghetti Code System

about 2 months ago

If you’re working in a system that’s hard to change, it can...

10 Years of Software Architecture: Best And Worst Decisions

2 months ago

For the last 10 years, I’ve been developing a single product, greenfield...

CRUD APIs are Poor Design

2 months ago

I’m convinced that CRUD APIs and CRUD-driven systems—meaning systems built around Create...

DTOs & Mapping : The Good, The Bad, And The Excessive

2 months ago

Something that’s often overused, misunderstood, or just incorrectly applied in software development...

Cloud vs Self-Hosting

3 months ago

Why not self-host using a VPS or dedicated hardware instead of using...

Microservices to Monolith

3 months ago

There’s been a noticeable pushback against microservices lately, and we’re seeing a...

Static Variables & Methods are Evil?

3 months ago

You might have heard the recommendation to steer clear of static variables...