Luis Dalmolin
luisdalmolin.bsky.social
Luis Dalmolin
@luisdalmolin.bsky.social
CTO @ Kirschbaum Development. PHP, Laravel, DevOps, Serverless, AWS and Software tech in general.
🚀 🤖 I’m excited to release the first version of Laravel Loop, an MCP Server for Laravel that allows you to create custom tools and connect your Laravel app directly to AI tools like Cursor, Claude Code, Claude Desktop, and others.

github.com/kirschbaum-d...
June 3, 2025 at 6:13 PM
Making some nice progress on the Filament MCP server for Laravel. Hoping to release the first version soon🤞
May 17, 2025 at 3:48 PM
Now that AI companies have agreed on the MCP protocol, it is time for the tools (Cursor, Windsurf, Claude Code) to agree on some standard for the set of rules/memory/instructions you can set up. With multiple devs and tools, this becomes a mess.
April 25, 2025 at 11:45 AM
Working on a little something 👀

Hoping to release it soon enough. Laravel + MCP Server + Some handy/cool tools shipped by default (Like exposing Filament via MCP)
April 22, 2025 at 12:34 PM
I just found some 15-year-old PHP code from the good old days of building simple websites in PHP. At the time, I was still coding in Portuguese.

gist.github.com/luisdalmolin...
March 29, 2025 at 8:28 PM
I had a theory about what could be wrong with a large codebase. I told Claude Code about my theory and asked it to find potential bugs related to the codebase. It did a pretty good job!
March 13, 2025 at 1:42 AM
The latest version of the Google Ads API is already deprecated 🤷‍♂️🤦‍♂️
February 6, 2025 at 5:49 PM
A sneak peek at something I've been cooking. This is deploying a Laravel application with SST on AWS Fargate, with a load balancer, SSL, configured domain, automatically linked resources and auto-scalable.

#laravel #sst #aws
December 11, 2024 at 11:20 AM
TIL if you use TablePlus and runs "SHOW ENGINE INNODB STATUS" on MySQL, it may seem there's nothing there, but you actually need to select the "Status" column and there's a LOT of data in there, always. Very useful to find more information about locks (among many other things).
November 29, 2024 at 2:41 PM
Have you ever had an issue in Laravel where your scheduled command using withoutOverlapping() wouldn't run?

It could be that the command was killed without enough time for Laravel to clear the scheduling cache lock, so Laravel thinks the command is still running and will not overlap runs.
November 14, 2024 at 6:24 PM
This is your monthly reminder to include autocomplete="one-time-code" in your 2fa inputs. Password manager users will be quietly thankful.
November 2, 2024 at 11:16 AM