But any serious deployment of "cloud" infrastructure still needs management, you're just forcing the people doing it to use the small number of knobs the cloud provider makes available rather than giving them full access to the software itself.
not sure what you mean by a serious deployment, but a lot of companies will be perfectly fine with, some compute, object storage and a managed rdbms.
Will that be more expensive than running it yourself? Absolutely. Does it allow teams to function and deliver independently, yes. As an org, you can prioritize cost or something else.
I am absolutely not the target market for this, however I have some comments from what I could look at quickly on a phone:
- a good chunk of data seems to be passed around in associative arrays; It would be much easier to understand, and enforce type safety if you use Model and/or DTO classes.
- you're storing currency amounts using decimals in the database which is fine, but using floats in the app code is a problem. Floating point maths is not precise. Either use integers (and convert to a float for display purposes) or use something like the BCMath extension.
- there seems to be huge swathes of inline styles in your views. This just sounds painful to manage/style/adjust over time.
- best practice is to have a subdirectory which is specified as the docroot and includes just the public assets (images, css, etc) and the front controller (index.php)
- your php code defaults to the currency symbol for Indian rupees but the stripe gateway at least defaults to USD.
In theory machine vision could extract the coordinates overlayed in the frames of the video.
You're unlikely to get good data from all frames automatically due to the changing background but I'd have thought you could get enough good data to make it work.
This might well be cultural but if anyone I was considering eating a meal with, sent me a link to choose where I want to eat rather than just asking, I'd immediately lose any interest in eating with them.
that's fair, but you can use it for lots more than just dinner decisions! I used it last weekend to decide what movie to go see with some friends and their kids.
reply