Blog

Check out our articles on software development, DevOps best practices, and more.

C# or F#: Which one to choose for more robust and maintainable code?

A factual comparison of C# and F# in the context of Software Craftsmanship: testing, expressiveness, robustness.

Published on April 13, 2025

Read the article

Why F# Deserves a Place in Modern Software Development

This article explores why F#, the functional language of the .NET ecosystem, deserves your attention. Learn about its advantages, use cases, and how it enric...

Published on January 31, 2025

Read the article

Repository and Unit of Work Pattern - Conclusion and Lessons Learned

Final article in the series: applying Repository and Unit of Work to real-world scenarios in an online casino project.

Published on January 14, 2025

Read the article

Repository and Unit of Work Pattern - Practical Example: E-commerce Platform

Case study: applying Repository and Unit of Work patterns in an e-commerce platform to manage operations cleanly.

Published on January 13, 2025

Read the article

Repository and Unit of Work Pattern - Compatibility and Limitations with Microservices

Explore the limits of the limitations of the Unit of Work pattern in a microservices context and explore alternatives like the Saga Pattern.

Published on January 12, 2025

Read the article

Repository and Unit of Work Pattern - Details of the Unit of Work Pattern

A practical guide to how to group operations into a single transaction with the Unit of Work pattern, complete with a practical implementation.

Published on January 11, 2025

Read the article

Repository and Unit of Work Pattern - Details of the Repository Pattern

An in-depth look at the Repository pattern with practical example using Entity Framework Core.

Published on January 10, 2025

Read the article

Repository and Unit of Work Pattern - General Introduction and Usefulness in Enterprise Projects

This article explores why Repository and Unit of Work patterns are essential for structuring enterprise projects and ensuring maintainable code.

Published on January 9, 2025

Read the article

Optimise Your Workflow with DevContainer: Tips and Best Practices

Optimise your workflow with DevContainer using these tips and best practices: automate dependencies, configure VS Code extensions, optimise Docker images, ...

Published on November 12, 2024

Read the article

Creating a Development Environment with DevContainer, Dockerfile and Docker-Compose

A practical guide to building a scalable development setup with DevContainer and Docker Compose, from basic config to multi-service orchestration.

Published on September 20, 2024

Read the article

How to Test Your ASP.NET Core WebApi?

This article explores how to test an ASP.NET Core WebApi with Gherkin and Specflow, using readable integration tests and mocks for external services.

Published on January 17, 2021

Read the article

How to migrate to Unity 5?

How to migrate from Unity 2 to Unity 5 with tips on troubleshooting, namespace changes, and configuration.

Published on September 4, 2019

Read the article