All
Articles 174,574Blog Posts 163,939Tech Tutorials 46,496Research Papers 34,149News 22,061
⚡ AI Lessons

Dev.to · kevariable
3w ago
Your Laravel queue worker count is a guess. Here is the math that replaces it.
Every Laravel deployment I have seen has a line like this...

Dev.to · kevariable
🧠 Large Language Models
⚡ AI Lesson
1mo ago
Adding a New LLM Provider to Prism PHP: How I Shipped Z.AI Support
Prism is the Laravel package for talking to LLMs with one fluent API. It ships with OpenAI,...

Dev.to · kevariable
🧠 Large Language Models
⚡ AI Lesson
1mo ago
I turned the claude code cli into a Prism provider
so here is the thing. i work on a laravel app where almost every feature touch an llm. extract...

Dev.to · kevariable
📊 Data Analytics & Business Intelligence
⚡ AI Lesson
9mo ago
A practical guide to refactoring complex database queries in Laravel
When I opened our Repository Class file and saw a single method spanning 194 lines with nested...
DeepCamp AI