Details
-
Skills.Net stack (C#, MVC), javaScript(Node js, Angularjs, MEAN stack ), SQL and NoSql databases ( MS SQL Server, MongoDB
-
LocationIndia
-
Github
Joined devRant on 12/14/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
-
Was working on a CRM/CMS type of app until I recently got placed into a data and analytics project. Soon to be machine learning. But web applications will always hold a dear spot in my heart ❤️1
-
The moment your code is so good that there is no lint error,
intentionally modify the code to have some warning to check if linter is working.
lol3 -
What applications have you all used for developing iOS and Android apps on a Linux machine? I've been wanting to use Xamarin on my windows machine but I've decided to move to Linux. I'm looking for something that will let you develop iOS and Android apps on a Linux platform like Fedora or Ubuntu. Any ideas?13
-
Listening to a random song and memories to a band of a friend of mine I listened decades ago appear because the singer had a similar voice. Sometimes I love my brain.
-
What's your funniest error message while testing your code ?
For me : Fatal error - Parachute deployed.
0_o8 -
Curious if there is any backend developers that are interested in joining an idea that relates to event planning2
-
Interviewed 6 candidates yesterday.
all of them had 2+ years of experience in web but none of them know how to use selectors in jQuery other than '#' and '.'
LEARN YOUR STUFF PROPERLY 😠😠😠😠13 -
Hi all!
Its been a month now since I launched my first app on Play Store.
It has now got 2000 downloads with about 600 active installs. I also got some downloads on the paid version of the app (which is basically a donate version of the app).
I know there is always a room for improvement, but still, how am I doing?
And Merry Christmas to you all!5 -
Huh. ES6's variable destructuting on objects is actually pretty cool.
var {foo, bar, baz} = obj
Is functionally equivalent to this:
var foo = obj.foo
var bar = obj.bar
var baz = obj.baz
I like it! Makes things simpler.3 -
Have you guys heard of the term "smart " as in "smart city" or "smart phone"
It actually is:
Surveillance
Marketed
As
Revolutionary
Technology12