About

As a developer, my aim is to share my knowledge with the community. Explore this site for tutorials, articles, and resources to support your web development learning journey, potentially simplifying the learning process I went through.

My Writings

My latest blog articles and tutorials.

PHP Strict Types

Mateus Antunes - 19th May, 2024

This article explains the benefits of using declare(strict_types=1) in PHP to enforce strict type matching and prevent type conversion errors.

Use double column prefix to use Alpine property binding inside Blade templates

Mateus Antunes - 10th December, 2023

This article explores the integration of Alpine property binding in Laravel Blade templates using the :: syntax.

Laravel Migrate Commands

Mateus Antunes - 5th November, 2023

Laravel Migrate Commands

Code highlighting provided by Torchlight