11CJCharlie JoseHow do I calculate the size of an index in MongoDB?Now i want to find whether how much memory is consumed by this indexing. db.collection.stats() gives me the index size, but I wonder how the size is computed.May 8, 2017K
21CJCharlie JoseWhen should you NOT use list comprehensions in Python?List comprehensions in Python help me write "pythonic" code; are there instances where you prefer an alternate way of writing lists?May 4, 2017M
22CJCharlie JoseIs ExpressJS still the de-facto framework for building web apps with Node.js?I see even Hashnode is using Express. Has something hot popped up in the community that will replace Express?Aug 18, 2016ZL
22CJCharlie JoseHow to mitigate 16MB per document limit imposed by MongoDB?If you are building a web app, documents will start growing. Especially content based websites. How should we handle this problem? What should I do when my documents start growing and are about to hit this limit?May 5, 2016PT
70CJCharlie JoseWhat measures do you take (Apart from CI/Tests etc) to ship quality software reliably in your company?Apr 15, 2016
13CJCharlie JoseAs NPM is a private body, do you think Node.js ecosystem needs a more open and community driven approach for managing packages?If yes, what's the best way to approach this?Apr 6, 2016MN
515CJCharlie JoseWhich flavour of loop do you use most of the times in your primary programming language?For example, I use JavaScript and most of the time I use forEach as following : arr.forEach(function(item){ //do something here });Apr 1, 2016GEAAT
10CJCharlie JoseHow do I know what is the right time to implement sharding in MongoDB?And what problems will it solve for me?Mar 29, 2016