I’m a passionate software developer focused on Test-Driven Development (TDD). My work includes integrating systems for flight and hotel bookings, standardizing processes, and developing robust end-to-end testing infrastructures. Recently, I've optimized flight booking implementations, driving significant improvements in quality and efficiency.
I also write at easyTdd.dev, where I share insights on TDD and promote my project, easyTdd—a Visual Studio extension simplifying test creation and navigation. Committed to quality and continuous growth, I strive to deliver solutions of the highest standard while learning and evolving in my craft.
I'm available for test-driven development in .net environment.
A few days ago, I released EasyTdd version 0.5.0. In this post, I'll walk through the updates and new features introduced in this version. The highlight of the release is the introduction of the incremental code generator for FluentMocks—a powerful f...

Builder pattern Today, I will talk about the builder pattern in test-driven development. If you are already working with tests, you have probably noticed how time-consuming it can be to create all the input data. Often, the same set of data, or data ...

I'm excited to announce the release of EasyTdd 0.4.0! The major highlight of this release is the introduction of the Incremental Builder, implemented using the IIncrementalGenerator technology. The Builder Pattern is a creational design pattern that ...
