Late Night Refactors #2:  Controller to Livewire Components
Coding 11 min read

Late Night Refactors #2: Controller to Livewire Components

Follow along as we transform a bloated Laravel BlogController into clean, maintainable Livewire components. Learn best practices for component organization and route optimization.

3
Late Night Refactors #1:  Composer Packages
Coding 16 min read

Late Night Refactors #1: Composer Packages

Join 'Late Night Refactors' as I rebuild my Laravel project Sudorealm with Pint, Rector, Larastan, and Pest. Discover clean code practices for scalable, open-source development.

2
Using Tiptap Rich Text Editor with Livewire
Coding 15 min read

Using Tiptap Rich Text Editor with Livewire

Combining Tiptap with Livewire can bring real-time interactivity to your Laravel applications. This guide will walk you through setting up and integrating the two, making it easier for developers to handle rich content editing and instant server communication.

2
PHP Secure Coding: Don't Let the Code Get Loose
Coding 7 min read

PHP Secure Coding: Don't Let the Code Get Loose

Discover the hidden dangers of loose comparisons and type juggling in PHP. Learn how to secure your code with strict comparisons and match expressions to avoid common pitfalls and enhance your development skills.

2
How to Build a Robust Web Scraper with Laravel: and Catch 'Em All
Coding 15 min read

How to Build a Robust Web Scraper with Laravel: and Catch 'Em All

Discover the essentials of building a web scraper with Laravel in this comprehensive guide. Learn step-by-step how to harness the power of this popular PHP framework to efficiently gather data from websites, enhancing your development skills and expanding your toolkit and your Pokédex.

3
Nested CSS Borders: A hidden puzzle
Coding 2 min read

Nested CSS Borders: A hidden puzzle

Ever wondered why nested CSS border radius feels a bit off?

3
IPv4 Subnetting
Coding 10 min read

IPv4 Subnetting

Let's build an IPv4 Subnet Calculator

3
Practical Use of Alpine.js Mask Plugin: Real World Example
Coding 6 min read

Practical Use of Alpine.js Mask Plugin: Real World Example

Ever struggled with URL inputs not playing nice with Laravel's URL validation? You're not alone. In 'Practical Use of Alpine.js Mask Plugin: Real World Example,' I share my journey in tackling this exact issue, using the Alpine.js Mask Plugin.

4
Bun | A fast all-in-one JavaScript runtime
Coding

Bun | A fast all-in-one JavaScript runtime

Develop, test, run, and bundle JavaScript & TypeScript projects, all with Bun. Bun is an all-in-one JavaScript runtime & toolkit designed for speed, complete with a bundler, test runner, and Node.js-compatible package manager.

0
Laravel blade SVG component part 2: Tooltips with alpine.js
Coding 5 min read

Laravel blade SVG component part 2: Tooltips with alpine.js

Dive deeper into Laravel Blade with part 2 of our SVG component guide. Learn how to enhance your SVG icons using tooltips with Alpine.js. Perfect for developers seeking dynamic, interactive, and SEO-optimized SVG implementation in their Laravel projects.

1
Loading More Posts...