Skip to content
Logo Theodo

Articles from jeanlucc

Implement contract testing with Pact to get rid of bugs due to front-back and back-back communication

jeanlucc10 min read

Image from the Pact documentation Exec summary Modern software development organizations scale their development efforts by spreading the development of a system across different teams. Such projects can have team work issues because interconnected applications that change often, create a lot of…

Continue reading →

JavaScript code to deal with Symfony form collections

jeanlucc2 min read

Each time you use form collections in Symfony, you need to write some JavaScript. The cookbook If you don't know what form collections are you won't be interested in this article now. However you can read the cookbook out of curiosity and come back read this article…

Continue reading →