Details
-
AboutJavaScript and TypeScript code monkey Self teaching myself advanced math and AI because I'm a masochist
-
SkillsJavaScript, TypeScript, AWS, React, Vue
-
LocationPlanet Earth
Joined devRant on 9/11/2019
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
-
Hot take: Windows 11 is just to enable them to bake Teams into the OS like they did with IE.
They gotta get sued and split up this time! Their "Facetime" is skype and they had it preinstalled. Don't compare a business messenger to a private video chat platform!
I don't use slack, but they obviously wan't to win agains them by just making it part of the OS. This can't be legal!12 -
Dev: Hey this library you are mandating the use of doesn’t do one of the things you assumed it does
Non-Tech Manager: Well I think it does because I looked at it and that’s what it seemed like and the only reason you can’t figure it out is you are a bad developer and have attitude issues that’s why you are failing. You need to look on the bright side of things more often. This library has over 100k downloads which means it must do what people want it to. I think the problem is you. We can’t spend anymore time on this we have to just fix it and move on.6 -
Wholesome anti-rant.
There’s this Indian chick at work that I really, really do not get along with. Fortunately she’s on a different team so we have practically zero interactions. Her code was always decent, maybe upper junior level? but I went away fuming almost every time we talked.
However, I did a release security review today (I’m down from five/six per month to one) and read through quite a bit of her code. It was clean and easy to read with good separation, clear naming and intentions, nothing was confusing, etc. It was almost beautiful. Had I any emotions I might have shed a tear. I sent her a message and let her know :) I actually learned a better way of doing a couple of things from it.
She has grown so much as a dev.32 -
Are developers working at Google really this incompetent?
Seriously, during the years I've been working deeply and for long time with many software products developed by Google, like the Android SDK or TensorFlow for instance, I can't find a single feature in them that isn't foundamentally wrong and badly designed starting form the basis, clearly due to an evident lack of the most basic programming knowledges... Am I missing something? Are they secretly making anyone out there think they are dumb on purpose for some occult reason? Or is it truly a dumbness matter? I don't understand.. :(15 -
I forgot what it felt like to not be the domain expert in a thing. 😅 Have to learn a ton of new things for work, which is great, but I feel guilty for being so slow. SO SLOW.
I know it’s normal, I’m just…. Getting used to it. 😉
Anyway, here’s a cat.9 -
Dear devranters,
Recently, i stopped liking the job that I used to love. not because i got bored of the work, but because of the company politics and drama.
All in all i feel very disrespected and treated as just a pawn to do whatever management feels like. I am tired of being promised things and management going back on them.
I have decided to try to make my own software company. as small as it would be. just anything where I am not anyone's slave or "employee". I want to be the boss for once... and not wait for someone to give me my salary and telling me to be thankful for it.
my main concern is gathering clients. If you can suggest a few ways in the comments id be grateful19 -
Fun is, when you get to fix the front-end made by a "front-end expert" consisting of bootstrap and a single "custom.css" of 3800 lines.
Peak sadism. 🤡15 -
Trying to stand out at work is tiring and doesn't seem to really do anything...
Think I'll just go back to blending in and being quiet...11 -
"Hey, maybe we should do this! Why aren't we doing this?"
We are, this is on the roadmap and we just discussed it last week. Why bother discussing and documenting it if you are not even gonna read it? I'm tired of repeating the same thing over and over again.1 -
Honestly remote work allowed me to stay productive but to make it more better:
* I usually isolate myself from the rest of the family so I can focus on work
* Taking breaks between sessions so I don't over-exert myself.
*Calming music (I don't know how calming Symphonic Metal is but it is to me)
Other than that, these are just my ways to keep myself efficient, aside from the additional setup my home setup needs which are a new external keyboard and a additional monitor (I use a laptop)
Additional notes: If you get burnt out too easily, try not extending your sessions for a entire day, you'd risk being devoid of motivation easily8 -
I'm struggling with a bug. It's not my bug, it's in a lib - in an assembly function commented as "this is where the magic happens". After 27 hours of trying to determine what triggers said bug my best guess is it's a relationship between the position of Mimas and the mood of my neighbour's chonker. If it's not triggered by the Saturn's moon and a pet animal... I'm out of ideas.
Now how do I break it to my PM that we have to kill a cat?7 -
Ah, new feature submission to app store day.
- Tests passing = check!
- App built = check!
- App manually tested = check!
- App store content = check!
- Boilerplate answers to the same 6 questions from PM, every time we go through this = check!
Ready to go baby!! -
You know what I envy Americans about? Your .gov domain.
It is so difficult here to detect if the website is honest or a scam because our government is too dense to put all their sites as subdomains of one trusted domain. Like dod.country.tld for the department of defense or justice.ministry.country.tld for the ministry of justice.
No, these idiots buy ministry-of-justice.tld, because no scammer ever could conceive the idea of buying ministryofjustice.tld to host a scam site.
At least publish an up2date list with domains I can trust.8 -
I hate all of the people that think "agile" means "do everything at the same time, with no cost". Or, other fuckwits, think that "agile" means "fuck plans, dev team will figure something out".
Both of these types apparently did not read any publication about the subject.
Aaaaaaaaaaaaaaaaaaaaa!8 -
Someone, I have no idea who, commented on my personal project that he wanted to pick up one of the issues.
Then, he followed through and fixed it and sent a PR.
Feels good man.4 -
Got a course on Udemy for fun (work provides the account). Inside of the comments for a lecture (that I knew was going to leave people stumped) one dude complained that no one was answering his question......in Spanish. All other questions were made in Spanish, in a course thought by some Serbian dude.
Like.....really?8 -
A government website that I wanted to try and scrape data from to make a better app, I've actually found to be the pinnacle of a demonstration of what NOT to do...
Containing a JavaScript file that not only had got code copied 3 times (changed the tiniest bit on each) for what environment it's on, but has ALSO got the API keys for all 3 environments, AND the APIs they've made it call from there pass FULL SQL right in the query string...
What. The. Actual. Fuck?!5 -
I hate unnecessary meetings. It is a waste of my productive time. Also I hate daily stand ups that becomes a regular meeting with question and answer portion lol
It is like they are lazy creating a separate meeting for specific concerns and just brings it up in the daily stand ups lol nice way of doing agile things lol1 -
Ever since I started learning about React with Typescript my respect for design patterns that restrict how state can change has grown massively. On the web, nothing happens when you say it should happen; everything always takes a while to execute and there is always a transactional period between validating an action with client-side state and receiving the result from the server, and if you want to account for that everything becomes infinitely more complex and you eventually end up with mutexes.5