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
Partial State Machine
2019-10-31I had to implement a game state in PHP. Usually, in that language, I was going to “hard code” all… 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
#Slack |> App |> Smee |> My Local App |> #Slack Reply : How to interact when you’re behind Firewall/Proxy
2019-05-24Introduction All I wanted to do is simply have a way to connect to my local server on the network… Continue Reading
F# or as some says F for Fun
2019-03-30Welcome to the functional world. As someone who believe that we should learn everyday, I always look around for new… Continue Reading
Développer en PHP avec docker
2019-03-14Introduction J’ai commencé à développer en PHP quand j’étais encore sur les bancs universitaires. J’ai personnellement toujours détesté ce langage… Continue Reading
Linux + Dotnet Core – GSettings (LibGio) directly from code
2019-03-14Some people like to execute shell commands for LibGio – GSettings using NodeJs (child_process) or Dotnet (Process). Personally, I prefer… Continue Reading
Linux & Dotnet – Read from a device file
2019-03-12As you may know, Dotnet Core now runs within Linux. Let’s explore and play around enjoying the fact we can… 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
Why would you do rapid prototyping with SQLite?
2019-03-05As someone who likes to do some hack and automate pretty much my daily routine, recently I changed a bit… Continue Reading
