✕ Clear all filters
15 articles
▶ Videos →

📰 Dev.to · Daniel Balcarek

15 articles · Updated every 3 hours · View all reads

All Articles 109,756Blog Posts 120,536Tech Tutorials 27,913Research Papers 22,437News 16,516 ⚡ AI Lessons
What’s the Worst Advice AI Has Given You? Here’s Mine.
Dev.to · Daniel Balcarek 4mo ago
What’s the Worst Advice AI Has Given You? Here’s Mine.
I recently saw a meme about terrible legacy code on platform X and it gave me an idea for a...
.NET: CopyToAsync vs WriteAsync: The Benchmark You Didn’t Know You Needed
Dev.to · Daniel Balcarek ⚡ AI Lesson 4mo ago
.NET: CopyToAsync vs WriteAsync: The Benchmark You Didn’t Know You Needed
I had a task where one small part involved writing a byte array to a MemoryStream. Since this was a...
Clean Architecture in .NET: Real-World Pros, Cons and Trade-offs
Dev.to · Daniel Balcarek 🏗️ Systems Design & Architecture ⚡ AI Lesson 4mo ago
Clean Architecture in .NET: Real-World Pros, Cons and Trade-offs
I have experience with Clean Architecture across multiple projects, both when creating new...
Angular: HTTP Caching with RxJS shareReplay
Dev.to · Daniel Balcarek ⚡ AI Lesson 4mo ago
Angular: HTTP Caching with RxJS shareReplay
At some point in every Angular application repeated HTTP calls start to hurt, slower page loads,...
.NET: Exceptions vs Result Pattern - Performance Benchmark
Dev.to · Daniel Balcarek 🌐 Frontend Engineering 5mo ago
.NET: Exceptions vs Result Pattern - Performance Benchmark
In the realm of error handling and control flow, developers often choose between two primary...
Angular: Stop Overusing ChangeDetectorRef
Dev.to · Daniel Balcarek 🌐 Frontend Engineering 5mo ago
Angular: Stop Overusing ChangeDetectorRef
In Angular development, we often run into change detection issues, for example when some fields are...
.NET: Vertical Slice Architecture vs Clean Architecture — A Practical Comparison Using Real APIs
Dev.to · Daniel Balcarek 🏗️ Systems Design & Architecture 5mo ago
.NET: Vertical Slice Architecture vs Clean Architecture — A Practical Comparison Using Real APIs
There are plenty of articles comparing Clean Architecture and Vertical Slice Architecture, but most...
Angular: Custom Multi-File Translation Loader for ngx-translate
Dev.to · Daniel Balcarek 🌐 Frontend Engineering 5mo ago
Angular: Custom Multi-File Translation Loader for ngx-translate
In the Angular ecosystem, many projects use @ngx-translate for runtime translations, especially when...
C# Minimal API: A Practical Way to Keep Endpoints Clean
Dev.to · Daniel Balcarek 🔧 Backend Engineering 6mo ago
C# Minimal API: A Practical Way to Keep Endpoints Clean
Minimal APIs make it tempting to write everything inline, but this quickly becomes unmaintainable....
C# Minimal API: Output Caching
Dev.to · Daniel Balcarek 🏗️ Systems Design & Architecture 6mo ago
C# Minimal API: Output Caching
Minimal API: Output Caching Stores the generated response on the server and serves it...
C# Minimal API: Response Caching
Dev.to · Daniel Balcarek 🏗️ Systems Design & Architecture 6mo ago
C# Minimal API: Response Caching
Response Caching Response caching reduces the number of requests a client or proxy makes...