tags

#Symfony

6 articles

Close-up of a human fist punching a prosthetic hand, symbolizing technology and human connection.

Read article: Building a RAG-Powered Code Review Assistant with PHP, Ollama, and Qdrant

30 minutes reading

Ask an LLM to review your code and you'll get generic advice. Give it 10,000 Symfony Core code reviews as reference — and it'll produce reviews that sound like nicolas-grekas and stof reviewed your PR. Here's how I built a RAG pipeline in 100% PHP to make that happen.

Read more : Building a RAG-Powered Code Review Assistant with PHP, Ollama, and Qdrant
Flock of birds forming V shape in flight

Read article: Symfony & Doctrine Migrations: Validation in CI

3 minutes reading

I had the opportunity to work on a project with a team that was relatively new to Doctrine migrations. To help them get used to it, and to discard the possibility of having pull (or merge) requests with changes to doctrine entities without generating a migration. Here is how I did it. I hope you'll enjoy it!

Read more : Symfony & Doctrine Migrations: Validation in CI

All tags