📰 Dev.to · Adrián Bailador
Articles from Dev.to · Adrián Bailador · 27 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (11244)
ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog

Dev.to · Adrián Bailador
2d ago
🚀 I've been quietly building new features into The Coffee Timer ☕ — my Pomodoro productivity app — and I'm excited to share what's new!
Here's what just shipped: ☕ Focus Stats Dashboard — See your last 7 days...

Dev.to · Adrián Bailador
2d ago
Health Checks in ASP.NET Core: Beyond the Basic /health Endpoint
A service returning 200 OK on /health doesn't mean it's healthy. It means the process is alive and...

Dev.to · Adrián Bailador
1w ago
IAsyncEnumerable<T> in C#: Streaming Data Without Loading Everything into Memory
My API crashed in production. 500,000 database records, a List, and a server with 8GB RAM. The math...

Dev.to · Adrián Bailador
2w ago
🚀 Big update drop for The Coffee Timer! ☕
I've been heads-down building new features and polishing the experience — Here's what's new: ☕...

Dev.to · Adrián Bailador
2w ago
How I Fixed Supabase Rate Limiting in Production
The Coffee Timer was hitting Supabase's rate limits in production. Here's the exact problem, why it...

Dev.to · Adrián Bailador
3w ago
What Your .NET Exceptions Are Telling Attackers (And How to Stop It)
How unhandled exceptions leak stack traces, connection strings, and internal architecture — and how...

Dev.to · Adrián Bailador
1mo ago
GitHub Actions for .NET: Build, Test, and Deploy Your API
A complete guide to CI/CD for .NET developers — automated builds, test runs, Docker images, and...

Dev.to · Adrián Bailador
1mo ago
🚀 Just shipped major updates to The Coffee Timer!
New features that make focusing on deep work actually enjoyable: 📋 Task Integration Connect your...

Dev.to · Adrián Bailador
1mo ago
Messaging in .NET: Queues, Topics, and Why You Need Them
An introduction to asynchronous messaging in .NET — what queues and topics are, how delivery...

Dev.to · Adrián Bailador
1mo ago
Getting Started with PostgreSQL in .NET: From Zero to Production
Getting started with PostgreSQL in .NET using Entity Framework Core and Dapper. Learn how to set up...

Dev.to · Adrián Bailador
2mo ago
Vertical Slice Architecture in .NET
Organize your code by what it does, not where it lives Most .NET applications are...

Dev.to · Adrián Bailador
2mo ago
☕ Just launched The Coffee Timer - my personal productivity project 🚀
My time management app is finally in production. It combines the Pomodoro technique with a...

Dev.to · Adrián Bailador
2mo ago
Bulk Operations in EF Core 10: Beyond SaveChanges()
When saving 10,000 records takes 30 seconds instead of 30 milliseconds Every developer...

Dev.to · Adrián Bailador
2mo ago
LeftJoin and RightJoin in EF Core 10
After 20 years of LINQ, .NET 10 and EF Core 10 finally introduce first-class LeftJoin and RightJoin...

Dev.to · Adrián Bailador
2mo ago
Result Pattern in C#
Error handling can make or break the clarity and reliability of your code. While exceptions are...

Dev.to · Adrián Bailador
3mo ago
Minimal API Validation in .NET 10
Minimal APIs have been one of the best additions to ASP.NET Core in recent years. They are...

Dev.to · Adrián Bailador
3mo ago
Channels in C#
Modern applications frequently need to handle concurrent data processing, where one or more...

Dev.to · Adrián Bailador
3mo ago
☕ Just launched Coffee Pomodoro - my personal productivity project 🚀
After weeks of development, my time management app is finally in production. It combines the Pomodoro...

Dev.to · Adrián Bailador
3mo ago
Building AI-Ready Applications with Model Context Protocol in C#
AI-powered applications are no longer just about calling a model and getting a response. Real-world...

Dev.to · Adrián Bailador
3mo ago
The New Field Keyword Improves Properties in C# 14
C# 14, released alongside .NET 10, introduces a powerful contextual keyword that developers have...

Dev.to · Adrián Bailador
4mo ago
Adapter Pattern Explained with Real Examples
Introduction You're integrating a third-party payment gateway into your application....

Dev.to · Adrián Bailador
4mo ago
Repository Pattern vs Direct EF Core: The Great Debate
Introduction Working with .NET and Entity Framework Core inevitably leads you into one...

Dev.to · Adrián Bailador
5mo ago
Task vs ValueTask in C#
Asynchronous programming is a core part of modern .NET applications. But when it comes to...

Dev.to · Adrián Bailador
5mo ago
Build Your Local AI with C# and .NET
Introduction In a world where data privacy and control over technological infrastructure...
DeepCamp AI