@saras_arya
Senior Software Engineer at Rentomojo
I am a full stack developer based out of India. I am always on a mission to learn something by writing it from scratch. I freelance just to learn and get my hands dirty on a new piece of tech
Freelancing and write solid bulletproof backends in Node.js or designing beautiful frontends in Vue/React
No blogs yet.
I had a scenario where I had to explain someone an analogy between Git Tag and Git Branch. I gave the analogy of DNS, If you had to type 192.168.0.1 every time you wanted to visit google.com it would be difficult right? So we came up with a key-value...
I am migrating a Angularjs project to Vue.js. We had a lot of base styles over there and we were using SCSS. These included files with variables and custom buttons which we used across the application. Now as we move towards component level scoped CS...
I have a Node.js application with a collection name drivers. In which I store these fields called carId, vendorId and clientId . All these are of type ObjectId, which is native to mongodb. Used to search, to which client and vendor a driver belongs. ...
When I say customization I don't mean changing color, I mean a feature absent for one and present for others. There are different customization I may need to do for those business. Should I make a list of places you can customize and do UI show/hide...
I am building a Node app and a problem I face is that somewhere when my server I am running a promise chain, and it breaks due to some parameter being invalid via Mongo or some goddamn reason, the promise chain breaks midway, remaining database calls...
I am building an IoT application which sends me data packets every 15 secs. Now I am using a data structure to store the relevant info in my Database(mongodb) that is coming from packets and use it subsequently in functions. The problem I am facing i...
I want to use persistant database for purpose of caching, so that even after my Node.js programs shuts down, values are still there in cache and when the program is started back up, it takes it's values from there only. I am looking at a few modules ...