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
Feed
All
Post Types
- Rants
- Jokes/Memes
- Questions
- Collabs
- devRant
- Random
- Undefined
Cancel
All
-
Got hacked in a day after deploying my first site. 😑 I just started developing. Well, I am thankful for that person to point it out to me otherwise I wouldn't have known.33
-
EDIT: devRant April Fools joke (2018)
-------------------------
Hey everyone! As some of you have already noticed, @trogus and I made a decision (based on the suggestion of some members of the community) to start transitioning all scores on the app to binary. We have started by making all user scores in our mobile apps and website (if you’re logged in) appear in binary. We think this makes the app more fun while remaining usable at the same time!
Please let us know what you think and happy binary-reading!87 -
I saw a guy building a website today.
No React.
No Vue.
No Ember.
He just sat there.
Writing HTML.
Like a Psychopath.31 -
I got my first job as a programmer... for a salary twice as big as we had at home for four people. I'm f***ing excited!
Wish me luck :)14 -
I have an array of 1037 records. The soap service only accepts 100 at a time. So, I write code to send an array of 100 records at a time to the soap service in a loop and get a response back of, "The maximum number (100) of records allowed for this operation has been exceeded." Well, I'll try 99 records then. Nope same error. I'll try 50 records, nope I'll just bang my head on the desk now since the documentation and error say it is a record limit of 100. 😠
Look at my code again. I was grabbing 100 records out of the array of 1037 records and storing it in a new array, but I was sending the original array with 1037 records instead of the temporary array in the loop. 😢 I'm going to bed.7 -
Recruiter: Why you choose this company to work with?
Me: I didn't choose it, I have other interviews.
Recruiter: So why we should hire you?
Me: So I can pay my bills.14 -
I'm almost 29 and only have finished high school. I never new what I wanted to do until 7 years ago. Software engineering and development.
It took me a little while an some effort to find a employer who sees my potentials and is willing to invest in me.
Two weeks ago I decided to finally go back to school again (self study). Last week my boss told me he is proud and willing to share the costs.
Today my books arrived.
I am so excited and nervous!! November 5th (also my birthday) will be the first day of school.22 -
Sitting on the bus updating my system.
Random girl: What are you using?
Me: Linux :).
Random girl: Ohh I use Mac, because that doesn't have viruses and can't get hacked!
*me waiting for a cliff to jump off*36 -
If you accidentally send out a porn link, your best line of defense is to send 10 more, then blame it in a virus.
In fact just make a virus at this point.14