27 articles

📰 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
How I Fixed Supabase Rate Limiting in Production
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...
What Your .NET Exceptions Are Telling Attackers (And How to Stop 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...
GitHub Actions for .NET: Build, Test, and Deploy Your API
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...
🚀 Just shipped major updates to The Coffee Timer!
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...
Messaging in .NET: Queues, Topics, and Why You Need Them
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...
Getting Started with PostgreSQL in .NET: From Zero to Production
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...
Vertical Slice Architecture in .NET
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...
☕ Just launched The Coffee Timer - my personal productivity project 🚀
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...
Bulk Operations in EF Core 10: Beyond SaveChanges()
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...
LeftJoin and RightJoin in EF Core 10
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...
Result Pattern in C#
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...
Minimal API Validation in .NET 10
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...
Channels in C#
Dev.to · Adrián Bailador 3mo ago
Channels in C#
Modern applications frequently need to handle concurrent data processing, where one or more...
☕ Just launched Coffee Pomodoro - my personal productivity project 🚀
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...
Building AI-Ready Applications with Model Context Protocol in C#
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...
The New Field Keyword Improves Properties in C# 14
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...
Adapter Pattern Explained with Real Examples
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....
Repository Pattern vs Direct EF Core: The Great Debate
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...
Task vs ValueTask in C#
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...
Build Your Local AI with C# and .NET
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...