I stand up for children in need. Please join me in helping this family.
Posts
Embedded SVGs vs. FontAwesome: Which is Better for Performance?
Explore the performance and usability differences between embedded SVGs and FontAwesome to determine the best choice for your web project needs.
Setting Up Laravel Pint in a Non-Laravel Project
Learn how to set up Laravel Pint in any PHP project to maintain consistent coding style, leveraging its capabilities beyond Laravel applications.
Implementing Single-Use Tokens with PHP Sessions
Learn to implement single-use tokens in PHP using sessions for secure, database-free validation of sensitive actions like form submissions.
Understanding the EOS Methodology
The EOS methodology streamlines web development by aligning team vision, clarifying roles, using data-driven decisions, optimizing processes, and enhancing accountability, leading to efficient project execution and improved collaboration.
Highlights from Taylor Otwell's Laracon US 2024 Keynote
Taylor Otwell's Laracon US 2024 keynote unveiled a VS Code extension, new Laravel features, Inertia v2.0, and Laravel Cloud, enhancing development and deployment.
Implementing Per-Form CSRF Tokens in PHP
Enhance security by implementing per-form CSRF tokens in PHP, ensuring each form submission is uniquely validated and protected against attacks.
Understanding When to Use Collections vs. Taxonomies in Statamic
Learn when to use collections for organizing content types and taxonomies for classifying and relating content in Statamic, enhancing your site's content management.
Using CSRF Tokens with AJAX in PHP
Secure AJAX requests in PHP by implementing CSRF tokens, ensuring each asynchronous submission is authorized and protected against attacks.
Building a Simple Marketing Website with Laravel Folio
Learn to build a simple marketing website using Laravel Folio. Set up a Laravel project, install Folio, create pages with Blade templates, and maintain consistency with layouts. Quickly create dynamic content for your marketing site.
Generating Randomized Slugs in Laravel: A Step-by-Step Guide
Learn how to generate unique, memorable slugs in Laravel using random combinations of adjectives and nouns. This method enhances URL usability, offering up to 225 combinations with customizable word lists for diverse applications.