Writing on Laravel development, complex tasks, and startup contributions.

In-depth articles on Laravel best practices, tackling complex development challenges, and my experiences contributing to startups and open-source projects.

⌘K

Laravel Codebase Maintenance: Best Practices

Keep your Laravel app up to date with these 8 essential tips. From Dependabot to GitHub Actions, learn how to maintain a secure and high-performing codebase.

AI-Powered Git: Autocomplete Your Commits

Learn how to use AI for git commit messages and pull request descriptions. Use OpenAI's GPT model to save time, ensure consistency, and improve development.

Getting started with Cloudflare Tunnel

Learn how to use Cloudflare Tunnel to securely share your local projects with static URLs. Discover a powerful, free alternative to ngrok for web developers.

Dotfiles: Customize Your Development Environment

Personalize your development environment with dotfiles. Here is how to get started with organizing and automating your settings for maximum productivity.

Running Laravel Vapor with local development setup

How to set up Laravel Vapor locally using Docker and Localstack. A development environment that mirrors production for fast and reliable Laravel app building.

PHP Football Data: A powerful PHP API package

Get started with the PHP Football Data package. A powerful package for integration of FootballData's API. Here is how to install and use it in your PHP project.

Laravel's resource() Method: Simplify Streams

Learn how Laravel's new resource() method simplifies PHP stream resources. Now you can manage external services and large datasets with ease.

Laravel: The new `whereNone` Query

Learn more about the new `whereNone` query method in Laravel. It completes the logical triad of the query where(All|Any|None) methods.

How to configure Laravel Vapor with Localstack

Learn how to replicate your Laravel Vapor production environment locally by using Localstack. Bring services like S3, SQS, and DynamoDB to your local machine.

Laravel's whereLike method: Simplify Queries

Write cleaner and more maintainable code with Laravel 11's new whereLike method. It makes database queries easier and safer for MySQL, PostgreSQL and SQLite.

Welcome to My Laravel Development Journey

Join me as I share insights on Laravel development, tackle complex challenges, and contribute to startups and open-source projects.