Details
-
AboutDev in the field of Storage & Cloud.
-
SkillsPython, Java, Cassandra, Spring, REST , Microservices, Jersey
Joined devRant on 10/21/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
-
DynamoDbMapper ISSUE
There were multiple pojos which maps with one of our DynamoDb table with slightly different schema (leveraging nosql).
For one of the pojos, while populating one of the attributes, it was always throwing some weird exception and no one had any idea about it.
An intern was assigned to fix it in case some new pair of eyes can observe something weird about the pojo.
Later, I realized that the way DynamoDbMapper behaves inside a pojo is very particular and hidden.
A method was declared as public instead of private in the pojo, and DynamoDbMapper while mapping the pojo to the table with reflection, it said that this attribute (a substring of the method name) cannot be converted.
Finally, it was just a single word change from PUBLIC TO PRIVATE. -
NEED HELP
An ant has entered my monitor and running all over the screen from inside. It's super irritating.
How can I get it out?73 -
"It's just a tiny change in one function. What can go wrong? I don't need to test, I'm not that stupid to mess this up". Apparently I am. Pushed the changes, and the [Firefox] extension basically stopped working. Lost about 1.5k users in 2 days. Good times ;)2
-
Last week, I didn't come up with something for this. Just now I experienced such a moment and remembered that there was a weekly rant on this topic.
The first bug report for my first ever project got resolved and the client commented with thanks and told to keep it up.
It feels awesome.
(tears of joy all over my eyes)
It's a moment that took me more than a year's effort to get a bug report and a positive feedback post it's fix.
I am all motivated now to work even better and wait for such awesome moments. -
When you can't sleep, because you are more worried about your code review...
That's my state right now...