A code refactoring how-to: Killing unworthy software
Welcome back to the future-proof series! Today I thought I would present to you a case very close to a code refactoring I made recently during a piece of work for a client. You deserve it as it has been…
Continuous delivery for free using Docker, CircleCI and Heroku
Continuous what? Continuous delivery. You may recall that in my previous post I announced that today’s entry would be revolving around continuous integration. And technically it can count as such since we will cover continuous integration along the next step….
.NET Core CLI Tools: Build a web API in 10 minutes
This tutorial is an introduction to .NET Core CLI tools. More precisely it is about creating a web API using the CLI tools provided for .NET Core. Whether you are a beginner in development or just new to .NET Core…
Postman collections: Making API testing great again!
Turning shaky code into future-proof software Over the past years, we moved more and more towards web-oriented architectures, connecting to services in order to provide information. Along with the evolution of testing tools and development methodologies we can build crazily…
C# dynamic interface implementation at runtime
Some context first How did I come to write a class allowing dynamic interface implementation in the first place? Ever had to work on a huge company project over the weekend? Because it is the weekend you pick up fixes…