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  | 
cover

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.

cover

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. :)

18 Aug 2024  | 
cover

Kombinasi Next-auth dan Apollo Client

Next-auth

Next auth adalah authentikasi untuk nextjs. Sangat powerfull dengan fitur yang ditawarkan

Apollo Client

Apollo Client adalah apollo client untuk mengatur adapter graphql

cover