Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
what is the project maturity though, cuz seems like a normal base setup for a < 2y young smaller scale project
-
git-merge665y@asgs We had to fix a bug and push it to production. So when we checked our server logs manually we realised nodejs app had crashed. Fortunately we learned from it and made the builds automatic later on
Related Rants
-
bittersweet31So, you start with a PHP website. Nah, no hating on PHP here, this is not about language design or performanc... -
EdoPhoenix11The disaster starts with the following sentence: "so marketing had an idea..." -
vane6I die, go to hell and my punishment is to write software for hell network that is having power problems due to...

1) API Server crash due to Uncaught Error and none of us realised it until 30 mins later (no email alerts, no mechanism in place to notify devs): expensive mistake
2) api server and database server on one frickin vps, with no caching mechanisms or memoisation on frontend: Worst nightmare of my life
rant
wk245