Color Switcher

Check template with your color

Or custom color..

Artikel

  • Home
  • Latest Blog Post
Setup Vue js projek menggunakan vite versi 8 dan Tailwind Css (Fix Axios issues)Vulnerability
admin 21 April, 2026 iconTutorial

Setup Vue js projek menggunakan vite versi 8 dan Tailwind Css (Fix Axios issues)Vulnerability

Setup Project Vue JS 

Prasyarat

  • Node.js v20.19.0 atau >=22.12.0
  • npm v10+

1. Buat Project Baru

bash
npm create vue@latest

Saat prom...

Read More
Tutorial Upload Laravel 12 + MYSQL ke VPS
admin 18 April, 2026 iconTutorial

Tutorial Upload Laravel 12 + MYSQL ke VPS

Panduan Setup VPS Ubuntu — Laravel + Nginx + SSL

Dokumentasi lengkap konfigurasi VPS dari awal hingga deployment Laravel dengan domain dan SSL.

1. Update & Persiapan Sistem

... Read More
Setup project Go + Postgres with Gin and Gorm
admin 11 March, 2026 iconTutorial

Setup project Go + Postgres with Gin and Gorm

Sesi 1: Project Setup + Config + Migrations

Step 1 — Buat Project

Buka terminal, jalankan:

bash
mkdir transaction-app
cd transaction-app
go mod init transaction-app

Read More