Featured Articles

Code
Clean code – reflecting on Robert C. Martin´s book
If you are a software developer at some point you must have heard about “clean code”. It may come from your technical leaders or your
April 28, 2021
No Comments

Azure Devops
Build validations for multiple pipelines on Azure Devops
How to customize build validations on Azure DevOps when using multiple pipelines on a single repository.
April 28, 2021
No Comments

Serverless
How to implement dependency injection in azure functions
Azure Functions can implement complex logic, and like any other net core app, Dependency Injection helps us keep our components well-decoupled ensuring testability and maintainability.
April 28, 2021
No Comments