Blog

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

Why F# Deserves a Place in Modern Software Development

Discover why F#, the functional language of the .NET ecosystem, deserves your attention. Learn about its advantages, use cases, and how it enriches .NET development.

Published on January 31, 2025

Read the article

Repository and Unit of Work Pattern - Conclusion and Lessons Learned

This article concludes the series by showing how the Repository and Unit of Work patterns enhance data consistency, testability, and maintainability, with a concrete example from 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: Discover the joint usage of the two patterns to manage orders, inventory, and payments in an e-commerce platform.

Published on January 13, 2025

Read the article

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

Understand 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

Learn 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

A deep dive into the Repository pattern: how it simplifies data access and centralises logic, with an 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

Discover 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, manage environment variables securely, and more for maximum productivity.

Published on November 12, 2024

Read the article

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

Learn how to set up a scalable development environment with DevContainer, evolving from simple configurations to multi-service orchestration with Docker-Compose.

Published on September 20, 2024

Read the article

How to Test Your ASP.NET Core WebApi?

Discover 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?

A guide on migrating from Unity 2 to Unity 5, covering package updates, namespace changes, troubleshooting, and configuration adjustments.

Published on September 4, 2019

Read the article