Details
-
SkillsTypescript, React, React Native
-
LocationBrooklyn, NY
-
Website
-
Github
Joined devRant on 11/23/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
-
Don't understand why interviewers ask such stupid questions like where do you see yourself in 5 years?
If I goddamn knew why the hell would I be applying here.
Also why do you want to join our company?
The obvious answer is money. end of story. Why do you expect me to say the work environment blah blah blah19 -
Been torrenting for many years by now, but somehow never heard about sonarr. Just got it set up, and holy crap it's amazing!10
-
Look... I know I'm just a newbie. I started a year ago as a junior. Sure. No one wants to do code review, so I got chosen to do it. People don't like it when their code gets criticised. And you know what? I get it, I should probably be a bit nicer with my comments. I should not suggest I'll make a fork and split internal library into two streams if things continue this way. I should not ask questions that can be understood as me being passive-aggressive.
But holy fucking shit, you're a senior developer. Don't treat Java as a fucking scripting language. Don't have a method that has 600 lines of code, because you're repeating the code! You've already copy pasted this shit, and modified it slightly. Like, couldn't you have created some architecture around the code? How can a senior dev copy-paste code?
Oh and why the fuck did you create a new utility class for functionality I already provide? Look, I admit, yours is a lot better, ok? It has extra functionality. But why the fuck didn't you enhance my utility class? Why did you create a new one? Did you just not want to touch my code, or did you not see it right below your newly created class?
Am I the only one who fucking cares about maintainable code in this company? When I got hired, I was in tears by how frustrating a lot of the things were. No documentation anywhere, not even fucking comments. No processes in place. Want to do something? Source code is your documentation. Fuck you! I busted my ass of to force everyone to document every little bullshit, to re-factor their MRs that I reviewed, and I won't let even a senior fucking dev pollute the code base!
Fuuuuuck... Me...2 -
The biggest joke on mankind is that a computer program is asking human to proof that they're not robot. 😐🤐😭6
-
Windows, you fucking idiot! You scheduled that damn update and now you have the balls to ask me what happened?!7
-
Friend - Could you develop a Website for me ?
Me - What exactly for?
Friend - (Explains what he wants) and the name of the site should be eventsomethingmanagement.com
Me - oh for that you'd have to buy the domain name, and host your site there
Friend - I thought you'd do all of that
Me - Seriously? NO
Friend - I thought you were an engineer
Me - :|8 -
Iphone 8: no headphones
Iphone x: no home button
Iphone 11: no speakers
Iphone 13: no camera
Iphone 15: no screen
Iphone 16: no phone8 -
I've never had a great experience working with designers, but this one might be the laziest! Props if it's for a friend and unpaid though.15
-
hi
i just spent 6 hours and 25 minutes trying to figure out why data doesnt get inserted and updated into database but works locally.
after 6 hours and 25 minutes i realized i forgot to put connection.commit() in my code after inserting and updating queries.
ok2 -
When you hit run after an hour of powercoding:
Old Mcdonald had a bug,
E I E I bug.
And on that bug he had a bug.
E I E I bug.
With a bug bug here and a bug bug there.
Here a bug, there a bug, everywhere a bug bug,
Old Mcdonald had a bug.....
E.....I.........E............I.................
[FATAL ERROR] : Program has ended for a simple reason...not telling why though...here's a completely unrelated line of code you may want to take a look at :) -
z-index: 9;
😕
z-index: 99;
😐
z-index: 999;
😑
z-index: 9999;
😡
z-index: 9999 !important;
😠
z-index: 9999 !IMPORTANTAHFA;
😲29 -
In my hunt for the perfect productivity app I came upon something called Freeter.
It is a productivity app that lets me gather what I need for the work I'm working on, and then manage it all in one place.
For me, It's super nice to be able to check tasks in Trello, or communicating in Slack without having to change tabs or open a new browser.
Try it out and tell me what you think8 -
That moment that you get your first paycheck and you realize that you earned it with doing what you love and learning loads!
😍14 -
Who said programmers cannot solve hardware problems?
My router just said "Check hardware connection of your WAN port"
I took the cable out, blew in the socket and put it back in.
My internet is back in action.3 -
Client: We have a HUGE security problem.
Me: *thinks about any possible vulnerabilities* What is it?
Client: A user can take a picture of our website and steal our content.
I’m done for today.36 -
@AlexDeLarge and any other React guys, which do you prefer? Traditional css files, whether that be vanilla or with a preprocessor, or style objects for each component.
There are some pretty clear pros i can identify for both sides, but I'm pretty sure I'm missing somethings and I'd like to hear from you guys your opinions and experiences with either27 -
“Looking at code you wrote more than two weeks ago is like looking at code you are seeing for the first time.” – Dan Hurvitz1