Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Not all recruiters are bad. If you know that you struggle to find what you want, or you struggle to bargain a good salary then they could well be worthwhile using.
It's certainly in their interest to get you the highest salary possible, as their commission payment will generally be based on a percentage of that. -
@Linux it is here, i know of 3 companies that dont just do legacy code or wordpress
-
PHP may be shitty and all, but dead? 33% of top 10mil websites run WordPress alone, not to mention other CMSes and custom apps...
-
wow, a recruiter that doesn't suck balls
I would actually get his number, I'm not even gay, but that guy is a treasure -
@ganjaman I feel like both of those are worse than PHP. Don’t get me wrong, I love python but PHP and html work very nicely together. I also don’t understand all the php hate, it is not a bad language at all.
-
@ganjaman No... I mean you can very easily integrate php into your html. Something like:
<?php
# some starting logic
?>
<html>
<head>
<title><?=$somevar?></title>
</head>
<body>
<div id=“main”>
<?php
# some more stuff
?>
</div>
</body>
</html>
I like that a lot more than storing my html page as a string in python and string formatting or whatever.
The one thing I don’t like as much about php is how form processing is done, but I’ve gotten used to it. -
@FelisPhasma but just in case you are a beginner
1) this is called templating, its done server side and nobody uses it cause it strains servers unnecessarily
2) any other language can do it, there are 958385 templating engines
3) 99% of new webapps is a js app, communicating with backend through json, and php is the last language id use for that since yes, as you said, its main purpose is templating -
Linux438106y@ganjaman
wow 3 places that defines what a language is, someone should get out of his bubble
Just had a talk with an actual good recruiter. I feel weird. Like he actually knew what he was talking about, knew that php is dead and only showed relevant jobs???
rant