HN user

Scullwm

21 karma
Posts7
Comments16
View on HN

This year I'm going to release a SaaS. I've already create many website and saas, but the last one was 5 years ago, and all of them have mitigate results. Actually I'm working on it since August 2018, reading many many article and youtube videos on how to launch a SaaS product. So maybe this project will be ok.

I'm working on a service to identify underperforming releases of applications (by monitoring their speed and behaviors). It's an issue that is encountered in my current job when IT teams deliver many releases every day. I guess those reports will sound bad for some IT guys so I've call it PepperReport(.io)

I've to do the same, and I couldn't find what I need, so I've made a kind of probe using aws lambda and influxdb. It allow configuration by YAML, dynamics headers and query params, and track your deployments (infra and release). It's called PepperReport.io, I could give you an invitation code if you wan't to try it.

Couldn't find any solution that match my requirements (manage checks with YAML files, dynamic headers and release or infrastructure deployment monitoring), so I've made my own :/ It's in beta test actually, but I would love to have opinions on pepperReport.io

Really nice article! Didn't know about the .editorconfig file. Thanks for the tips! Just wondering how are you deploying your php apps now ?