Details
-
Aboutjava developer
-
Skillscss,js, bootstrap,java
Joined devRant on 5/23/2017
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
-
Have you been rude and aggressive to the friends and family because you are tired of the bullshit of your office people but you can't yell at them because you really need that job and can't afford getting fired yet? be honest!7
-
When did it become a trend to give people 4 hour technical tests? As a 32 year old man who commutes to work (1.5-2hrs each way) where do they possibly think I'll ever get that amount of time to complete a "test".
What's wrong with a github link and a face to face chat? A decorated linked in with recommendations?
Why can no one have the confidence to hire a dev?4 -
Me 2 days ago :
"I have applied to so many places, and did lots of interview for my internship. Still no result so far. Maybe I need to take some odd jobs to cover my bills while I improve my coding skills. Rent and food need to be paid, you know.
But I will keep applying to at least 40 companies before I change my strategy"
Me today :
"OMFG, they offered me a position despite my very bad interview!!"
🤩
So whoever is still looking for a job out there, don't give up man... We are in this together.👍👍3 -
There's a fine line in stack overflow.
If you ask something too complicated, nobody will answer it.
However if it's too easy, you got downvoted immediately.🤔21 -
Today my classmate came up to me and said he was a hacker.
I told him to prove it, and guess what? HE ACTUALLY HACKED GOOGLE!
It was amazing! He impressed so many kids in the class with his skills of pressing F12! How impressive is that?
He even wore a black hoodie and can spell his name in binary code. Not to mention, he changed google doc's page color to black and the font to green as he typed his essay.
I need to be careful... This 1337 h4x0r is really scary.
83w4r349 -
Was visiting a house for possibly renting a room there.
The guy who showed me around gave me the weirdest look when I asked about the Internet speed cD
Priorities!9 -
Client: ey im not a techguy, just buy the parts for the server, get it running and ship it to me.
😍😍😍7 -
Things I've learned throughout my 5 - 6 years as a programmer.
- StackOverflow is full of assholes.
- CMS's are for weaklings.
- The best feeling about waking up in the morning is figuring out how to solve that error in your code.
- You no longer think about normal people things. Your mind is full of code.
- You're practically a computer.
- ALWAYS backup and save your stuff or you WILL regret it. Enable autosave if possible.
- RIP your social life (if your friends don't know squat about programming)
- Darkness is better.
- Being a programmer is amazing.26 -
StackOverflow members,
Please read the question properly at least once before marking it as a duplicate of another question with the similar keyword but asks a completely different question 😑😑4 -
Saying that Java is nice because it works on every OS is like saying that anal sex is nice because it works on every gender.7
-
In India we don't go rubber duck debugging. We debug with God 😂😂😂 (For non Indians that is Ganesha, one of the famous Hindu god. Said to be the god of knowledge and hence engineering by extension )18
-
How everyone uses stackoverflow:
1. Work on some project
2. Spot a bug
3. Try to solve the bug and fail.
4. Write a question for SO.
5. Post question on SO.
6. Get the answer and some points.
How I use stackoverflow:
1. Work on some project
2. Find a bug
3. Try to fix the bug and fail
4. Write a question on SO
5. Get scared that I might be downvoted.
6. Spend 45 minutes optimizing the structure of the question.
7. Try additional tests to cover all possible scenarios.
8. Still scared to click post.
9. Scrap everything and restart line by line writing further details of each step in your question.
10. Find the bug myself.
11. Click cancel on the question that took me 3+ hours to write.
12. Cry.20 -
Some days am broke 😣
Some days am rich 🤑
Some days am nice ☺
Some days I can be a d*#k 😠
Some days am strong 💪
Some days I quit 😞
But I get up and move on 🚶🏾
Coz am a PROGRAMMER 👨🏾💻2 -
Found this gem in some old piece of code:
public static void printStackTrace(Exception e){
e.printStackTrace();
}3