Skip to content
Steven Roland

Posts

Comparing Alpine.js and HTMX

Alpine.js and HTMX offer lightweight solutions for web interactivity. Alpine.js focuses on client-side reactivity, while HTMX enhances server-side interactions.

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.

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.