Nest.js cookie based JWT authentication

JWT Authentication is probably the best choice for making auth process now as we have many apps connecting to the same API endpoint. Let’s see how cookies will help make things easier

September 6, 2021 · 7 min · Tigran Bayburtsyan

High-performance Node.js concurrency with native “events” package

High-performance Node.js concurrency with native “events” package

November 12, 2019 · 7 min · Tigran Bayburtsyan

Real-time React app with GraphQL + Websocket

GraphQL started to be a great option for writing customizable API’s and combining multiple services into one single endpoint. The whole idea of having single endpoint but getting different…

July 10, 2018 · 5 min · Tigran Bayburtsyan

Making Node.js service always alive on Ubuntu Server

Forever Module is good, but you don’t need another software to control background processes on your server! All of them are similar to every long running application on server side, so the Linux…

March 15, 2017 · 3 min · Tigran Bayburtsyan