Logo
Login
Tech Posts 31216
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

Building a Robust .NET Core Web API: A Beginner's Guide

So, there I was, reviewing a pull request from one of our junior devs. Bless their heart, they were building a fantastic feature, but the code... let's just say it was a bit... enthusiastic. No generi...
22.04.2025 0 Read More

Mastering URL‑Safe Encoding with .NET 9’s Base64Url Class: Examples & Best Practices

With .NET 9 Microsoft has introduced a dedicated Base64Url class to streamline URL‑safe Base64 encoding and decoding. In this post, you’ll learn: Why URL‑safe Base64 matters How to use the new ...
22.04.2025 0 Read More

Mastering Blazor Component Communication: EventCallback, CascadingParameter, and @ref Explained

Blazor brings modern component-based architecture to .NET developers, enabling rich, interactive UIs using Razor components. But like any component model, communication between components is key.In th...
23.04.2025 0 Read More

How to Sync Users Logged in by Google and GitHub to Your Database With Neon Auth for Free

How to Sync Users Logged in by Google and GitHub to Your Database With Neon Auth for Free
Manually keeping your database in sync with external authentication providers can be a complex task. You often need webhooks, extra tables, and custom code just to handle user signups and profile upda...
23.04.2025 0 Read More

Ainda precisamos do AutoMapper em projetos .NET?

*Este é o terceiro artigo da série sobre bibliotecas amplamente utilizadas no ecossistema .NET que deixaram — ou estão deixando — de ser open source e gratuitas.Como vimos no primeiro artigo de...
23.04.2025 0 Read More

Building "Production-Grade" APIs in .NET

Building "Production-Grade" APIs in .NET
Many engineers build and deploy APIs into production. So we have an API running in production — does that mean it’s truly production-grade?More often than not, the answer is no.We write the code, ...
04.05.2025 0 Read More

Real-time Facial Emotion Analysis with .NET 10 and gRPC

Real-time Facial Emotion Analysis with .NET 10 and gRPC
Ever wondered if your mate’s poker face is hiding a secret grin or if they’re just quietly raging inside? Well, grab your coffee because we’re diving into the AI.Facial.Emotion .NET library — ...
04.05.2025 0 Read More

Foundational Project Structure for .NET Projects

A well-thought-out project structure is one of the most critical aspects of your project. It sets the foundation for how scalable your application will be in the long run. The higher up you go in the ...
04.05.2025 0 Read More

Centralize Request Configuration in .NET

These days in the .NET world, it's common to work with external services that require authentication or specific header configurations to function properly. Trust me—you don’t want to repeat the s...
04.05.2025 0 Read More

How to implement Rate limiting in Dot net.

How to implement Rate limiting in Dot net.
In this article, we go through on topics listed as what is rate limiting, how to implement it in Dot net with simple approach, problem in simple approach, implement it as production ready solution.We ...
23.04.2025 0 Read More
Loading...
#reading
The Reasons Digital Driving Record Code Could Be Your Next Big Obsession
0
Why Most Flipkart Sellers Fail to Scale — And How You Can Break Free from the Chaos
0
How I Got 1,200 Visitors a Year Using an Expired Domain (For Just $36)
0
OpenAI GPT 4.1 is HUGE for developers, Nvidia's newest reasoning model, Google AI for dolphins, and more
0
Tutorial 4: Functions and Closures in Swift - Building a Fart Button App
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
What is Model Context Protocol (MCP): Explained in detail
0
Beginner's Guide to the Model Context Protocol (MCP)
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
How to Run DeepSeek Locally Using Ollama
0