mon-code.net
·
7 years ago
This article talks about the Config component of symfony which allows to semantically expose a configuration and validate it. To often break my teeth on it, I decided to compile here...
mon-code.net
·
7 years ago
Most sites use cookies. Whether for tracking or persisting data, unfortunately good security practices are not always apply. In this article I will present the different options available...
Florent Destremau
·
8 years ago
When you switch between branches and get lost in the names…
Have you ever felt like you had too many local branches after a couple of days / weeks of programming?
When you work on...
mon-code.net
·
8 years ago
Imagine is an object-oriented PHP 5 library for manipulating images in an object context. It is a layer of abstraction to the various image manipulation engines such as GD or Imagick.
Florent Destremau
·
8 years ago
You might have heard of a new sheriff in town: GraphQL. And then wondered how you could use it with *.
If you are very lazy and just want a solution, here is my demo project, I’ll...
Florent Destremau
·
9 years ago
When I started to develop my startup’s website Windoo, I wanted to get online as soon as possible, so I went for the safest tool I had: Symfony. Backend, frontend, it is still for...