Nodejs
Mungkin Kamu Tidak Butuh Nextjs, Kenapa?
Membuat produk atau jadi budak Kerangka Kerja (framework) ?
Sudah banyak aplikasi dan website sudah ku buat, kebanyakan menggunakan framework Nextjs . Framework frontend ini sangat mudah digunakan, tetapi banyak fitur yang tidak digunakan yang akhirnya membuat aplikasi menjadi besar (dalam segi ukuran file) dan lambat saat load data.
30 Sep 2024
|
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.
26 Aug 2024
|
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.
25 Aug 2024
|
Running Vite React TypeScript with Deno
Vite and Deno
Vite is next generation frontend tooling. It have many options template to choose, one of them is TypeScript.
18 Aug 2024
|