Ask HN: Flatten the curve graph with real data?
Are we already hitting it? Are we projecting going over? By how much etc
And what is the real limiting factor, beds? Ventilators? Something else?
Are we already hitting it? Are we projecting going over? By how much etc
And what is the real limiting factor, beds? Ventilators? Something else?
Are there any companies working on alternatives to this? I would expect slack to tackle this space
Our current process for building these out is to build a swagger definition with a mock service backend in js to unblock upstream clients like web and mobile. From there we go an implement the real API in python/flask with postgres.
It got me thinking that probably 80-90% of all the code written for the real API is boilerplate setting up models, db migrations, routes, controllers, authentication etc.
I am imagining that a fair bit of this could be automated, all you really need is a modal definition, and you could generate all of the above, abstracting all that away from the engineer. Providing hooks for inserts and updates would allow for custom business logic to slot in, and would be all the real code engineers would need to write.
What else am I missing that backend developers would want from a framework (or managed service) like this?
We don't really want to build something from scratch.
I have been checking out Optimizely so far and it seems like it will tick most of the boxes. What other alternatives should I be looking into? What do you love and or hate about what you are currently using?
Interested in both paid subscription services and OSS