Marvin Frachet
My journey in the dev world

My journey in the dev world

Follow
Follow
homebadgesnewsletter
Tag

Productivity

#productivity

More content

Read more stories on Hashnode


Articles with this tag

Why Progressively? Decoupling your features & your code releases

Aug 16, 20233 min read

It'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...

Why Progressively? Decoupling
your features & your code releases

How to effectively setup E2E tests?

Aug 3, 20236 min read

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...

How to effectively setup E2E tests?

10 things about feature flags that will speed-up your workflow

Aug 1, 20234 min read

I 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...

10 things about feature flags that will speed-up your workflow