Backend Development Clean Code Development Tutorials Web Development
November 16, 2024 / November 16, 2024 by Yogi Nugraha | Leave a Comment
Introduction Ever looked at a piece of code and thought “What kind of sorcery is this?” We’ve all been there. The difference between good developers and great ones often comes down to their coding habits. Clean code isn’t just about making things work—it’s about making them work elegantly and maintainably. Let’s dive into the 10 […]
Read more »
Tagged
API Development Authentication Backend Development Development Laravel Laravel 11 Laravel Security OAuth Tutorials
November 3, 2024 / November 9, 2024 by Yogi Nugraha | Leave a Comment
Introduction Laravel Passport provides a full OAuth2 server implementation for your Laravel applications in a matter of minutes. In this comprehensive guide, we’ll explore how to integrate and use Laravel Passport in Laravel 11 for secure API authentication. Prerequisites Table of Contents 1. Installation and Setup First, install Laravel Passport via Composer: After installation, run […]