GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Is PHP dying? Should I learn Ruby instead if I want to be a web developer? (https://gfy.com/showthread.php?t=1130215)

Clay 01-04-2014 02:30 AM

Is PHP dying? Should I learn Ruby instead if I want to be a web developer?
 
or maybe I should learn Javascript since JQuery and Node.js are so popular.

An engineer told me PHP is shit now. Is that true or is it still a good thing to learn?

AdultKing 01-04-2014 02:32 AM

PHP isn't dying. It's probably the most widely used sever side application development language.

JFK 01-04-2014 02:36 AM

just learn to say, "Would you like large fries with that" ? :upsidedow

wizzart 01-04-2014 02:39 AM

PHP will not die soon ;)

Antokas 01-04-2014 02:39 AM

I think the best one is with the largest community and PHP still has the largest community.

Clay 01-04-2014 02:48 AM

oh nevermind
"PHP is used by 81.6% of all the websites whose server-side programming language we know."

http://w3techs.com/technologies/details/pl-php/all/all

http://w3techs.com/diagram/history_technology/pl-php

leg4 01-04-2014 02:52 AM

php isn't dying.

mightyjoe 01-04-2014 03:03 AM

Quote:

Originally Posted by Clay (Post 19932912)
or maybe I should learn Javascript since JQuery and Node.js are so popular.

An engineer told me PHP is shit now. Is that true or is it still a good thing to learn?

That engineer is idiot. He should back to school and start again :1orglaugh

woj 01-04-2014 06:21 AM

language isn't dieing, it's more popular than ever, but that's really a downside... everyone and their dog knows php now a days, so your return on time invested learning php isn't going to be very high...

you can still do well with php, but it will take years to gain experience, build a good rep, etc.... if you are starting from scratch I would look elsewhere for easy $$...

think of it kinda like knowing html, it's good to know, but you are not going to get very far with it...

freecartoonporn 01-04-2014 06:51 AM

learn , python
php isnt really for multithreading, and not that really fast,

TMM_John 01-04-2014 07:30 AM

Quote:

Originally Posted by Clay (Post 19932912)
An engineer told me PHP is shit now. Is that true or is it still a good thing to learn?


Clay 01-04-2014 11:29 AM

Quote:

Originally Posted by mightyjoe (Post 19932946)
That engineer is idiot. He should back to school and start again :1orglaugh

he said php is really slow and used the old FaceBook as an example

edgeprod 01-04-2014 12:02 PM

Quote:

Originally Posted by Clay (Post 19933164)
he said php is really slow and used the old FaceBook as an example

I would recommend you stop listening to this individual. Until you have at least 5 years of experience, you aren't going to be working on any projects where the speed of PHP is an issue.

Learn PHP and Javascript, learn to problem-solve, learn to communicate effectively, learn why testing and documentation are important, then learn to be rock-solid reliable. If you learn these things, you will have more work than you know what to do with.

Zester 01-04-2014 12:30 PM

ok, so PHP is #1 right now.
which language do you think will be #1 in 5 years ?

edgeprod 01-04-2014 12:36 PM

Quote:

Originally Posted by Zester (Post 19933201)
ok, so PHP is #1 right now.
which language do you think will be #1 in 5 years ?

PHP :thumbsup

Sid70 01-04-2014 12:48 PM

PHP + Bootstrap = Winning.

blazin 01-04-2014 12:49 PM

PHP is far from dead...but if you are to learn it... don't just learn PHP... learn OOPHP... learn some OO design patterns.... learn some of the PHP frameworks.. get to know how to use source control... especially Git.... Learn SQL.... learn how to use a PHP ORM... (Doctrine). Learn how to use Linux and run your webservers.

If you don't have a relevant degree then you could gain certification such as Zend PHP certification.. Symfony Framework Certifications... MySQL Developer Certification.... Linux Certification...

Becoming a developer requires a little more than learning the basics of a programming language... you need to understand the whole ecosystem!

The Dawg 01-04-2014 12:58 PM

Quote:

Originally Posted by blazin (Post 19933213)
PHP is far from dead...but if you are to learn it... don't just learn PHP... learn OOPHP... learn some OO design patterns.... learn some of the PHP frameworks.. get to know how to use source control... especially Git.... Learn SQL.... learn how to use a PHP ORM... (Doctrine). Learn how to use Linux and run your webservers.

If you don't have a relevant degree then you could gain certification such as Zend PHP certification.. Symfony Framework Certifications... MySQL Developer Certification.... Linux Certification...

