InFAUN.dev() 🐾byThomas Poignant·Aug 17, 2023Implement Vendor Agnostic Feature Flags in your Node.js Application using OpenFeature 🚀In this article we will explain how to use OpenFeature in your Node.js application using GO Feature Flag
Thomas Poignant·Jul 7, 2022🔊 Feature Flags in Dev’Obs Podcast 🇫🇷Earlier this week the super cool podcast Dev’Obs asked me to talk about feature flags, go-feature-flag and also the super nice initiative…
InGeek CulturebyThomas Poignant·Nov 30, 2021Why & How to Collect Your Technical DebtBring awareness about technical debt and help your management to take decision.
InBetter ProgrammingbyThomas Poignant·Nov 10, 2021How To Design Pipelines and Sort by Dependencies in PythonSort a direct acyclic graph (DAG) with parallel stepsA response icon1A response icon1
InBetter ProgrammingbyThomas Poignant·May 26, 2021Golang: Automate Your Product Release Cycles Using Go-Feature-FlagProgressive rollout, scheduling workflows, and experimentation with just a basic configurationA response icon1A response icon1
InFAUN.dev() 🐾byThomas Poignant·May 6, 2021Switch easily between multiple kubernetes version on MacOsAlways use the right kubectl version for your cluster 🎛A response icon3A response icon3
InBetter ProgrammingbyThomas Poignant·Apr 20, 2021Build a Configurable Chain of Responsibility in GoUse the Chain of Responsibility design pattern to modify app behavior based on configuration changes
InBetter ProgrammingbyThomas Poignant·Mar 25, 2021Supercharge Your Dev Machine by Unleashing the Git Command LineTips to improve your Git experience and be more productiveA response icon2A response icon2
Thomas Poignant·Mar 4, 2021Optimizing for MTTR over MTBF is good for your productFail fast and recover
InFAUN.dev() 🐾byThomas Poignant·Mar 3, 2021Golang: Build and Deploy an AWS Lambda using CDK 🚀An example on how easily push and run serverless GO code in AWS 🚀