├── 2014-01-23-framework-interop └── README.md ├── 2014-01-23-symfony2-websocket-security └── README.md ├── 2018-09-25 └── README.md ├── 2022-05-10 └── README.md ├── 2022-09-22 └── README.md ├── 2023-01-17 └── README.md └── README.md /2014-01-23-framework-interop/README.md: -------------------------------------------------------------------------------- 1 | Intéropérabilité cross-frameworks 2 | ================================= 3 | 4 | __sfPot:__ [#1 at Lyon - 23/01/2014](http://www.meetup.com/afsy-sfpot/events/160879992/) 5 | 6 | __Author:__ [Matthieu Napoli](http://github.com/mnapoli) 7 | 8 | __Slides:__ http://mnapoli.fr/presentations/framework-interop-fr/ 9 | 10 | __Sources:__ https://github.com/mnapoli/mnapoli.github.io/tree/source/source/presentations/framework-interop-fr 11 | -------------------------------------------------------------------------------- /2014-01-23-symfony2-websocket-security/README.md: -------------------------------------------------------------------------------- 1 | Symfony 2 Security & Websockets 2 | =============================== 3 | 4 | __sfPot:__ [#1 at Lyon - 23/01/2014](http://www.meetup.com/afsy-sfpot/events/160879992/) 5 | 6 | __Author:__ [Tom32i](http://github.com/Tom32i) 7 | 8 | __Slides:__ http://tom32i.github.io/sf2-security-websocket/#intro 9 | 10 | __Sources:__ http://github.com/Tom32i/sf2-security-websocket -------------------------------------------------------------------------------- /2018-09-25/README.md: -------------------------------------------------------------------------------- 1 | Talks 2 | ===== 3 | 4 | - [Comment Symfony sécurise vos applications](https://fr.slideshare.net/VladyslavRiabchenko/scurisation-de-vos-applications-web-laide-du-composant-security-de-symfony-116634622) - Vlad Riabchenko 5 | - [Des champs de formulaire Symfony sécurisés par vos données avec Symfony](https://speakerdeck.com/lyrixx/symfony-form-and-securite) - Grégoire Pineau 6 | -------------------------------------------------------------------------------- /2022-05-10/README.md: -------------------------------------------------------------------------------- 1 | Talks: Hotwire & PHP Fun 2 | ========================= 3 | 4 | __sfPot:__ [Reprise avec l'AFUP](https://www.meetup.com/fr-FR/afup-paris-php/events/285544695/) 5 | 6 | Talk 1 7 | ------ 8 | 9 | __Author:__ [Florent Destremau](https://github.com/florentdestremau) 10 | 11 | __Slides:__ https://docs.google.com/presentation/d/1-rqnTIcEBt3A6uZxKrGDiLt4PI7xZ3znDCfzZ91xJWo/edit#slide=id.p 12 | 13 | Talk 2 14 | ------ 15 | 16 | __Author:__ [Grégoire Pineau](https://github.com/lyrixx) 17 | 18 | __Slides:__ Non partagées -------------------------------------------------------------------------------- /2022-09-22/README.md: -------------------------------------------------------------------------------- 1 | Talks: Générateur site & Messenger at scale 2 | =========================================== 3 | 4 | __sfPot:__ [Reprise avec l'AFUP](https://www.meetup.com/fr-FR/afup-paris-php/events/285544695/) 5 | 6 | Talk 1: Cecil, un générateur de site statique propulsé par PHP 7 | ------ 8 | 9 | __Author:__ [Arnaud Ligny](https://github.com/ArnaudLigny) 10 | 11 | __Slides:__ Non partagées 12 | 13 | __Ref:__: https://github.com/Cecilapp/Cecil 14 | 15 | Talk 2: Messenger at scale, problèmes et solutions 16 | ------ 17 | 18 | __Author:__ [Cyril Souillard](https://github.com/nayluge) 19 | 20 | __Slides:__ Non partagées 21 | -------------------------------------------------------------------------------- /2023-01-17/README.md: -------------------------------------------------------------------------------- 1 | Talks: Symfony UX & Melodiia 2 | =========================================== 3 | 4 | __sfPot:__ [Lien du meetup](https://www.meetup.com/fr-FR/afsy-sfpot/events/290687459/) 5 | 6 | Talk 1: Symfony UX 7 | ------ 8 | 9 | __Author:__ [Titouan Galopin](https://github.com/tgalopin) 10 | 11 | __Slides:__ Non partagées 12 | 13 | 14 | 15 | Talk 2: Melodiia 16 | ------ 17 | 18 | __Author:__ [Maxime Veber](https://github.com/Nek-) 19 | 20 | __Slides:__ https://docs.google.com/presentation/d/1q7T21sauDD9lHGKmp5Cbcb1dHaNH7OspV29Qnl3uNrI/edit?usp=sharing 21 | 22 | __Ref:__ https://melodiia.swag.industries/ 23 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | AFSY sfPot presentations 2 | ============ 3 | 4 | Here you can find all the presentations of the talks done during sfPot. 5 | 6 | Please create one directory for one talk and put wathever you want : presentations, demo, or just some link: 7 | 8 | /YYYY-MM-DD-talk-name 9 | README.md 10 | ... 11 | 12 | Create a README.md with a basic header template like this : 13 | 14 | ``` md 15 | Talk title 16 | ========== 17 | 18 | __sfPot:__ [#1 at Lyon - 23/01/2014](http://www.meetup.com/afsy-sfpot/events/160879992/) 19 | 20 | __Author:__ [John Doe](http://github.com/JohnDoe) 21 | 22 | __Slides:__ http://... 23 | 24 | __Sources:__ http://... 25 | 26 | Whatever you want to add... 27 | ``` 28 | --------------------------------------------------------------------------------