RO EN
Additional Extensions and Patterns in CQRS

Additional Extensions and Patterns in CQRS

This stage in the CQRS series explores advanced extensions such as decorators over MediatR, event publishing, and audit logging. Discover how you can add logging, retry, validation, domain events, and action tracking in a clean and scalable architecture.

Citește mai mult
25 years of IT innovations – Part 1: Digital infrastructure

25 years of IT innovations – Part 1: Digital infrastructure

The first article in the series "25 Years of Innovations in IT" explores the transformation of digital infrastructure: from high-speed internet and cloud computing to microservices, containers, and edge computing.

Citește mai mult
New visibility strategies in the AI era

New visibility strategies in the AI era

In the AI era, online visibility no longer depends solely on classic SEO. Find out how you can stay relevant through quality content, clear structuring, personal branding, and structured data that help AI correctly understand your site.

Citește mai mult
Repository Design (optional) for writing

Repository Design (optional) for writing

In this article, we discuss designing a Repository for write operations as an alternative to working directly with DbContext. You will see how an IPostRepository with methods like AddAsync() and GetByIdAsync() can simplify the logic in Command Handlers and maintain a clear separation of responsibilities.

Citește mai mult
Why I returned to classic MVC after the experiment with Blazor

Why I returned to classic MVC after the experiment with Blazor

After a testing period with Blazor WebAssembly, I chose to return to classic MVC. The reasons are clear: simpler SEO, faster pages, and correct indexing on Google. In the article, I explain why MVC remains the better choice for a blog or content site.

Citește mai mult
TIOBE Index – September 2025: Python pulls ahead, Perl and Ada rise strongly

TIOBE Index – September 2025: Python pulls ahead, Perl and Ada rise strongly

The TIOBE Ranking – September 2025 brings significant changes: Python strengthens its dominance, while Perl and Ada make a spectacular comeback in the top. See the complete developments this month.

Citește mai mult
AI vs. Traditional Search Engines

AI vs. Traditional Search Engines

Discover how AI like ChatGPT, Gemini, or Perplexity is changing the way we search for information online and what impact it has on organic traffic and traditional SEO.

Citește mai mult
Applying transactions in the Command handler

Applying transactions in the Command handler

In this article, we explore how to manage transactions in the Command handler of a CQRS and DDD-based application. We will examine the use of IDbContextTransaction from Entity Framework Core and the UnitOfWork alternative to ensure data consistency when business logic involves multiple operations.

Citește mai mult