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

5 Mistakes That Make Your Code Unmaintainable

3 days ago

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

You DON’T Need Microservices for Serverless!

10 days ago

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

API Caching Done Right

17 days ago

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

Database Coupling: How to FIX a Spaghetti Code System

25 days ago

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

10 Years of Software Architecture: Best And Worst Decisions

about 1 month ago

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

CRUD APIs are Poor Design

about 1 month 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

about 2 months ago

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

Cloud vs Self-Hosting

about 2 months ago

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

Microservices to Monolith

2 months ago

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

Static Variables & Methods are Evil?

2 months ago

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

I’d rather read 50 lines than Extract Method Refactoring

3 months ago

Extract Method refactoring is a great way to give names to concepts...

Commands or Events: Which One for Workflow?

3 months ago

So, you’re building a system around business processes and workflows. Great! But...