Details
-
SkillsJava, JS, Android, NoSQL
Joined devRant on 4/11/2018
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
-
Say what you will but React JS development is utterly exhausting. Every React project is a totally new stack and there is no consensus in the ecosystem.That is how I feel after having worked on 5 big SPA React JS projects over the course of 5 years.
The structure of these projects was all but similar: most used HOC's, some render props, functions-as-a-child, hooks or rather component lifecycles, some used container-components, some Redux, others sprinkled business logic & state all over, and yet others use a mix of server-side rendering and "hydration"...
I dangerouslySetInnerHTML on LazyExoticComponents, and dared not useEffect on the DO_NOT_TOUCH_OR_YOU_WILL_BE_FIRED root property. Hooks embrace functions, but without sacrificing the practical spirit of React, you see.
I didn't make this up. It's verbatim from the code and the docs.
This is not web development, this is at best a tedious fantasy multiplayer game or at worst, a costly joke.5 -
big project at uni
group of 4
collectively decide to use LaTeX to write the documentation (like 50 pages or so)
me and one team memeber (bob) had TeX experience, and decided to write a cheat sheet for the others
bob says he'll make it
fast forward a few days
bob commits and pushes a docx file called "LaTeX Cheat Sheet.docx"
... que?2 -
In my new job the main task of the team is to refactor 16 old java apps, when I was about to shot myself they told me I was going to another department.
Still have to deal with some old ass stuff(cobol and a few old Java apps) but it’s mainly new projects.
I guess there’s still a god above us.4 -
Back in the old days, ie. before facebook, I used to save all my funny email attachments to a folder. I got talking to one of the support guys. Seemed a nice fella. So, I network shared my folder and told him to how to connect. I did suggest that he probably shouldn't share it with everyone else in support as some of the material was a tad risqué.
I realised he hadn't taken notice of this advice when I walked in the office and all the support PC CD drives were randomly opening and closing and the PCs playing farting noises. (Anyone remember that?)
I had to go round all the PCs and kill the process.
I then returned to my own machine and disconnected the shared drive. -
devRant should allow users to directly message each other so that I can slide into the DMs of female Devs to get a GNU/girlfriend12
-
I came up with a horrendous Java joke while I was away from devRant.
What happens when someone cuts off someone's index finger?
java.lang.NullPointerException: null4 -
Fun fact.
The HTTP error 451 means "content is not available because of legal reasons".
The name comes from Ray Bradbury's book Fahrenheit 451, which is about a dystopian society where books and literature are censored by the government.7 -
"Mature codebase"
"Our entire team are senior devs"
"Almost everyone that worked on the project is still here and available, so nothing's lost! We can ask whatever we need to."
You would think this would mean the code was clean and easy to read, and you could ask the person who wrote it for help. But. no. It's kinda the opposite.
Here's an example:
I'm trying to write a mailer, and I have no freaking clue how to get it working. I talked with two of the more senior devs, and both assured me it was very straightforward, and then walked me through the quite complicated mailer structure and got lost. The first pretended not to, but glazed over a few holes in his tour, and said I could figure the rest out. The second one ended up admitting that he's totally unfamiliar with it -- his last commit on a mailer was from about 8 years ago -- and doesn't know how to get it working anymore.
So, I'm on my own.
I wrote a super basic mailer for debugging (no idea if/how it actually sends a mail, but I think I can construct one?). But whenever I call the mailer, it gets run twice? Somehow? Apparently I need to start a bunch of daemons to get that part of the system to work. Which is cool because they don't work fresh out of the repo. Got some further help, and now my ostensibly working code throws errors for an undefined var that i'm not even using, and to make it easier: without a backtrace. joy! There's so much inheritence and extending and including going on that it's going to take me hours to track this down. ugh.
I'm keeping my paystub in front of me for some desparately needed motivation.13 -
Applied to 4 companies last weekend. One of them didnt even have proper working contact forms (they all gave somekind of 503 error).
I even took the effort to just mail them my resumé, do i receive an answer that they are looking for someone with React experience.
I looked over the function a second time, no mention of React anywhere.
To whoever is working over there or ever going to work over there; i already feel sorry for you. -
I have a 16 year old son who is off-and-on showing interest in learning electronics. He wants to work for NASA someday. I’ve looked at dozens of Arduino and Raspberry Pi kits but I feel like he would benefit not so much from “mostly done for him” types of kits that are more like toys, but the kind that teach more fundamentals like resistors, capacitors, transistors, relays, etc. In other words, knowing first what the principles are behind the fancier kits. Do any of you have a recommendation of kits that start with the fundamentals, but that can still be inspiring and engaging?11
-
I barely ever drink, so.. Almost every holiday party I've been in was awkward :)
there was this Christmas once where one of my family members got unexpectedly wasted and embarased me and himself in front of my newly wedded wife. A few next christmas in the fam were awkward.
There was this christmas party in my student days with othet students. Like they say, medics study hard and party hard. Everyone got wasted and fel asleep a few hours past midnight. We had lectures next morning so I didn't sleep [as I was the only one sober and had] to wake everyone up for 9am lectures. Never ever had I attended such parties since.
At even younger age [high school] I was in a new year party. Incidentaly only couples were there. Soo.. After the fireworks went off - the lights were turned off and all I could hear were kissing and other noises of this kind. Everyone's wasted ofc, but me
needless to say now I'm very picky who to celebrate with. A closest family, a glass of bubbly or some hot wine is enough and I'm comfortable with everyone.1 -
That feel when you spend 2 hours fixing something just so you can fix the thing you originally intended to fix5
-
Once upon a time there lived an old man who was waiting for his AJAX response, some say he is still waiting to this day.
-
She: I hate you.
He: I don't care.
She: You are stupid.
He: I don't care.
She: You are ugly.
He: I don't care.
She: Linux is shit.
He: You are f**king dead b*tch.20 -
My thoughts on programming:
As a child:
It is 100% magic
As a developer:
It is 65% if/else statements, 34% iterating an array, 1% actual amazing and unique code17 -
Have you ever been hangover at work?
What's the worst hangover you experienced?
I once puked on my keyboard (just a little bit) and spent the next 2 hours cleaning it in total silence while my coworkers couldn't stop laughing and making jokes ;_;3