Home About Skills Products Work
Projects Services Experience
Learn
Tutorials Courses Blogs Resources
Contact
Blog

Writing & Insights

Articles on web development, tools, and lessons learned.

6 articles · browse by category or tag below

Popular Articles

Results

Laravel for Beginners: Setting Up Your First Project

Laravel for Beginners: Setting Up Your First Project

A complete first-day guide to Laravel — installation, folder structure, your first route, and your first migration.

Laravel Eloquent Relationships Explained with Real Examples

Laravel Eloquent Relationships Explained with Real Examples

One-to-many, many-to-many, polymorphic, and the N+1 query trap that catches almost every Laravel developer at least once.

Writing Custom Functions in WordPress: A Beginner's Guide to functions.php

Writing Custom Functions in WordPress: A Beginner's Guide to functions.php

Actions vs filters, safe functions.php structure, and the defensive habits that keep a single typo from taking down your site.

Laravel Events and Listeners: Decoupling Your Application Logic

Laravel Events and Listeners: Decoupling Your Application Logic

How events and listeners let unrelated features react to the same action without a controller needing to know about all of them.

Testing Laravel Applications with Pest

Testing Laravel Applications with Pest

Pest's readable syntax on top of PHPUnit — expectations, feature tests, datasets, and grouping, with zero loss of Laravel testing helpers.

Web Application Security: A Practical OWASP Top 10 Guide

SQL injection, broken access control, XSS, mass assignment, and misconfiguration — the real vulnerabilities developers actually cause, with fixes.

Esc