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

Node.JS

A collection of 6 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
Node.JS

Upload file to multiple destinations using multer in node.js

Upload a file to multiple destination using multer module in nodejs.

  • Dijkstra
Dijkstra Dec 9, 2019 • 2 min read
Node.JS

NodeJS worker threads. Handle CPU intensive task without blocking the event loop

Use nodejs worker thread to handle CPU intensive task without blocking the main thread. JSON parsing using nodejs worker thread.

  • Dijkstra
Dijkstra Nov 29, 2019 • 5 min read
FeathersJS

Create a custom route in FeathersJS without creating new service

Create a custom route in FeathersJS without creating a new service. A short video of the whole process is given as well.

  • Dijkstra
Dijkstra Nov 20, 2019 • 4 min read
Node.JS

TypeScript with NodeJS. Type safety with better IntelliSense in NodeJS

End 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

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