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
-
hacker17727y@TheDevil me too (I bothered to try it but quit using it very soon). I just don't like PHP.
-
MrR0bot27587y@hacker sadly I am getting into web dev so PHP is something I have to learn. It's fun so far :p but advance PHP programmer would probably roast me if they saw my PHP code lol
-
hacker17727y@TheDevil good luck my friend. I'm actually a web developer (full-stack) and NodeJS seems to do the job just fine. To each their own, I guess...
-
nicholai8937y@hacker @TheDevil yeah, I ditched php in favor of Node as well and no regrets. <3
AngularJS aka Angular 1.x is nice and all, but allows a lot of bad habits (eg spaghetti controllers with lots of code), and the Angular dev team advises against it now. You should look at Angular 2+ instead, or imho Vue -
nicholai8937y@hacker looking at your description: "nodejs, sass, pug" <33333 all bow to the full stack master race combination
-
hacker17727y@nicholai tbh, I don't really like AngularJS...
Looking at your description, "js, node" that's enough to make me like you
Can we be friends haha? -
hacker17727y@nicholai @cr78
What is the coolest thing you guys have ever created with NodeJS? I'm just curious :) -
Root825997y@TheDevil I completely agree.
But for a first language, you really should learn something with fewer pitfalls and that doesn't actively fight against you. PHP is good to know, definitely, but is a horrible introductory language.
Python, Ruby, and even C make much better choices.
Related Rants
<?php
$i = -10;
do {
echo "The number is " . $i . "<br/>";
$i++;
} while($i <= 7);
?>
Just for the heck of it:p
undefined
numberline
php