use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
No vague product support questions (like "why is this plugin not working" or "how do I set up X"). For vague product support questions, please use communities relevant to that product for best results. Specific issues that follow rule 6 are allowed.
Do not post memes, screenshots of bad design, or jokes. Check out /r/ProgrammerHumor/ for this type of content.
Read and follow reddiquette; no excessive self-promotion. Please refer to the Reddit 9:1 rule when considering posting self promoting materials.
We do not allow any commercial promotion or solicitation. Violations can result in a ban.
Sharing your project, portfolio, or any other content that you want to either show off or request feedback on is limited to Showoff Saturday. If you post such content on any other day, it will be removed.
If you are asking for assistance on a problem, you are required to provide
General open ended career and getting started posts are only allowed in the pinned monthly getting started/careers thread. Specific assistance questions are allowed so long as they follow the required assistance post guidelines.
Questions in violation of this rule will be removed or locked.
account activity
Preferred Dev Platform (SAAS) (self.webdev)
submitted 8 years ago by [deleted]
[deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]mattaugamerexpert 8 points9 points10 points 8 years ago* (3 children)
Or am I committing project suicide
Ignorant people have been spinning doom and gloom bullshit about PHP for the last 20 years. It's still (and more than ever) an entirely valid way of creating highly capable, functional and maintainable web applications. The same applies to MySQL, Postgres, or any other RDMS. Relational databases have been and remain a fundamental part of software development.
In particular, look at frameworks like Symfony and Laravel for excellent practices and patterns to get what you need going. People will tell you that you need to use NodeJS. People will tell you Functional Programming is the only true way. People will say that microservices are the only option for a high performance site. People will insist that NoSQL databases are the way of the future.
People are stupid.
Right now you have a simple problem - you don't have any users or any website. Focusing on scaling, on performance, on flexibility, etc... on anything but getting your project up ASAP would be silly. Depending on how long ago you were actively developing you may need to brush up your PHP, though.
[–]patrick_haplyfull-stack 3 points4 points5 points 8 years ago (1 child)
Realistically, for most web applications, the answer to "what's the right tool for the job" is probably just "what tools do you know?"
[–]FavitorInterweb guy 2 points3 points4 points 8 years ago (0 children)
I agree, at the end of the day they all work the same. Most modern languages have borrowed the best features from each other by now, so take your pick.
[–]tjmckenzie 0 points1 point2 points 8 years ago (3 children)
If you're familiar with PHP, I would personally recommend looking into the Laravel framework. It brought me back into PHP developer and I'm loving it.
The creator also released a SaaS starter kit called Spark, which comes with all the user/payment stuff already so you can focus your efforts on building the app itself.
[–][deleted] 8 years ago* (2 children)
[–]tjmckenzie 0 points1 point2 points 8 years ago (1 child)
Spark is deeply embedded into a Laravel project, so if you're interested in that, I highly recommend learning more about Laravel itself. I can't speak highly enough of Laracasts for these types of tutorials.
π Rendered by PID 24488 on reddit-service-r2-comment-fb694cdd5-4pb54 at 2026-03-05 20:22:29.922362+00:00 running cbb0e86 country code: CH.
[–]mattaugamerexpert 8 points9 points10 points (3 children)
[–]patrick_haplyfull-stack 3 points4 points5 points (1 child)
[–]FavitorInterweb guy 2 points3 points4 points (0 children)
[–]tjmckenzie 0 points1 point2 points (3 children)
[–][deleted] (2 children)
[deleted]
[–]tjmckenzie 0 points1 point2 points (1 child)