Earlier quoted context omitted.
The way your landing page is laid out isn't doing you any favors. If you are going to build a rapid application development platform, look at Retool for inspiration in terms of designs and copywriting. Cut the token stuff, otherwise you will lose customers or self select for crypto bros. The license you chose will turn off most professional development shops and the ones using the platform would be based in places li…
You seem to know what you’re talking about. I checked out payloadcms though, that site is pretty terrible…
Go with PHP
241–250 of 532 posts
Re: Go with PHP
#242That aside:
> It can handle more than 500,000 orders per month when hosted on a $6/month server.
Surely it can do more than 700 orders per hour, 1 order every 5 seconds?
> The only additional fees are for a CDN (if you want your assets to be served faster) and a domain name
Uh, so no managed database, but you recommend paying for a CDN before slapping Varnish in front of your static assets?
I get that php might be eminently usable at this point - but this seems like an odd pitch.
Re: Go with PHP
#243Earlier quoted context omitted.
This 100%. It's actually a bit of a red flag to me these days if a developer turns up their nose at PHP. The language has matured a lot and building stuff with it is simple, cheap, straightforward and fast. If someone's still hating on PHP in 2023 it makes me wonder if they've been focused on more exotic technology because they were looking to pad their resume with more expensive skills, build science projects for th…
PHP8. You think it's a red flag when people don't believe that PHP 8 finally got their shit together. What's that George W Bush line, Fool me once, shame on...shame on you. Fool me—you can't get fooled again. But we're not talking about getting fooled just once, or twice, we're talking about eight times .
No one got “fooled”. The got a useful tool that got better over time.
Re: Go with PHP
#244Earlier quoted context omitted.
What stack can handle 500,000 orders per minute - 22.3 billion a month - on a $6/month server?
Most of them? 500k per minute is around 8k reqs/sec. $6 will get you 2 vCPU, so each CPU only needs to handle 4k requests per second. I'd at least expect that to be possible in Node, and would be somewhat surprised if a Go or Rust framework didn't hit that mark.
Hello world will work, but once parsing, validation, and database queries get involved, you'll need some beefier hardware to get those numbers.
I can't get the cloud benchmarks for 2022 to work (a dedicated PowerEdge is the standard physical benchmark and that's not very realistic here), but according to these benchmarks: https://www.techempower.com/benchmarks/#section=data-r20&hw=... you're going to need some very optimized code to get close to 8k reqs/s.
Re: Go with PHP
#245Why would you go with PHP+whateverframework instead of Ruby on Rails or Django? I haven't touched PHP since 5th version and I'm kind of sceptical it can offer anything RoR can't.
I don't know why you are being downvoted, this is a very legitimate question. These server-side frameworks are all alive and kicking and very competitive. When some other smaller ecosystem comes up with a good idea (like elixir/phoenix) there is a rush to replicate which happens rather fast. I think in the end the competition will lead to specialization. Python will almost certainly capitalize on its data science / M…
Re: Go with PHP
#246[flagged]
Re: Go with PHP
#247Replacing PHP/Laveral with JAVA/SpringBoot is not different at all.
Re: Go with PHP
#248Re: Go with PHP
#249[flagged]
Server side rendering is a flaw?
Re: Go with PHP
#250Earlier quoted context omitted.
This 100%. It's actually a bit of a red flag to me these days if a developer turns up their nose at PHP. The language has matured a lot and building stuff with it is simple, cheap, straightforward and fast. If someone's still hating on PHP in 2023 it makes me wonder if they've been focused on more exotic technology because they were looking to pad their resume with more expensive skills, build science projects for th…
PHP has matured and has been a nice language for a decade now. But PHP developers havent. Cargo culting “good practice” and lack of creativity plagues the community. Frameworks have become so heavy that you spend more time configuring them than actually adding value. Oh and some still argue over setters and getters.
This also reflects in their salaries.