GPGanesh Pendyala inganeshpendyala.hashnode.dev·Aug 1, 2021 · 2 min readTIL: Simplify node project versioning with 'npm version'I must admit this first, eventhough I've been developing in node for years I've missed this feature offered by npm. All this time whenever we need to bump the package version in package.json and package-lock.json, we used to either update the version...00
GPGanesh Pendyala inganeshpendyala.hashnode.dev·Feb 17, 2021 · 6 min readIssue with Mongoose create and possible alternativeWhen it comes to ODM layer for Node.JS with MongoDB, Mongoose is the top pick for most of the people. With its wide usage it is quite stable and have almost all the features you need. During my recent usage of Mongoose I came across a bug which exis...00