Posts
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. :)
TIL : React Context are Not Silver Bullet
React Context
Trying to use ReactContext as global state. Read the react context document. I love it at first, fix the problem state props drilling.
Kunci Data Sensitif Menggunakan AGE Encryption
Age adalah tools untuk enkripsi dan dekripsi data yang simple dan modern. Dibanding menggunakan GPG (Gnupg) yang cukup rumit dan tidak ramah bagi pengguna baru, age memiliki perintah yang mudah digunakan bahkan bagi pengguna baru.
JWT Insight: Payloads, Secret Key Algoritma, dan Library
JSON Web Token atau JWT (dibaca jot) adalah Token yang digunakan untuk melakukan proses claim dari 2 service yang berbeda (biasanya backend dan frontend). JWT memiliki standard RFC 7519. Berdasarkan sejarahnya JWT memiliki kelebihan yaitu ringkas (compact) dibandingkan pendahulunya SAML (Security Assertion Markup Language).