#api
- speaking🇬🇧
[ConFoo 2026] - APIs secured, the modern way
Securing APIs has become more standardized with modern solutions like OAuth2, OIDC, JWT and rate limiting. Now, tools like Keycloak and Symfony’s new features simplify implementing these protocols.
- blog🇬🇧
[JoliCode] Fine tune an OpenAPI specification for mocking
More and more often, in the projects I work on, I need to mock APIs. When I’m lucky enough, the API provides an OpenAPI specification, but sometimes it can be heavy. I almost never need to locally mock the whole
- blog🇬🇧
[JoliCode] Efficiently Mock APIs Locally With Prism
It's quite common to have to mock an API locally during the development of an application. Although it wasn’t easy the first few times we had to do it, we have learnt and now it's time to share! So let's dive into
- blog🇫🇷
[JoliCode] Initialiser rapidement une API REST avec Laravel
Dernièrement, nous avons développé une API REST pour l'un de nos projets clients. Une des exigences était de développer cette API avec Laravel 5. Elle était accompagnée d'une application cliente développée au sein