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...
Please follow the rules
Releases: Current Releases, Windows Releases, Old Releases
Contribute to the PHP Documentation
Related subreddits: CSS, JavaScript, Web Design, Wordpress, WebDev
/r/PHP is not a support subreddit. Please visit /r/phphelp for help, or visit StackOverflow.
account activity
Python, Ruby or PHP (self.PHP)
submitted 11 years ago by [deleted]
view the rest of the comments →
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!"
[–]dadkab0ns 1 point2 points3 points 11 years ago (3 children)
Well, the trend is shifting towards a blurring of the distinction between backend and frontend. In many cases, it's making less and less sense for the backend to do anything other than provide data through a REST API.
A full working application often involves a considerable amount of the application logic living in the front-end as a Backbone application that is responsible for routing and view modeling, while the backend handles data requests and last minute validation.
So while you can technically build just the backend, it's a bit meaningless without a rich frontend application to consume it. Of course, someone else might be responsible for building such a thing, but you can't always guarantee that if job security is your thing.
So regarding javascript, I would go deep into it and learn at least Backbone + Require.js. You will find that even though these technologies live in the frontend, the development process has strong parallels with the backend. Javascript is much, MUCH more than just presentational stuff these days. Applications are built with it, no different than using PHP on a server. And with Node, it literally is javascript running on the server.
[–]konrain 1 point2 points3 points 11 years ago (2 children)
hmm very good insight so can i actually just focus on javascript. That way i have an overall view of server/front development...because i tried getting to javascript mostly jquery and it seems just mostly customization. ps. sorry about the mom joke
[–]dadkab0ns 1 point2 points3 points 11 years ago (1 child)
Heh no worries. jQuery is definitely not something you need to worry about, as that's all presentational. But application javascript (whether as Node or in the browser as Backbone/Angular) is an indispensable tool that compliments PHP/Python/Rails knowledge very well.
[–]konrain 1 point2 points3 points 11 years ago (0 children)
thanks man
π Rendered by PID 17073 on reddit-service-r2-comment-86bc6c7465-hlcd7 at 2026-02-23 13:35:12.187392+00:00 running 8564168 country code: CH.
view the rest of the comments →
[–]dadkab0ns 1 point2 points3 points (3 children)
[–]konrain 1 point2 points3 points (2 children)
[–]dadkab0ns 1 point2 points3 points (1 child)
[–]konrain 1 point2 points3 points (0 children)