Details
-
AboutBackend engineer, Foodie.
-
SkillsGolang, Php, java, mysql, c, c++, js, shell
-
Locationindia
Joined devRant on 6/12/2016
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
-
I'm so fucking frustrated with my ex company CEO, this motherfucker made everyone move to Bangalore costing is employees a good chunk of their salary and this delusional ASSHOLE knew that only half of the expected funding was coming in January 2023 itself and they'd be out of funds by July/August, they let go few folks from the team, fired the entire marketing team and expected to make the product profitable. The only reason I had stayed at that time was because the product was interesting to build and the scale I was working with was crazy like 100k request per minute peaks and avg of 10k rpm. I left the company in August...
This MOTHERFUCKER hasn't paid out final settlement after leaving for most employees and he openly says to the folks who are still working there that paying us is not his priority.
I hope your Atlas cluster gets fucking deleted, accesses revoked and entire AWS setup goes down forever, bitch.
We can't goto courts because the company law tribunal needs atleast 1 crore (1.2 million usd) of unpaid dues to declare it insolvent in a years time..
This asshole deducted taxes from our salaried but didn't pay them to the income tax department for an entire fucking financial year.
What a cheating, delusional, sick bastard. And he's still not willing to sell off the company to pay off the debts and call it a day.
Aarrghhhh on top of losing 2-3k USD I might have to pay my taxes approx 5-6k USD to the govt to keep my records well maintained.
What a grade A delusional asshole 😡
If he won't clear the dues till December, I'm gonna launch a mass of social media posts and destroy his reputation so that he doesn't get one penny of VC funds in the future I'm gonna make sure of that...4 -
In my current org we had a AWS SES event processor written in node js, it was struggling everytime we had more than 1000 messages in queue. It looped over every single message made some db calls then processed the next message. At one point we had to run 300 comatiners of this thing to clear out the queue.. It was still horribly slow.
I rewrote it in Golang with channels and goroutines now we need to run a single comatiner to handle upto 100k messages in queue. Used 10 goroutines to pull 10 messages constantly and put them in a channel, then spawned 1 goroutine per message to process them quickly. I'm so proud of this solution, we then brought this workflow to many other event processing services. 😎4 -
I'm so frustrated at my current workplace. Planning is in chaos, my variable pay is delayed by 3 months now. I've been really considering to switch but today was my breaking point, I'll take my business elsewhere. I've got 8 years of experience in backend, cloud engineering and bit of DevOps and data engineering side.
But today's job market kinda scares me a bit.3 -
ML engineers can't write production level scalable code. They're always boasting about the accuracy of their solution. Some can't even tell the difference between a GET and POST request. AND ITS SO HARD to get them to admit they're wrong. 🙄13
-
Guys i need some suggestions on how to bring open source and Linux culture in our college. Students already have a subject which teaches basics of ubuntu and red hat and shell scripting.
-
You get interns when you have free time and employee when you want work done.
Only speaking from experience.
Anyone with similar experience? -
Fucking hate people who can't appreciate what you've worked on. And just find the fuckin faults in your task. Would it kill them to just shut the fuck up and not start the conversation with ooohh I've found a bug, just fuckin try to make something first of your own and then be an asshole to others.🖕🖕🖕🖕🖕🖕🖕🖕🖕
-
It fucking pisses me off when people compare experience as a benchmark of his performance or knowledge while hiring for job and even salaries depend on that. How do you know that, that guy has jerked around while the younger guy with less years of experienco would work better and harder.
What is your experience with people like that?10 -
No one interrupting me, music ranging from rock to Mozart. And working on something to improve performance or making it better. With coffee at times. And no frigging meetings. With complete isolation.
-
To have only one Javascript framework which everyone can use which does not do breaking changes every fuckin 6 months or year. And newer versions are backwards compatible. And will not endorse in any framework wars1
-
Create an ai powered music app which understands my taste in music, such that i never have to skip songs while playing in shuffle mode.3
-
Has anyone tired resurrection remix rom for Android? its really great with so many mods and customisations.
you don't even think of installing xposed mods, once you've got it.
just installed official nougat build for my oneplus one1 -
it kinda pisses me off that server side languages don't get the same credit as they used to since single page applications started and everyone asks what front end i use.
i be like dude i use php. then he says oh so you use jQuery for front end.
*facepalm*1 -
I've put adaway in my android phone. it's the best thing ever. but i feel bad about devs losing revenue. but i also hate ads.
-
!rant
I want to put some user data from server side into a browsers local storage. Right now I'm just echoing js from php. Which is a really bad idea i think. Any suggestions. -
Okay so if a company decides to use md5 for hashing passwords after a million users already registered how the hell will they transition to any other way of storing passwords. As they don't have plaintext to convert them into the new hashing function.12
-
@dfox you could try using progressive jpegs, so that images are not shown when they're fully loaded but, lower resolution is loaded first then pixels are added to it as time passes, really good for people with slow Internet.6
-
Let's make something in angular sounds like a great idea.
6 months later
Let's port everything from angular to react as angular 2 is a complete rewrite.
Another 6 months later.
I think i like the simplicity of vuejs.
Lets try that now. 😂😂😂1 -
!rant
If you had to build an event based analytics system what database would you prefer? I was thinking mongodb. What would you use and why?2 -
I started with logo where you typed commands to run logo. I wrote a script to create shapes. Started web dev in college when a friend taught me bit of php. I felt that it was the best thing ever. I just couldn't stop exploring more and more since that day. I've worked with c/c++ projects too.
-
IBM cognos, it'd take hours to install make everything in my system slow af and it being the express version you can't do shit other than work with the data already provided.