Loïc Faugeron is a lead developer at Constant Commerce, where he develops APIs using Symfony3, PHP7 and phpspec. These days he's rambling about TDD, CQRS / ES and MonoRepos on his blog
Talks I've Given
-
Symfony Nano Framework
Featuring Loic Faugeron
All frameworks seem to have their own micro framework: Zend framework has Expressive, Laravel has Lumen. But what does Symfony have? Silex? MicroKernelTrait? Hah! The stuff's as boring as a pacifist pistol. But don't worry, for I have a plan as cunning as a fox who's just been...
microkerneltrait silex php symfony -
Lightning Talk: Phpspec extension taking code generation to the next level
Featuring Loic Faugeron
PhpSpec is a test framework that empowers those who use TDD. It can bootstrap a test for you, then once you’ve written the test it will bootstrap the related code for you. But we can go further. In this lightning talk, I’ll present to you spec-gen, a phpspec extension that takes code generation...
quality tdd php phpspec symfony -
Event Driven Architecture
Featuring Loic Faugeron
Have you ever wondered what ReactPHP meant by "non blocking I/O"? Or why would being "event-driven" allow nginx to be more efficient than Apache?
If you find it easier to understand abstract concepts like these by implementing them, then you're in luck because in this talk...
architecture promises promise-class event-loop event-driven reactphp symfony php