Details
-
Aboutsoftware developer
-
Skillsjavascript,scala, Elixir, python, scala,postgres,golang
-
LocationBangalore
-
Github
Joined devRant on 5/2/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
-
My TL has his custom rules to format code, we use python and black as formatter, still, We have to remember his rules. He forced us to mention type rather than compiler do it for us. Our pr will not be approved until we do this.
My point is if you want to follow this then forced it programmatic way, event better use a language which gives this all by default. why we should remember all of these rules. Other team members are also doing the same and I hate those pr comments like there should be two empty lines or the type is missing. He never listens to any of us and takes it on his ego.1 -
Sometimes I wonder if God exists why different part of world has different Gods not the same or it just the imagination of different communities at that time.20
-
As a junior developer, I am not invited to most of the discussion. Lead comes to us with requirements and we need to build it. My lead is really helpful so no people issues.
I am not sure if it's good for my growth/career. I have recently ( 6 months) joined here. Do you folks have any experience like this? What did you do? Do discussions/meeting help to grow?13 -
how do you deal with the situations where you have no clue what happened in production ??
we have a Spark job and suddenly the job execution stopped in the middle without any error log. after sometime it started working again and all the master and workers were fine at that time.
now client wants RCA for that. 😟3 -
why every time hero wins in the movies or series? why not villains ? imagining the after story where no heroes are there.. it's amazing 🌚12
-
You know what's hard...
Fixing a bug which occurred in production without having any logs because you log that useful info at debug level. 😧
Now take pen and paper, do calculation on your own and speculate what would have happened in production.3 -
How can I work on stupid things and not to be frustrated at the end of day
My frustrations is visible to the people.
Any suggestions to avoid it ...6 -
Everytime you write code in a language which you never coded before that will give you extra thrill...
This time it's python 🙂8 -
My docker container does not have internet access. I tried so many things from multiple places but unable to resolve the issue.
Please help anyone has faced this problem.
Specifications - CentOS 7, docker ce 19.3.016 -
My first function which I wrote 3 years ago..
Adding two numbers in JavaScript.
add = function ( a, b ) {
Return a + b;
}
What's yours ?22 -
It very hard to manage artifacts on gocd and it's fucking 16 gb and i am having hard time to manage this.
I thought documentation will help but it says you have to manually manage artifacts. -
Using AWS S3 web ui to copy a big folder from one to another and in the middle of copying, I got a pop up that your session has expired please refresh the page and task failed because of this.
What kind of security is this ? Can you check if any task is currently running.
Second who uses browser alert these days... wasted my one hour.7 -
Have you ever stuck between user permissions, docker, Jenkins and Linux?
Running a docker with a particular user that doesn't have permission to folder inside container. user permissions should be same on host and inside container. When I did that container user does have permission of certain file on the host.
Successfully wasted my day on fucking things.
I have to again start with this tomorrow wish me a luck.4 -
Hey guys,
Would you like to join the production support team in early stage of your career ?
Let me know your thoughts.. anyways I don't have a choice to say no.9 -
Pipeline as json is pain and you can't even validate until it breaks on the ci
#makesProgrammingHell4