Tag: CoreFoundationPro
All the articles with the tag "CoreFoundationPro".
-
I Taught My AI How I Code. | The Foundation Papers, Part 10
Every AI coding assistant I've used writes decent, generic Laravel. None of them write my Laravel, unless I tell them how — and I got tired of re-explaining the same architecture in every new conversation.
-
One Command. An Entire Module. | The Foundation Papers, Part 9
A new module means a model, a factory, a repository, a service, a controller, two request classes, a resource, a collection, a DTO, a policy, an observer, a service provider, and a feature test. Eleven files, one architecture, and one command.
-
I Can See Exactly Where My API Is Slow. Can You? | The Foundation Papers, Part 8
The question 'why is this endpoint slow' usually gets answered by adding a third-party APM tool, waiting for a billing approval, and then staring at a flame graph that wasn't built for your architecture. There's a faster answer.