Details
-
LocationOuter Banks, NC
Joined devRant on 5/7/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
-
Manager: "The password must be encrypted to store it inside the database."
Me: "Great! No problem."
Manager: "Then it must have a copy of the unencrypted password to send it by email."
😐7 -
Some data get lost during copy.The limit of clipboard exceeded so that's why pasted data is smaller :D1
-
programming languages are not designed to talk to computers, they are designed to be readable by other programmers.
please code like it.7 -
People who says jQuery is a programming language should go back to
alert("hello world")
exercises.
Man, I hate those guys9 -
Last Friday all we did in office
devRant + Pizza + RedBull + Street Fighter V + Silicon Valley S03 E03 and E04
Best day ever 😀😀7 -
job posts in Algeria:
we need a full stack developer, with 5+ years experience.
we have a great salary ($400/month) 😂6 -
When you are reading job requirements for a dev job and they put a shit ton emphasis on MS Office. I remember a phone interview where they asked skill level for Word, Excel and Outlook.7
-
when your devrant stickers show up, but you can't decide where to put them.... and your SO keeps trying to steal them
if you're reading this, go post joey's code yourself2 -
Does anyone else hate capitalised hexadecimal colour codes?
I'm not sure why, but I just think #ccfd73 (just an example) looks better than #CCFD7315 -
Just taken over a project from a "high end" London agency to find their code is just poorly copy/pasted examples from the WordPress codex.2
-
when your friends have a "great idea" for an app and expects you to code it all and they forget about it after you code it...3
-
function Life(crap):void
{
crap = Lemons;
Return crap;
}
function Solution(liquid)
{
liquid = Tequila;
Return liquid;
}
function whatYaGonnaDo():void
{
Life = null;
Liquid = null;
life (Life);
if (life="Lemons")
{
solution(liquid);
}
}
//sorry i was bored. (not sorry)4 -
My graduation cap. Just got my degree in CS. As I shook the hand of the Dean of the college, he said "love the cap"
:D4 -
When you rewrite some sloppy idiot's code to be way clearer and straightforward. Then you fix a bug you introduced... and another... until the code ends up looking more or less the same as when you started...2