Yet another software engineer

My thoughts are my own

Recent posts

May 26, 2023
Configure Flutter without Android Studio on Windows Subsystem for AndroidInstall and configure Flutter on Windows without Android Studio and use Windows Subsystem for Android as emulator
Jul 17, 2020
FeathersJS Refresh Token ImplementationFeathersJS provides authentication mechanism out of the box. But, it does not provide support for a refresh token. In this article we will see how we can implement refresh token feature to our system.
Feb 2, 2020
Educative.io course downloaderThis script will download course for you from Educative.io. It uses NodeJS, TypeScript and your login credentials.
Dec 9, 2019
React native file system new file is not visible in computer via USB/MTPNewly created file is not visible in computer via USB/MTP in android device. Solution is to use MediaScanner.
Dec 9, 2019
Upload file to multiple destinations using multer in node.jsUpload a file to multiple destination using multer module in nodejs.
Nov 29, 2019
NodeJS worker threads. Handle CPU intensive task without blocking the event loopUse nodejs worker thread to handle CPU intensive task without blocking the main thread. JSON parsing using nodejs worker thread.
Nov 19, 2019
Create a custom route in FeathersJS without creating new serviceCreate a custom route in FeathersJS without creating a new service. A short video of the whole process is given as well.
Oct 31, 2019
Cloudflare, Nginx, Letsencrypt SSL setup. Too many redirect issue. (Silly mistake)A very little knowledge about Cloudflare's SSL feature caused too many redirect issue and took three hours to find and fix.
Oct 30, 2019
React Native SMTP. Send Email in Background (Android Only)React native SMTP is a SMTP client for react-native. It can be used to send emails in the background using the SMTP protocol. This module only supports Android.
Oct 30, 2019
Does Promise.all() run tasks in parallel?Things will run concurrently in single-core CPU and will run in parallel in multi-core CPU. It's main task is to wait until all the promises that are passed to it are resolved.
Oct 30, 2019
TypeScript with NodeJS. Type safety with better IntelliSense in NodeJSEnd of the day everyone wants type safety in their code. Better type safety means less error in production. TypeScript provides type safety to JavaScript and it plays very well with Node.JS
Oct 29, 2019
Hello world?Hello world?