Hidup seperti "kran", mengumpulkan untuk membagi.
Complete Guide Vue 3 — Composition API
learn the composition API of its features and differences with the options API.
Mock API dengan Macaca Datahub
As a frontend engineer, have you ever faced a situation where you needed to simulate multiple states on your web app? For example, let's say you're POSTing data to the backend, and there are two possible outcomes: success or failure. You obviously need to handle both states—what happens if it's successful, and what if it fails? That's why you need to mock an API, right? But how do you do it?
Crawling Data Twitter Menggunakan Python & Postman
learn how to use the Twitter API and crawl data using Python and Postman.
Panduan Menggunakan LocalStorage di JavaScript
This article will cover a guide on how to use LocalStorage in JavaScript. You need LocalStorage because it will be very useful for various cases, for example to store shopping cart data, personalization data and cache so that website access can be faster.
Mendalami Eloquent & Relationship di Laravel
For those of you who want to learn about Laravel, I think Eloquent & Relationship is something that is mandatory for you to know & understand how to use it.