blog.mfrachet.comWhy Progressively? Decoupling your features & your code releasesIt's been around 10 years that I'm building applications, and I used to get frustrated by not being able to move as fast as I wanted regarding deploying code that I write daily. Having worked using old-school workflows like Gitflow or feature branche...Aug 16, 2023·3 min read
blog.mfrachet.comHow to effectively setup E2E tests?From my experience, people tend to think that E2E testing is hard, but in reality, the hardest thing is to make sure to have good foundations to effectively write tests and make them part of your continuous integration pipelines. Whether you have an ...Aug 3, 2023·6 min read
blog.mfrachet.comA/B testing with the JAMstackThe JAMstack has been talked about in recent years as a way to create static websites that scale very well in many different ways. Since it becomes more and more mainstream, it made sense to people to think about how to apply older patterns that we l...Aug 1, 2023·6 min read
blog.mfrachet.com10 things about feature flags that will speed-up your workflowI used to work painfully with Gitflow and feature branches until I realised that what I needed was Trunk based Development and feature flags. Don't forget that the goal of a developer is to ship value and Gitflow/feature branches were slowing me down...Aug 1, 2023·4 min read