// Blog
Artikel & Tulisan
Catatan, tutorial, dan berbagi pengalaman seputar dunia IT dan web development.
Building Scalable APIs with Laravel and Sanctum
A deep dive into designing and building production-ready REST APIs using Laravel Sanctum for authentication, along with best practices for versioning, rate limiting, and documentation.
4 weeks ago
Vue 3 Composition API: A Practical Guide
The Composition API is one of the most significant changes in Vue 3. This guide walks you through the core concepts with practical examples you can use today.
1 month ago
Docker for Laravel Developers: Zero to Production
Learn how to containerize your Laravel application with Docker and Docker Compose, from local development all the way to a production deployment on a VPS.
1 month ago
Database Query Optimization in Laravel
Slow queries kill user experience. This article covers N+1 problems, eager loading, query caching, and database indexing strategies using Laravel's Eloquent ORM.
1 month ago
Clean Code Principles Every Developer Should Know
Writing code that works is just the beginning. Writing code that others can read, understand, and maintain is the real skill. Here are the principles I follow every day.
2 months ago