Channel Avatar

CodeOpinion @UC3RKA4vunFAfrfxiJhPEplw@youtube.com

89K subscribers - no pronouns :c

CodeOpinion is by Derek Comartin, a software developer with


54:05
Exploring Multi-tenancy with Jeremy Miller (.NET, Marten, Wolverine)
11:20
CRUD APIs are Poor Design
11:03
DTOs & Mapping : The Good, The Bad, And The Excessive
04:34
It's OK to push to Production on Friday!
08:21
"The Cloud Sucks! You just need a $4 VPS"...?
10:00
If you can't build Microservices, what makes you think you can build a Monolith?
07:58
Static Variables & Methods are Evil? 😈
09:16
I'd rather read 50 lines than "Extract Method" Refactoring
10:05
Commands or Events: Which one for Workflow?
09:22
Screaming Architecture: Not Driven By Entities
07:07
Do you really need that abstraction or generic code? (YAGNI)
08:02
DRY principle is why your codebase sucks?
08:55
Multi-Tenant: Database Per Tenant or Shared?
07:16
Good API Design leads to better Rate Limiting
08:13
Your Domain Model isn't your Data Model
07:00
Unlock The Key To Domain-Driven Design
10:55
Darkside of Event-Driven Architecture
08:38
Design Patterns to survive major outages
08:19
Vertical Slice Architecture isn't technical
10:23
.NET Framework Migration to .NET 8
07:39
Avoiding Legacy. Keeping your Codebase Evergreen🌲
07:02
Never rewrite code?
06:54
OpenAPI with a sprinkle ✨ of Hypermedia
08:03
You're not as loosely coupled as you think!
12:16
My First look at .NET Aspire. What's with the Hype?
08:56
Your customers don't care about JS
17:13
One concept plaguing software architecture and design (Part 3)
11:02
HTTP APIs don't magically remove Coupling (Part 2)
15:51
Did we learn anything from Microservices? (Part 1)
11:18
HTMX: What's Old is New Again
08:31
API Error Messages for a GOOD Developer Experience
08:47
Web-Queue-Worker Architecture Style for Scaling
15:08
Keep your project structure simple!
10:02
Debunking Kafka Top 5 Use Cases
11:31
Event Sourcing Core Concepts
07:52
My WORST Mistakes as a Software Developer
09:12
Feature Flags are more than just Toggles
07:27
"Serverless sucks!"... or does it?
09:31
Stop leaking and implying logic in your Frontend
09:30
What Kind Of Software Architecture Is This? Monolith or Microservices?
08:06
Battle Of The Software Architectures: Which One Reigns Supreme?
07:24
Avoiding long running HTTP API requests.
09:06
Tips for Production Ready Database (Query) Design
11:04
Enums aren't evil. Conditionals everywhere are
09:05
Goodbye long procedural code! Fix it with workflows
10:34
Beware! Anti-patterns in Event-Driven Architecture
08:03
The Bulkhead Pattern: How To Make Your System Fault-tolerant
10:30
Locking In On Concurrency Control
06:33
Is AI coming for your Developer Job?
14:28
How to (and how not to) design REST APIs
08:35
Vertical Slice Architecture Myths You Need To Know!
09:57
Google's Service Weaver is Bad idea
08:13
If your service doesn't own data, it's NOT a service.
27:09
Essence of Domain-Driven Design (DDD)
07:56
The WORST Domain Modeling Mistakes!
08:17
Event-Driven Architecture Gotcha! Inside or Outside Events
08:44
Event-Driven Architecture lost its way
09:06
App Configuration, where does it go? Config files, env vars, external service?
07:05
ORMs can lead to FAT domain models. Slim them down!
07:33
Best Developer Interview Question