How To
Systemd: Effective Deploy Nodejs on Linux
nearly every Linux distribution comes with systemd, which means forever, monit, PM2, etc. are no longer necessary - your OS already handles these tasks. - Mikemaccana, stackoverflow answer
Implementation Authentication in ExpressJS V4.x Using JWT
Introduction
ExpressJs is a tools in nodejs to create server side application, it’s very popular and have a lot of feature to create web application.
NestJS: Google OAuth2 Authentication with Passport
Overview
We will create project Nestjs using authentication with library passportjs, we will use OAuth strategy for this project.
Running Vite React TypeScript with Deno
Update 20 october 2024
Deno 2.0 have been release!, it Backwards-compatible!. I have test to run my vite project and nestjs project, it work perfectly but with small adjustment of tailwind configuration, overall it work as expected!, I thinks this article is not related anymore. Thank you for your time and visit my other post. :)