Observability of a platform with Instana
2020-11-01Recently, I was investigating for a good APM solution. I came across many and tried only a few of them… Continue Reading
How to have more fun with a SAFE Stack
2020-03-17While watching some video from London NDC’20 on YouTube, some older video appeared within the suggestion box and I clicked… Continue Reading
kubeadm – How to “upgrade” (update) your configuration
2020-01-31As you may know, you can easily configure a Kubernetes master or high availability (HA) cluster using kubeadm. All the… Continue Reading
Dotnet Core : What can you do in case you wish to authorize without [Authorize] ?
2019-07-09In some cases, the [Authorize] attribute is not all you want. Sometimes, you wish that something else existed and that’s… Continue Reading
Dotnet and Reflection – Exploration By Example
2019-03-06Today, I will be talking about how to use reflection in order to generate code. The reflection in C# is… Continue Reading
Canvas Chart ➡️ Snapshot ➡️ Manipulate ➡️ Send it to your confluence page (or elsewhere)
2019-01-11Today, let’s create a connection between one of your app using ChartJs + Confluence and send or synchronize a chart.… Continue Reading
Create plugins in Dotnet Core or what we call Managed Extensibility Framework
2018-11-29In Java we have the Service Loader that can add plugin(s) within your application at startup. It basically means you… Continue Reading
ChartJs with SonarQube API’s – Make your own reports
2018-11-22Recently asked to do reports every two weeks to all the teams about their good/bad behaviors and at the same… Continue Reading
Tutorial: Bamboo ➕ NDepend => How to integrate them together
2018-11-13This tutorial is intended to help you to integrate NDepend within your current builds or your new builds. In cases… Continue Reading
Ldap + Identity Server Series ー Part I ー OpenLdap on docker container
2018-06-18Objectives This is a multi-part tutorial playground in order to build, for dev or for some of your needs, an… Continue Reading