Becoming a developer requires a little more than learning the basics of a programming language... you need to understand the whole ecosystem!

Indeed.

Whats up blazin? Good to see you are still around. :thumbsup

EzMichael 01-04-2014 01:23 PM

I only hate that they deprecate some functions in newer PHP versions - this makes older scripts nonfunctional sometimes...
Why not make these deprecations optional... no full backward compatibility - that sucks a little bit.....

adultmobile 01-04-2014 01:25 PM

For adult sites? As most others advised, learn PHP + Javascript (HTML5+js+PHP) and you'll be happy. Optimised traffic trading servers are written in C, quite confusing one :)
I can not understand the Ruby mania myself, perhaps I am too old.

Python is cool and I use it to write my evil small scripts, but despite since a few years I always try to have new projects to be started from scratch in Python, in reality my (adult) productions sites are all based on PHP (even if may include also node.js or wowza=java pieces), mostly because they evolve from legacy PHP code pieces (cam sites, tubes or whatever).
I have mainstream services (no adult) with Java server (j2ee subset jsp/servlet), these was setup in late 1990's and early 2000s, and still up, but I would not advise Java on server really now, unless you are a bank or telecom... Java it was not updated in last 10 years - people use JVM more with Scala or such. A former java developer is now into C# and microsoft stuff, guess what.

About the deprecated PHP things - yes had to replace a few things on updates, but Python made even bigger changes! I mean tell me what you can update without issues.

MrGusMuller 01-04-2014 01:47 PM

PHP isn't dying.

PHP is getting faster with HHVM thanks to Facebook engineers

dropped9 01-04-2014 02:06 PM

best place to learn php online?

Clay 01-04-2014 02:50 PM

Quote:

Originally Posted by edgeprod (Post 19933186)
I would recommend you stop listening to this individual. Until you have at least 5 years of experience, you aren't going to be working on any projects where the speed of PHP is an issue.

Learn PHP and Javascript, learn to problem-solve, learn to communicate effectively, learn why testing and documentation are important, then learn to be rock-solid reliable. If you learn these things, you will have more work than you know what to do with.

that is really great advice, all of it. thanks

fris 01-04-2014 03:37 PM

Quote:

Originally Posted by dropped9 (Post 19933261)
best place to learn php online?

sites with tutorials.

fitzmulti 01-04-2014 03:39 PM

Quote:

Originally Posted by Clay (Post 19932912)
or maybe I should learn Javascript since JQuery and Node.js are so popular.

An engineer told me PHP is shit now. Is that true or is it still a good thing to learn?

With 80+ % of sites using it, perhaps that engineer is shit now...

fitzmulti 01-04-2014 03:44 PM

Quote:

Originally Posted by TMM_John (Post 19933038)

LOL at 2:40 - 2:55 ;-)

Godsmack 01-04-2014 03:45 PM

Google wants you to learn Python... it's their language of choice

Clay 01-04-2014 03:47 PM

Quote:

Originally Posted by dropped9 (Post 19933261)
best place to learn php online?

I like TeamTreehouse videos. theyre more engaging.
Lynda.com is ok but theyre extremely boring.

Godsmack 01-04-2014 03:56 PM

Quote:

Originally Posted by dropped9 (Post 19933261)
best place to learn php online?

check https://www.udemy.com

Klen 01-04-2014 04:18 PM

PHP is definitely a winner when it comes to making variety of projects,but so far i never found a reason to go with other language,for example if i needed something what cant be done with php,i simply made it in c++,called it with system command in php,processed output and that's it.When it comes to speed,it is true how other languages are faster,but i believe how php can be same speed or even faster if you pay attention to your coding style plus if you use cache accelerator.And another question is what is your aim to accomplish - for example,if your goal is to increase chances to get a job - then you should go with java,since according to statistic java is most wanted language,plus it is paid 2x more then php jobs.
If you want to make commercial scripts,then php is only choice due it's market share and it is installed by default on every web hosting.
And if you want to make scripts for you own use(to run on your websites)then it totally depend on what kind of sites you run and what kind of data you process.
Also when it comes to javascript,it should be learned as well with php since you could say how javascript is some sort of "visual tasks addon " for php.

Klen 01-04-2014 04:20 PM

Quote:

Originally Posted by Godsmack (Post 19933329)

Nice wondering can you make money with it.

Klen 01-04-2014 04:22 PM

Quote:

Originally Posted by dropped9 (Post 19933261)
best place to learn php online?

