Logo
Login
Tech Posts 31382
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.

🚀 𝗛𝗼𝘄 𝘁𝗼 𝗔𝘁𝘁𝗮𝗰𝗵 𝗮𝗻𝗱 𝗦𝗲𝗻𝗱 𝗮𝗻 𝗘𝘅𝗽𝗲𝗻𝘀𝗲 𝗥𝗲𝗽𝗼𝗿𝘁 𝗣𝗗𝗙 𝘃𝗶𝗮 𝗘𝗺𝗮𝗶𝗹 𝗶𝗻 𝗔𝗦𝗣.𝗡𝗘𝗧 𝗖𝗼𝗿𝗲?

...
31.03.2025 0 Read More

Testing Minimal Web APIs with ASP.NET: A Developer's Guide 🚀

Writing tests for Web APIs isn’t always fun, but it doesn’t have to be hard. In this guide, I’ll show you how to write clean, effective integration tests for an ASP.NET minimal Web API, giving y...
02.04.2025 0 Read More

How to Implement Rate Limiting in ASP.NET Core

How to Implement Rate Limiting in Your .NET API?Rate limiting is essential for optimizing server performance, preventing DDoS attacks, and controlling resource usage. In our latest article, we explore...
03.04.2025 0 Read More

The Three Tiers - Performance Options

💥💥💥 Presentation Tier (Client/UI Layer)💥💥💥 1. Output Caching 🧠 What it does: Stores the generated HTML output of a page or component so it doesn’t have to be ...
06.04.2025 0 Read More

🔐 OAuth 2.0 + OpenID Connect (OIDC) 🪪

🔐 OAuth 2.0 + OpenID Connect (OIDC) 🪪
O objetivo desse projeto é mostrar na prática o uso dos protocolos OAuth 2.0 e OpenID Connect.Para facilitar o entendimento, vamos supor que você quer usar uma aplicação web para desenhar diagram...
08.04.2025 0 Read More

Get Ready for Testcontainers: Taking Minimal Web API Testing to the Next Level 🚢

In the first article of this series, we explored how to test minimal web APIs in ASP.NET using an in-memory dictionary. But now, it's time to level up!Instead of relying on a simple in-memory store, w...
09.04.2025 0 Read More

How to Better Organize Your Program.cs File in ASP.NET Core Apps

I originally posted this post on my blog.If you're not careful, your Program.cs file can become a mess.It can turn into a long class full of methods and conditionals for every dependency to configure....
14.04.2025 0 Read More

Creating a mock database for EF Core with Bogus

Creating a mock database for EF Core with Bogus
Link - https://www.amazon.com/ASP-NET-Core-Web-API-Cookbook/dp/1835880347/We will use SQLite’s in-memory database provider with EF Core, eliminating the need for database files or server connection...
16.04.2025 0 Read More

Software design vs software architecture: Stop mixing up these two tech twins!

Ohai fellow developers! If you’re a software developer or just learning and you’ve spent any time in software development, you’ve likely come across the term's software design and software archi...
17.04.2025 0 Read More

A Importância da Validação com FluentValidation em Aplicações ASP.NET MVC

Quando estamos desenvolvendo aplicações web, especialmente aquelas que lidam com o cadastro e manipulação de dados sensíveis como em um sistema de consultas médicas, garantir a integridade e a c...
21.04.2025 0 Read More
Loading...
#reading
How to port Zephy to STM32?
0
How a 12 year old built a game with Amazon Q Developer CLI.
0
Hidden Meaning Translator
0
How to create an animated loader with Tailwind CSS
0
How CRS Budapest Ltd Became the Secret Weapon Behind Dozens of Successful SaaS Companies
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
Beginner's Guide to the Model Context Protocol (MCP)
0
What is Model Context Protocol (MCP): Explained in detail
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
The Great AI Agent Protocol Race: Function Calling vs. MCP vs. A2A
0