Login
Discover
Waves
Decks
Plus
Login
Signup
mudivili
@mudivili
25
Followers
1
Following
0
Resource Credits
Available
Used
Created
January 4, 2018
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
mudivili
mongodb
2018-01-07 06:54
Optimizing mongodb queries for the first time.
is the first place, where I knew, I can do something. The below snippet allowed me to test & verify the efforts quickly. db.setProfilingLevel(0) db.system.profile.drop() db.setProfilingLevel(1, 100);
$ 0.000
0
2
mudivili
jshint
2018-01-04 15:47
JSHint on sublime text 3 for Node.js projects
CMD + Shift + P Type Install Package and choose the same in dropdown. Search for JSHint Gutter & install Copy to project folder & name as .jshintrc CMD + Shift + J to lint file See Preferences
$ 0.000
0
1