Many times when i was asking that question i was told how php.net manual is place to learn it,and that was kind a pissing me off since it kind a look poor with presented information.But the good thing there is their comment section,and many time i found proper example of what i tried to accomplish there.Beside php.net ,wc3school php section is good as well.

Clay 01-04-2014 04:59 PM

Quote:

Originally Posted by fitzmulti (Post 19933317)
With 80+ % of sites using it, perhaps that engineer is shit now...

I think its just a snob thing with that engineer. Php is so common so he's snobby against it.
hey gfy is all done in php and its pretty fast lol.

BFT3K 01-04-2014 09:35 PM

Quote:

Originally Posted by MrGusMuller (Post 19933249)
PHP isn't dying.

PHP is getting faster with HHVM thanks to Facebook engineers

http://i.imgur.com/19cld.gif

Nice gif :thumbsup

freecartoonporn 01-04-2014 11:00 PM

Quote:

Originally Posted by MrGusMuller (Post 19933249)
PHP isn't dying.

PHP is getting faster with HHVM thanks to Facebook engineers

tried it already , not all functions are supported. but they are improving bit by bit

MrGusMuller 01-05-2014 06:32 AM

Quote:

Originally Posted by freecartoonporn (Post 19933536)
tried it already , not all functions are supported. but they are improving bit by bit

true!
gonna test some scripts'hits made by me this days and see how it works...

and - they say that it works - test wordpress and figure out how it handles with timthumb...

iwiiiiiiiiii 01-05-2014 07:01 AM

At Mentel we built many web applications, for startup to F500, and here's my observation.

Ruby on Rails
We used it many time, and it's a clean language. We actually used it to develop a program in this business. You can do awesome things with it, but you can also destroy an application, at the end, I don't think this is for beginners. For example, if you're a gem addict, well select them well because the day you need to upgrade your rails version, good luck. Most of the time they are no longer supported by the creator and the time you saved by using them at first, is eat by the time you waste making them to work. Also, choosing RoR as a development language is a thing, finding developers is another one. So if you're not a coder and need to develop an application, make sure you have some resources in your pocket in case you need to change your developer. RoR tend to be very pricy.

PHP
It's a language that has its pros and cons. At time we used it on a porn website doing 1.5Gb/sec and 600k/v a day, and no flaw. You can also use many good framework such like, cakephp, symfony2, CodeIgniter, Slim, Falcon etc. I personally like Slim and Falcon for the simplicity and the fact you don't depend on them. The big advantage of PHP is the amount of developers on the market. You should always have a friend who is very strong and do the code review for you though (if you're not a coder).

Python
Didn't used it very often, in my opinion very strong language, difficult to find senior developer, and not for beginners.

At the end it depend on the project you have. If you build a small website with a small backend and limited interaction with the DB, then RoR and Python are overkill. Most of the time people don't take the time to look at their needs and what the site will be in a year from now. If you look at twitter at first when they were on RoR and got very successful, they had to work with Scala as well, which is very very very solid language.

Anyway I guess you got the point hehe

crockett 01-05-2014 07:37 AM

In Boston area alone there is 350 jobs advertised for PHP developer with salaries from 50k to 130k. 230 of those jobs are 70k+. 55 of them are 110k+ and 22 are 130k+.

That's just one metro area in the US. I'd say PHP is not quite dead yet.. Granted they expect you to know more than just PHP, but obviously it's still wanted.

http://www.indeed.com/jobs?q=php+dev...2C+MA&start=10

thumbuilderic 01-05-2014 01:14 PM

PHP is a very viable language, and in recent years there has been a major push for standardization of the language.

Clay 01-05-2014 03:22 PM

Quote:

Originally Posted by crockett (Post 19933720)
In Boston area alone there is 350 jobs advertised for PHP developer with salaries from 50k to 130k. 230 of those jobs are 70k+. 55 of them are 110k+ and 22 are 130k+.

That's just one metro area in the US. I'd say PHP is not quite dead yet.. Granted they expect you to know more than just PHP, but obviously it's still wanted.

http://www.indeed.com/jobs?q=php+dev...2C+MA&start=10

What's interesting is that if you look for just a javascript developer that number more than quintuples to 1,248 jobs
http://www.indeed.com/jobs?q=javascr...l=Boston%2C+MA

and they earn more than a php developer
http://www.indeed.com/salary?q1=php+...r&l1=boston+ma
http://www.indeed.com/salary?q1=java...r&l1=boston+ma


All times are GMT -7. The time now is 06:27 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123