Details
-
SkillsAngular, JavaScript, Python, C++
-
LocationIndia
Joined devRant on 9/27/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
-
How to force a docker container to take the MAC address of host machine? I know net=host and mac-address arguments can be used. But is there a way to get actual host MAC address even though mac-address argument is passed with some other value?
My usecase is node locked licensing using FlexLM which creates license on the basis of MAC address of node.5 -
You get a different type of motivation to work when you know you are going to watch an epic movie after.
Any Baahubali lovers here?15 -
Best part of being a dev? Converting coffee into code. ☕
Worst part? Dealing with others' shitty code everyday.1 -
Can we zip some unicode files using Windows 'Send To'? I have been unsuccessful in doing it. Any thoughts?
P.S- Don't want to use any third party software.1 -
When you go after a 2 day leave and take an update and spend half of your day merging YOUR module properly. I wonder why its MY module anymore. :-/
-
Just wasted 3hrs trying to figure why a TabContainer is taking 0px height and 0px width. Solution- override resize() and don't do anything in it. Hatred towards DOJO to a new height.