Details
-
SkillsSpark, core java, elasticsearch, c#
-
LocationKathmandu
Joined devRant on 6/4/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
-
While my manager whos daily work involves docs, meetings is rocking with highly speced Laptop.
And here I am working on a really old and out of date laptop spending half of my day waiting for things to finish... 😕3 -
One reason behind so many startups today maybe companies treating employees as slaves...😑😑
I am thinking about starting my own startup.😒5 -
786 new rants after your last visit!!
This week was full of deadlines and less hours of sleep but was all worth it. The awesome feeling when you complete a tough task🍺 -
My neighbour bought stock from some broker and that brokers site didn't update his status so, he wanted "me" to fix it!! 😧
-
Merging datas using spark sql with two conditions.
my code:
1.merge with first condition
2.merge with second condition
3. 1.unionall(2)
This gives some extra datas(total=10000 and result=10220)
$better way?any way?