Details
-
AboutSad boi angular dev
-
Skillsangular really that's about it
Joined devRant on 1/27/2020
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
-
Leaving a job for a potentially better opportunity after 6 months: OK or no? someone I trust is referring me to their company for a same-level role. they offer 401K match and my current company doesn't. New company does vacation and sick leave and my company is "unlimited" style. have not had an interview yet but I have a good shot given the reference.4
-
Spent half a day trying to figure out why a package wasn't working, was telling me the properties provided weren't known (typically meaning I forgot to include it at a module level).
Nope. The package owners just updated the property names and didn't update their documentation 🙃
how's your day going? -
Just spent 20 minutes figuring out why my .filter() wasn't working. I thought I was going crazy or the universe had shifted around me.
Nope, I was just using class as the variable name.
How's your Monday going?5 -
If you only have 30 laptop stickers and 20 funko pop dolls, are you even a real fullstack ninja/rockstar?13
-
Really unfortunate that we all just accept people being assholes because they're good at their job. I guess it's just the way the world is but personally I don't think you get a free pass to be rude just because you're a key player.
Life is short and whatever bullshit project for whatever dumbass company you work for is ultimately not that important in the grand scheme of things. Don't let your hyperinflated ego misguide you. Be nice to people.9 -
Spent about 5 hours today writing unit tests before needing to immediately drop them to work on something else that I didn't realize was urgent because the single email talking about it was sent to a different inbox.
Then, 2 hours after not being able to figure it out, I also had to drop that to try and solve an even more urgent issue.
Everyone keeps asking me if something will work and it's outside of my scope of knowledge. I keep saying I don't know but they keep asking. I can not go 5 minutes without someone messaging me asking if X will work or if Y is done or how Z is set up.
I DON'T KNOW. Christ in heaven take a hint, I'm in over my head here. I've been nauseously overwhelmed for hours and I feel the anxiety creeping in. This shit isn't cool.
Work isn't normally like this but it's been inching closer. I worked hard and raised some eyebrows and now everything is dumped on my head. People ask me DAILY question I have no idea how to answer. They ask me about systems I've never interacted with. They ask me about configuration I've never seen. They ask me about capabilities so far removed from reality it's asinine to even estimate on.
I'm also the only developer in my role. There's other devs but I do all the work for my part of the project, including massive broad features.
Is this normal? I'm a mid level developer for what it's worth, and that's a relatively new development. I was a junior not a too long ago. If this is what's to be expected him gonna need some fuckin meds like NOW7 -
Seems like most side projects I've considered to earn money outside of work are deceptively difficult, like yeah you can build an app but the likelihood of it getting any attention is abysmally low because the market is saturated with apps better than you could ever build with full marketing and development teams behind them, etc.
Anyone have any coding side hustles that don't require 80 hours of work a week and $10,000 + your first born child as an investment? Not looking to get rich quick, but would like to learn and build a steady source of passive pocket change7 -
The official IRS refund site has a sa.www4 prefix (sa.www4.irs.gov)
Can anyone tell me what the sa.www4 part is and how it's different from a standard www.? Never seen that before7 -
I've recently been promoted and I'm going from hourly to salaried. Amidst this crisis and the promotion I've gotten lost in the big changes and forgot to ask the simple questions.
When tf do I leave work if I'm not tracking my hours anymore? (Or for the near future, log off of work)
I know the general consensus is "when the work is done", but we all know the work is never truly done5 -
"Can you review this pull request?"
Ok, sure
- Description in broken English
- HTML/CSS changes seemingly just for the fuck of it
- No user story listed OR
- User story listed has no description
- Mockup does not specify what should be changed
- Owner is offline because this entire team operates out of India
- Requirements said to exist but their location is unknown8 -
I hate it when you get tunnel vision and forget simple solutions exist. Especially when you make yourself sound dumb in doing so.
Spent a bunch of time trying to wrap my head around how you could send data from one website to another and dynamically load content and all this other stuff, only to be told a GET call would make it a lot easier.
With my head in the clouds thinking of complex solutions I said "can you open a new page with a GET call?"
Can you. Open. A new page. With a GET call.
Yes, dumbass, of course you can. Here I am trying to figure out how it's possible to intercept data from a different websites HTTP call to the server and I asked if it's possible to do what ~literally~ a link does.3