AA bb
Stories for AA bb
@aaa_27698·Become a member
Medium daily digest

Today's highlights

Phil | Rentier Digital Automation
Phil | Rentier Digital Automation
One Open-Source Repo Turned Claude Code Into an n8n Architect — And n8n Has Never Been More Useful

One Open-Source Repo Turned Claude Code Into an n8n Architect — And n8n Has…

czlonkowski’s n8n-MCP, why I disabled my own AI agent…

Member-only content
11 min read
Claps
393
Responses
10
Yohan Malshika
Yohan Malshika
How to Log Distributed Tracing Using OpenTelemetry in .NET

How to Log Distributed Tracing Using OpenTelemetry in .NET

Modern applications are no longer single, monolithic…

Member-only content
4 min read
Claps
2
Jacob Ferus
Jacob FerusinLevel Up Coding
Claude Code is No Longer the King of Coding

Claude Code is No Longer the King of Coding

Claude Code changed everything. It was the first…

Member-only content
5 min read
Claps
109
Responses
2
Hossein Kohzadi
Hossein KohzadiinITNEXT
Why Your Generic Base Class Is Probably a .NET Architectural Smell

Why Your Generic Base Class Is Probably a .NET Architectural Smell

How “clean” inheritance in C# quietly turns into…

Member-only content
5 min read
Claps
110
Rob Hutton
Rob Huttonindotnet new()
Using EF Core Like a Pro: Performance, Patterns, and Modern Features in .NET 8–10

Using EF Core Like a Pro: Performance, Patterns, and Modern Features in .NET…

Boost EF Core performance with modern features like…

Member-only content
13 min read
Claps
216
Karthikeyan NS
Karthikeyan NSinTurbo .NET
5 Async C# Patterns That Matter in Real .NET Systems

5 Async C# Patterns That Matter in Real .NET Systems

A practical look at async patterns that improve…

Member-only content
4 min read
Claps
13
Venkataramana
Venkataramana
The C# Features You’re Not Using (But Should Be)

The C# Features You’re Not Using (But Should Be)

Stop writing code like it’s 2015

Member-only content
3 min read
Claps
31
Responses
2
Karthikeyan NS
Karthikeyan NS
A Cleaner Way to Handle Dependency Injection in .NET

A Cleaner Way to Handle Dependency Injection in .NET

A practical look at how source generation removes…

Member-only content
4 min read
Claps
16
Responses
4
Bruno Cicanci
Bruno CicanciinLevel Up Coding
One C# Attribute That Completely Changed How I Debug Unity Games

One C# Attribute That Completely Changed How I Debug Unity Games

There are a few ways to print debug messages in a…

Member-only content
3 min read
Claps
25
Karthikeyan NS
Karthikeyan NSinTurbo .NET
How SynchronizationContext and ConfigureAwait Actually Work in .NET

How SynchronizationContext and ConfigureAwait Actually Work in .NET

How async code chooses where to resume execution

Member-only content
3 min read
Claps
65
Responses
3
Joe Riad
Joe RiadinLevel Up Coding
I Only Make Documents in One Format

I Only Make Documents in One Format

And use free-software to share with people in any…

Member-only content
11 min read
Claps
321
Responses
3
Karthikeyan NS
Karthikeyan NSinTurbo .NET
Why .NET’s Garbage Collector Is Smarter Than We Think

Why .NET’s Garbage Collector Is Smarter Than We Think

A deep yet beginner-friendly breakdown of .NET’s GC…

Member-only content
6 min read
Claps
14
Responses
1
Karthik Shastri
Karthik ShastriinStackademic
Best Practices for Implementing Retry Logic in .NET