Details
Joined devRant on 2/20/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
-
Mentor: “Hey, have you checked the Figma for the designs?”
Me: “What’s Figma?”
Mentor: “Figma nuts in your mouth”
I loved him. I will die for him.5 -
I am officially a retard.
I was DOing hard refresh multiple time and making changes on the code.
nothing seems to happen.
after quite a while, I realized I was refreshing the deployed site and not the local one.
kill me.9 -
Come on guys, use those JSON schemas properly. The number of times I see people going "err, few strings here, any other properties ok, no properties required, job done." Dahhh, that's pointless. Lock that bloody thing down as much as you possibly can.
I mean, the damn things can be used to fail fast whenever you misspell properties, miss required properties, format dates wrong - heck, even when you want to validate the set format of an array - and then libraries will throw back an error to your client (or logs if you're just on backend) and tell you *exactly what's wrong.* It's immensely powerful, and all you have to do is craft a decent schema to get it for free.
If I see one more person trying to validate their JSON manually in 500 lines of buggy code and throwing ambiguous error messages when it could have been trivially handled by a schema, I'm going to scream.18 -
I'm convinced that playing the piano has allowed me to type faster and commit keyboard shortcuts to muscle memory faster too. While coding isn't about typing quickly, there's a whole bunch of times when I've had an idea, and had to get that down into code as quickly as possible before I forget it - and that's when I really find fast keyboard work comes into its own.5
-
Got some detailed feedback from Booking.com, upon asking.
I answered all the questions right. But they said I am not ready for a Sr PM role (which might be true).
Here are three points that I captured from the feedback:
1. Focus on details
2. Clear and better reasoning for WHY
3. Realistic over idealistic scenarios
While it makes me feel low that I didn't make it but this feedback will surely help me overcome the challenges and clear interviews in future.
On to the next one now. Let's see what comes my way..
One thing for sure, there is lots and lots to learn for me yet.
One thing I surely lack is articulating my thoughts and keeping things crisp while conveying the information aptly.
Anyone has any tips/resources on how to improve in this area?12 -
Society would be a much better place if people had same level of emotional/mental self awareness as much as they have physical self awareness.18
-
CRED, an Indian start-up with valuation worth Billions doesn't even have a business model.
Hear me out, countless start-ups don't have a business model but everyone can think of something that will be introduced and the most basic one is good and services in exchange of cash.
CRED, on the other hand, is popular primarily because it does not have a business model and hipsters are encouraging it because it is innovative to run without a business model.
I mean, I can't even... Damn this is beyond dumb.
Also, they only hire people from Tier I (IIT and IIM).
I once applied and got a rejection in literally 5 minutes stating that since I am not from top college, they are not interested in my profile.
I don't even know what to make of this. This boggles my mind.
For anyone interested, they were invite only and created a hype of waiting list, but then hipsters started inviting each other in masses so I guess they made it public.
https://cred.club27 -
100% of the credit goes to my dear friend @TheKarlisK
This is our VPN project we did recently and published it as open source to the world.
Cheers to you my man, Karlis.8 -
My latest post about my mother made me finally realize the whole picture.
Five minutes ago, I send her a long message that describes how I feel. This message will be the very last act of communication that will happen between us.
This felt like a bullet coming one inch away from my head. Like SWAT team rescuing me from a predator's basement where I spent the last ten years. Part of me already realized what happened and is serene, part of me still can't get used to an idea that this was, in fact, the end, and no further harm will be done.
My future is bright. It's so nice to feel that she doesn't know where I live.2 -
I bless everyone with happiness worth billions of dollars and additional billion dollar in cash.
Live happy everyone. I hope all your good dreams come true.24 -
i know we're all sick and tired of the covid talk, but...
I'm so, so sedentary right now, more so than two years ago, and that's a feat.
this past week i had to walk a little and do some stuff, and today i woke up a little earlier and spent my afternoon in the sun. and it feels so good, to just... do nothing, sunbathe, pet my cat, kiss my boyfriend.
i never realize how much this shit wears me down until i catch a break. it's not just the pandemic though, it's this career, this lifestyle. sitting in front of a computer for 8 hours straight, no window in sight... that's death, no matter how much of an introverted nerd i may be.
if someone wants advice, I'll tell you to go out, get some fresh air, do nothing at all. we don't need to do something at every minute of the day, that's not resting. find a park, a beach, some piece of nature and just breathe it in, it's worth it.4 -
One thing that @scout taught me is to wear the oxygen mask myself before helping others. Oh she is a sweetheart.
This advice has stuck with me since and slowly & steadily, I am regaining my lost confidence and self love.
Remember, how I was struggling for clarity a couple of months ago? But now, I feel more clear in head.
During the start of the pandemic, I joined a community of corporate normies. I used to live happier until that decision.
That place made me ultra competitive and I subconsciously became a rat trying to win the race. I damaged myself more than I benefited.
I joined at the time of inception. Every core member is a good friend.
Now the fun thing is, they moved to Slack. Many of the core members run the community as admins.
While I don't engage much, but talk to some of them occasionally.
One key area is, running a job board to help people get jobs. And another is mentorship to help the members overcome challenges and grow in their career.
In DMs, literally every core member who is doing this for others is struggling themselves for the same. How fucking ironic!
They seek help and advice from me and vent out their failure frustrations.
Imagine, someone who isn't able to solve their problem, let alone solving it first before helping others, is guiding the community of few thousands to excel in their careers.
Fucking brilliant.
One of the biggest life lessons @scout taught me, wear your oxygen mask first before helping others.48 -
Related:
https://devrant.com/rants/4910402
Fought fire with fire.
I used regexes with quoting necessary regex bits inside to replace the regexes that tortured me.
Regexception.
I think I need a lot of pain meds.
Or why do I feel pain and numb at the same time?6 -
Update on myFacebook/Meta interview:
Got rejected. lol
The first interviewer was a dick to me and I sensed it since he kept pushing me back a lot and wanted things his way.
But anyway, it was a nice learning experience for me. I spent more time on preparing for them then I should have. No regrets though.
Life learning.31 -
I feel a bit bad when I reject most people after interviews - they'll do alright, just don't have the knowledge we're looking for.
Other people who fail interviews just piss me off.
If you're applying for a *senior* position, yet you tell me a race hazard is "what happens when concurrent applications are working efficiently", a GET request is "only ever used in a REST API", a POST request is "when you use TCP directly" and you can't write a single line of code in a new project because "in the real world we always just modify what's there already", then please sod right off. There comes a point when you clearly know bugger all, have extensively lied on your CV, and you're just trying to con your way into a position while hoping no-one notices.
Argh.18 -
Why do you need 100, 500, 1000, 2000 points to unlock some avatar features? Wouldn't 128, 512, 1024 and 2048 be more appropriate for a software community?4
-
Going through the list of projects:
Nope...
Absolutely nope ...
Burn it Nope.
Nononono.
Don't touch this.
It's so fluffy, I will die.
Wow. If this was a fungus, it could talk by now.
What the hell was that...?
Uh. Ehm. So old it's already done. Oopsie.
...
2 hours later...
...
Well. Backlog is sorted.
Conclusion: I just don't work anymore.
-.
I think it's time to add a field "pain level" to Jira.
And I doubt that the backlog contains any ticket less than pain level 8 / 10. -.-
But yey. I ordered beer.2 -
Guys, a "standup" is in the name. The idea is it's a meeting that's quick enough you don't need to sit down.
A 3 hour standup is, in no way shape or form a standup. It's just another pointless meeting that I'll keep on in the background while I pay zero attention.7 -
Yjdhdjxdndnckxksmxnx hi xksndnxjxjdndnxjskjx d d xjdjdnd xjjd e dnxjsnd fbcjrnd f ffjkrenf djdjer r. D Jo ne e djcjdje r fjcje Rd joke r dkskxjd e emskxnr e dndxkje e dndxkje e dmdkdkfke dmxk see nemdm
Brain fucked.9 -
I don't know if this is happening to everyone, but attempting to download Android Studio right now sends me to a 404 page.
Android development is so fucking stupid that even trying to develop for them is fucking broken6 -
How you guys refer to non-devs?
I've started calling them civilians. Apparently calling them peasants is offensive.13