@alokdeshwal
Node.js Developer | AWS guru
Dedicated & Passionate Programmer
Nothing here yet.
No blogs yet.
Let's understand the scenario using following code. 1st Scenario: var x [1,2,4].forEach(console.log) 2nd Scenario: var x = 10 (or console.log('anything') ) [1,2,4].forEach(console.log) so in javascript interpreter puts a semicolon at the end of each...
MLCCMarco and 3 more commentedI'm using passport module for authentication. passport-google-oauth (module for google auth) not working when we try first time without login our google account. After first attempt it works as expected. I've spent enough time on the same. Can anyb...
Join discussionI'm developing a classified website in which i need to integrate a chat option with seller for users. I don't have much time so i want it very quickly. How can I achieve the same within a very short duration? Update: After a lot of R & D i found i...
ASIBAAana and 7 more commentedI've created a collection with some sample documents (taken from json-generator.com website). that collection is containing only 3,51,000 records, so when i'm going to update all those records with a new field, it got stuck and shutdown my mongodb se...
Join discussionI'm curious to know how timezone works in application. Suppose there's an application for adding post & comments. If one user from India add a post @ 2 PM and at the same time another user from Sydney, Australia seeing that post, it'll be 6:30 PM. I'...
AGMAAAtul and 4 more commented