Details
-
Aboutcornucopia of social awkwardness, he/him, love old school rock 🤘 code-sometimes-awfully
-
Skillsreact, c#, python,
-
Github
Joined devRant on 3/29/2017
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
-
!rant
I just cleaned a project in the repo and got the build size down to 4.7Mb from 6.2Mb. The feeling of ecstasy!!7 -
I get too anxious when working on sth challenging. I want things to run smoothly in the first try. So I am scared to try things and end up wasting time.
-
I just spent two days bson serialising a dictionary of dictionaries for mongodb in c#.
Finally got it running, hell yeah!! -
!rant
School and college introduced me to programming.
Personal perseverance and an excellent group of friends made me better at it. -
What's your opinion on the fact that some companies take the live coding round of the interview on Google docs?2
-
Not a question per se but an assignment -
Design an application that could find logs between two timestamps where the logs are stored in 10000 files, each with a file size of ~16GB.
For an entry level position this was a really good and interesting problem to solve.11 -
Forget about committing often and end with multitudes of changes. Which then leads to writing a generalized commit message.4
-
!rant
"I spend one week every ten or so, on call. Then I spend the next nine weeks writing code to make my next on call shift better." - Tom Limoncelli
Relatable AF 😂1 -
Curiosity
I try to read about stuff that is related to what I am doing. Trying to learn about design patterns. The most recent example being learning about the Actor Model when I worked on Orleans Grains in a project at my company. That lead to learning about erlang and akka.
These things excite me. Makes me think about every problem I have ever solved. Drives me to think from a multitude of perspectives in the future.3 -
Finding a memory leak is the very definition of the journey where you start with "I hate everything" and end up with "I am GOD"3
-
What's your go to commit message for a large group of changes that encompasses a variety of features?
Mine is "Major Improvement"17 -
I have now worked on integrating Stripe, Razorpay and PayPal on our app.
While Stripe has an absolute gem of a documentation.
Reading PayPal's documentation has been one of the most torturous week of my dev life.3 -
Change haproxy config on the remote machine so that every developer gets rerouted to an older version of the development app.
-
Do you think that "Work From Home" or "Remote Work" tends to reduce the work life boundary for the employees?
What I think is that Managers feel fine pinging employees at any time of the day. And as employees either you get good at ignoring messages or work outside the working hours.20 -
Worst dev disaster
I was responsible for allowing users to purchase a six month premium plan in our app for free.
Only way we got to know about this was that a customer himself emailed us saying we are allowing users to get premium access for free.
Thankfully he emailed us within a day of the release and we didn't incur massive losses.5 -
Mid hackathon reviews.
It kills the excitement that a judge might have seeing the thing for the first time in the final review.
Instead the final review becomes - "Hey, what did you improve from the last time?"
**Its not a fucking sprint**1 -
Would you rather give meaningful name to your services or cool sounding names like aws greengrass?9
-
The sudden ureka moment in the bathroom related to a bug I have been racking my brain for the past two days.
-
TIL you can create accordion design by simply using details and summary html tag and without any JS and CSS.
The discovery was awesome but felt stupid not knowing it and having wasted a couple of hours making it myself.3