2 min read 0 .NET Safely store secrets during development Hakim August 3, 2020 When developing an application, we sometimes need to call an api or connect to a…
7 min read 0 .NET Working with Legacy databases Hakim July 15, 2020 It does not happen everyday that as a developer we start working on a greenfield…
8 min read 0 .NET Blazor : convince your CTO (or whomever takes the technical decisions) Hakim July 7, 2020 When there is something new on the market, we developers want to work with it.…
5 min read 0 .NET Blazor : server-side or Web assembly Hakim June 30, 2020 Blazor is amazing. But if you are wondering which of Web Assembly of Server-Side would…
6 min read 0 .NET Feature flags using Azure feature Hakim June 24, 2020 Feature flags are very useful when you develop an application and while you don’t want…
5 min read 4 .NET How to blazorify an existing mvc app Hakim June 10, 2019 Blazor is awesome. If you don’t know what it is, you can check it out…