Blog tag

#Code Generation

5 posts tagged with Code Generation.

← Back to all posts
4 min read

How We Automated Portal Feature Generation in HomeForged Using Modular Pipelines

We replaced a brittle monolithic code generator with a modular pipeline—fixing 72+ test failures and fully automating portal UIs in Laravel.

LaravelFilament PHPCode GenerationPipeline ArchitectureDeveloper Tooling
Read more
4 min read

How We Solved Duplicate Migrations in Our Modular Laravel Monolith

We fixed a critical bug in HomeForged’s module generator that was creating duplicate Laravel migrations by adding file hashing and manifest tracking.

Laravelmodular-monolithcode-generationmigrationsPHP
Read more
4 min read

Switching AI Models Mid-Flight: Why We Migrated Component Gen to Gemini 2.5 Flash

We swapped AI backends in our code gen tool—here’s how Gemini 2.5 Flash cut latency by 40% and what we learned about real-world model migrations.

AIcode generationPHPGeminiperformance
Read more
3 min read

Modularizing Vite: How We Extracted Custom Build Logic into a Reusable Plugin

We extracted custom Vite logic into a standalone plugin to streamline per-site builds across our PHP component generator.

ViteLaravelPHPBuild ToolsCode Generation
Read more
3 min read

Building a PHP Code Generator: Why We Started Component Gen from Scratch

We built Component Gen to automate repetitive Laravel component creation with enums, camelCase, and modern PHP practices.

PHPLaravelCode GenerationDeveloper ToolsAutomationEnums
Read more