Hello. I'm a passionate developer and sysadmin obsessed by optimizing my workflow. Handling the Solutions Architecture team at Platform.sh. I launch simple web based products in my spare time.
Fixing BZT/Taurus interface after November
2019-12-11
I’ve been using Taurus
bzt
for quite some time to wrap my jMeter load tests and I unfortunately got quite a surprise this morning trying to get the console to work.
Deploying Hugo on Platformsh
2019-02-17
Platform.sh is a wonderful tool to automate your deployments and make sure your site is running well. We have a lot of examples on different server-side technologies available on Github but none of them relates to static site generators.
I’ll begin with one of my favorite one that I use for this site: Hugo.
Building a SaaS product - 02.Features
2019-02-11
First article on the serie on how to build a service. This one will be dedicated to lay out the different features we need in our service to provide a real product and fulfill some specific needs.
First, let’s talk about the different personas our service is built for. We will be primarly focusing on companies working with remote employees but we need to handle those that work in a more traditionnal way.
Building a SaaS product - 01.Introduction
2019-02-11
Building a SaaS product is hard. The goal of this article series is to show you how to build a simple but solid application that fulfils one need. From then you’ll be able to expand its capabilities and your reach. We’ll try to cover all the important technical aspects of it. I’ll leave the market analysis to the experts.