Downloading a file is a common requirement when working with applications. At times you want some user data formatted in the desired format to be downloaded and provided to the user. We will provide code to download files in node js using express. Code to download file in express JS NodeJS The above file can […]
Update NodeJS and NPM to the latest versions.
Update NodeJS and NPM: Node js is a rapidly changing open source component. It can always happen that you started a project on version x and before you finished the project version x+1 was released. To cope up with this change the best way is to install the node version manager tool nvm. Using this […]
api.js not found ios 15 build error in Ionic – Xcode
Ionic build error iOS 15 api.js not found: Recently we started upgrading our iOS application to support iOS 15. It was a major update as we were required to migrate to the latest Xcode version and in turn, migrate to the latest macOS version for our machine. After finishing the Xcode and macOS update when […]
How to Restore from .gz backup using mongorestore?
Restore from .gz backup / mongorestore to create new DB from .gz backup files Taking a backup of stage and restoring it to our local database is a common practice followed to test and replicate any issue found on stage or prod. Due to data being transferred from the different channels the team which creates […]