Details
-
Abouttest about blah
-
Skillsphp
-
LocationManhattan
-
Github
Joined devRant on 1/28/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
-
Debugging a system error with a good team of fellow developers/devops people is fun.
We had an issue on Friday where we were getting a pretty cryptic error in our error reporting system. A couple of developers and I got together with a couple of devops people and we worked it out well as a team and figured out a pretty complex issue in a reasonable amount of time with everyone playing a solid role.
Nobody tried to steal the show and everyone listened to each other's ideas on what the problem might be. Through and through a great debugging session and made me think about bad ones and good ones I've had in the past.4 -
I really hate it when online sources aimed at educating people looking to get into programming attack specific languages. I'm ok with them recommending some good starting languages (ex. JavaScript, Python, etc.) but I find it extremely inappropriate and damaging when they list languages they consider "bad." Languages like JavaScript, PHP and Java constantly get called out even though they power a huge chunk of the web and services hundreds of millions of people use every day. IMO it's a huge disservice to tell beginners not to even look at these languages. We should be teaching the language isn't really what's important - it's what you build with it.5
-
Sublime Text is a great editor but the fact that active development on it has seemed to come to a hault sucks.15
-
That feeling when you're finally done with a pretty big PR and ready to go live. You excitedly send it out to a few of your peers, and then... 20 comments! The real work has just begun 😭1
-
I hate it when I don't have all the requirements or they are fuzzy and I'm asked to estimate the task/project.5
-
I remember when clients would ask for "validated" html when 9/10 of the biggest sites didn't even validate. It was like these people did a little internet research and some listicle somewhere told them the "5 things you MUST have in a web developer" and even though they didn't have one fucking clue what it meant, hell, they just HAD to have it. "But will it validate...?" If you can say that in a painfully whiny nasal voice you just took a step inside my head.1
-
Python: I heard you like importing stuff explicitly, so I made sure you had to import every mother-fucking thing you need. Even the things that you obviously need and couldn't possibly do anything without.
What's that? You want more import statements than actual code? Look no further than Python, my friend. At least it scales, amirite? -
Nothing ruins my day like having to touch up python scripts. I'm predominantly a Java dev and never learned Python properly so every time I do it its THE WORST2
-
Corporate America wasting billions stuffing database projects into spreadsheets cause it's what they know. Quickly becomes an unmanageable mess. Low hanging fruit.3
-
that moment when you have to look up how to spell the word 'table' because you read/typed it so many times that it doesn't look right anymore.3
-
Cyber threats are the top concern of C levels. In actuality companies unintentionally expose way too much data. It's ridiculous what some make public.
-
Really enjoying Google Hacks from O'Reilly 2nd edition even though from 2005. Has anyone read Spidering Hacks also O'Reilly?