Details
-
AboutSoftware engineer and family man.
-
SkillsC++, Java, etc
-
LocationLongmont, CO
-
Github
Joined devRant on 4/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
-
How to hide your important files from people without making Hidden folders
1. Go to Desktop and create a new folder
2. Name the folder Internet Explorer
3. Change the folder icon to Internet Explorer
4. Keep it in a corner of the desktop
Now, no one will open internet explorer :D10 -
My life hurts when I have to develop on someone else's computer and they use the "light-theme". #teamdarkside26
-
At my previous job, no matter how many times I explained it, "a jquery" was an image slider for by boss. No need to say new devs didn't know what the hell he was talking about when he said the clients wanted "a jquery".2
-
Am I the only one here that needs more time to create user friendly and Idiot-save error Messages than writing the whole validation of stuff?5
-
Boss: Can you refactor some of the code [dev who recently quit] wrote? Y'know, improve the readability a little bit.
Me: Sure thing. *opens project*
Project: *has 76 variables named var2 through var78*11 -
when the project manger asks for status on a ticket.
me: what ticket
pm: hold on. (makes ticket). that one.1 -
When you open a previous employees production JUnit tests and see the below:
@Test
public void test1(){
...
}3 -
Whe you build a backend service that handled 50k concurrent users. But you are forced to integrate this third party service which can handle 500 concurrent users.4
-
People who ask a question on stackOverflow and comment a minute later with " it's cool I solved it " are the biggest ass holes in the whole world , come on... How about sharing so some1 else might find your post helpful ... 😡4
-
Reviewing bosses code and had these two if statements with no logic between
if (someVar) {
if (someVar) { // double check someVar is true just in case
}
}7