Jika kita sedang membangun proyek smart home atau sistem IoT pendeteksi manusia (human presence)? memilih antara sensor PIR (Passive Infrared) […]
Category: Uncategorized
How to Access Next.js and Laravel via IP on Same Wi-Fi
When developing a full-stack application using Next.js and Laravel, both servers run on localhost (127.0.0.1) by default. This prevents other […]
Security Guide Before Web Apps Going Public
Building a functional web application is a great achievement, but ensuring it is resilient against cyber threats is crucial. This […]
Make Excel Cells Speak Numbers and Text on Mac
Excel for Mac has a powerful but often overlooked feature: text-to-speech using macOS’s built-in say command. This tutorial will show […]
How to Prevent Navbar from Lifting Up (Rubber Band Effect)
When scrolling too hard on website, you might notice your fixed navbar lifts up and bounces back down. This is […]
OAuth Basic Concepts for Beginners
What is OAuth and why is it widely used in applications? OAuth stands for Open Authorization, a standard used to […]
A Complete Guide JWT (JSON Web Token)
JWT Authentication: A Complete Guide for Beginners What is JWT? JWT (JSON Web Token) is a digital token that contains […]
Laravel Email Verification During User Registration
How to Create Email Verification During Registration Using Laravel? Introduction If you’ve ever signed up for a website and received […]
