Details
-
Abouti'm a science computer student and front end developer.
-
Skillshtml, css, php, c, java
-
LocationBrasil
Joined devRant on 9/14/2016
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
-
I hate these LINUX AND NOTHING ELSE fascists. Why don't you just let people use what they want? And btw: just using Linux doesn't make you a good programmer...18
-
So that's how my girlfriend wished me a happy birthday.. she's a chemist
<?php
$happy="Happy";
$bday="Birthday";
$to="To";
$you="You";
$dear="Dear";
$boyfriend="Joseph";
for($i=0;$i<4;$i++){
if($i!=2)
echo $happy." ".$bday." ".$to." ".$you."<br>";
else
echo $happy." ".$bday." ".$dear." ".$boyfriend."<br>";
}
?>18 -
Dev: So tell me some specs about the app you want.
Client: something like facebook.
Dev: you know facebook has too many features for even having a price tag?
Client: what? Will I pay too? I have the idea.
....6 -
As a self taught C programmer starting comp sci in University, WTF is all this object oriented-ness. Constructors, parents, children, inheritance, polymorphism... I feel like more like an anthropologist than a programmer.
(But really, I get why it's better. Just so hard to learn)14 -
Yale is renaming Calhoun College after Grace Murray Hopper, one of the pioneers in computer science. Pretty cool!3
-
When you're a beginner at programming and needs to code more but just made your first DevRant account.. 😭😭😭25
-
That time when you search for a bug and find same question at StackOverflow, GitHub and Quora...
All from the same person, and all with no answer.. 😓🐜6 -
"Never fix a bug which has stayed in the system for a long time, unless asked for. The bug might actually be a feature for the user."
- My supervisor1 -
How I feel when my family says "Sure you can fix the TV! if you can make a video game, this shouldn't be a problem."1
-
When developing outside of a Starbucks and a bird decides to shit right on the keyboard of your laptop 😑13