Another Dev
  • Home
  • Node.JS
  • GitHub
  • About
Subscribe
Tagged

JavaScript

A collection of 5 posts

Node.JS

FeathersJS Refresh Token Implementation

FeathersJS 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.

  • Dijkstra
Dijkstra Jul 17, 2020 • 5 min read
Node.JS

Educative.io course downloader (Discontinued)

This script will download course for you from Educative.io. It uses NodeJS, TypeScript and your login credentials.

  • Dijkstra
Dijkstra Feb 3, 2020 • 1 min read
React native

React native file system new file is not visible in computer via USB/MTP

Newly created file is not visible in computer via USB/MTP in android device. Solution is to use MediaScanner.

  • Dijkstra
Dijkstra Dec 9, 2019 • 1 min read
React native

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.

  • Dijkstra
Dijkstra Oct 30, 2019 • 4 min read
JavaScript

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.

  • Dijkstra
Dijkstra Oct 30, 2019 • 3 min read
Another Dev © 2021
Powered by Ghost