Details
-
AboutCurrently leading a startup with 1 million users and 20k Daily active users
-
LocationMumbai, India
Joined devRant on 6/3/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
-
The current view from my window.
When my city i live in burns at 42degree celcius I am replenishing at 10 degree.3 -
I have a rule of thumb.
No call on private phone number.
Definately no reply on whatsapp...
Dare adding me on any WhatsApp group.
No communication beyond slack and Google meet.
People need to classify things between professional and personl communication medium.4 -
Can anyone suggest me a way to store and perform CRUD operation on 10billion x 10 billion matrix. Is there any way possible?8
-
I want to build a industry grade recommendation system. Total users are 1M and total items are more than 100M. Conversion events are item consumption in form of view time and view.
Can you suggest me how to build or some step by step tutorial to build full fledged recommendation system5 -
Hey i want to make a chat application for production workload with more than 100000 simultaneous connection and more than 1000000 daily active user which will scale 100 times in coming 1 to 2 years for Android. I have oauth based user authentication. This chat should be able to authenticate and verify authtoken generated using the oauth. What should i use? Xmpp, mqtt or something else. Can anyone who has worked on chat application help me.6
-
I am leaving my job from a very big company with very high paying package for doing my own startup.
1 month notice period on.10 -
I have tried to combine the concept of Instagram and Reddit in this app. Now you can browse Reddit just like Instagram.
Please install and tell me if you like the concept and what more modifications can be added
Thank you.
https://play.google.com/store/apps/...6 -
I seldomly use Windows and whenever I open it either it wants to restart after installing updates or it takes 2 hr to restart becuase it was updated last time.2
-
My week at glance:
Monday: Sunday night hangover
Tuesday:Prepare report for progress meeting.
Wednesday: Progress meeting
Thursday:work little bit for next week progress meeting.
Friday: weekend fever and hence not in mood to work.
#big #company #work #culture5 -
My Team leader is such a bastard who doesn't do any work and every day he has parcel from some online shop like Amazon or something getting graphics card.raspberry pie etc etc and he literally does nothing. These are a guys who cost company and contribute to downfall of the company. If I would have been a CEO I would have fired such guys. But you know the shortcomings of the big company. And his face like a rotten tomato. No expression and most sadist face. You will ever find
-
Everyone leaving early on Wednesday and you realize that it's not weekend but just No overtime working day.
#welcome #to #japan
Weekend still 2 days away.1 -
I hated when edge people could scribble on any web pages and other chromium based browsers user can't. So i created a workaround. Please have a look and comment what you feel about it.
https://chrome.google.com/webstore/...4 -
I have been working on idea similar to pastebin for mobile platform currently available on Android. The main concept is the easy share of Note in any language that is encrypted and the notes get deleted as soon as other party reads it. Plus you can encrypt it further by adding your own password and then share that password with others. This is useful when we are sharing our card details and other secret stuff with friends or family. The problem is that if you use mail or messaging stuff it gets stored in other party device and it can be exploited in future in case of theft or mobile loss. Here is my application for Android.
Please comment your reviews.,comments and suggestions here.
If you want to fork the code of both server and client comment that also.
https://play.google.com/store/apps/...7 -
I created this game in just 4 hours. Do try it and please comment down if you like it
https://play.google.com/store/apps/...11 -
Just use proper variable name and class architecture and header file and viola you don't need documentation.
In the worst case to understand class heirchy use the graphviz of doxygen and you are done.7 -
You add a pure virtual function to a abstract class and then you realize that class have have been inherited by 23 other classes and you add implementation to all of them. 😕😕😕