.NET public 3 min read MassTransit #4: Customizing middleware with Filters Pierre Belin Sep 23, 2023 Today, we venture deep into the intricacies of the Mediator Pattern in MassTransit, highlighting the pivotal role of Filters. If…
.NET public 4 min read A Comprehensive Guide to FluentValidation: Advancing Your .NET Validation Logic Pierre Belin Sep 17, 2023 In our rapidly evolving digital era, ensuring the accuracy and consistency of our application's data is paramount. With the sheer…
.NET public 4 min read Akka.NET #1: Distributed Systems for .NET applications Pierre Belin Sep 10, 2023 Imagine building a real-time messaging application, a lively platform where users exchange messages across the globe, within moments of each…
Tests public 5 min read Elevate Your .NET Testing Strategy #4: InMemory vs Repository pattern Pierre Belin Sep 3, 2023 In the ever-evolving landscape of software development, the way we manage data is paramount to performance and efficiency. In the…
.NET public 4 min read MassTransit #3: Migrating mediator pattern from MediatR Pierre Belin Aug 27, 2023 In today's complex software landscape, effective and maintainable design patterns play a crucial role in ensuring robust and scalable systems.…
.NET public 3 min read MassTransit #2: In-memory Mediator pattern basics Pierre Belin Aug 20, 2023 MassTransit is a free, open-source distributed application framework for .NET. This library facilitates service-to-service communication and helps developers build decoupled…
.NET public 5 min read MassTransit #1: A Game-Changer for .NET Messaging Pierre Belin Aug 13, 2023 As a discerning software professional, it's essential to be constantly aware of efficient tools at our disposal. One such tool,…
Tests public 4 min read Elevate Your .NET Testing Strategy #3: Fixtures separation Pierre Belin Aug 6, 2023 In the previous article, we delved into a critical issue that arises when handling growing complexities in test data creation.…
AI public 3 min read The importance of loss function in Tensorflow model Cyril Canovas Aug 2, 2023 Introduction In the diverse ecosystem of deep learning, TensorFlow reigns as one of the most popular frameworks. Amidst the array…
Tests public 6 min read Elevate Your .NET Testing Strategy #2: InMemoryDatabase Pierre Belin Jul 30, 2023 The development environment in C#/.NET offers a myriad of tools that optimize testing efficiency. Among these are the InMemoryDatabase…
Tests public 4 min read Elevate Your .NET Testing Strategy #1: WebApplicationFactory Pierre Belin Jul 16, 2023 The WebApplicationFactory class in .NET provides a powerful tool for integration testing. It allows you to create a factory for…
AI public 3 min read Discrete Haar Wavelet Transform in 1D Using TensorFlow Cyril Canovas Jul 15, 2023 The wavelet transform is a tool that cuts up data, functions, or operators into different frequency components, and then studies…