geekcto's profile picture. Un geek devenu directeur technique parle de gestion de projets, création d'entreprise, ...

Amaury Bouchard

@geekcto

Un geek devenu directeur technique parle de gestion de projets, création d'entreprise, ...

Retour sur ma conférence "Les bases de la sécurité dans les développements web" au Forum PHP 2025, par @D_n_D Extrait : « Un talk accessible mais essentiel, qui rappelait que la sécurité n’est pas un sujet à déléguer, mais une responsabilité partagée » dnd.fr/forum-php-2025…

dnd.fr

Forum PHP 2025 : retour sur l'édition anniversaire • Agence Dn'D

Dans cet article rédigé par Antoine, Tech Expert chez Dn'D, découvrez les enseignements tirés de l'événement Forum PHP 2025


Amaury Bouchard сделал(а) репост

Web Security: The Non-Negotiables ⚔️ 🔹 Never trust external data 🔹 Always validate, filter, and escape inputs 🔹 Protect exchanges with TLS 1.3 and secure HTTP headers Good code leaves no open doors. 🔗 LINK: phpwayoflife.com/fr/manifesto#s… #PHP #CyberSecurity #WebDev #Coding #OWASP

PHPZenOrg's tweet image. Web Security: The Non-Negotiables ⚔️
🔹 Never trust external data
🔹 Always validate, filter, and escape inputs
🔹 Protect exchanges with TLS 1.3 and secure HTTP headers

Good code leaves no open doors.
🔗 LINK: phpwayoflife.com/fr/manifesto#s…

#PHP #CyberSecurity #WebDev #Coding #OWASP

Amaury Bouchard сделал(а) репост

Temma Configuration: Advanced Settings 🔹 Virtual routes = cleaner URLs 🔹 Plugins = before/after controller logic 🔹 Custom error pages 🔹 Multi-environment configs Ready to level up your PHP project? 🔗 LINK: temma.net/en/documentati… #PHP #WebDev #Backend #OpenSource

TemmaPHP's tweet image. Temma Configuration: Advanced Settings

🔹 Virtual routes = cleaner URLs
🔹 Plugins = before/after controller logic
🔹 Custom error pages
🔹 Multi-environment configs

Ready to level up your PHP project?
🔗 LINK: temma.net/en/documentati…

#PHP #WebDev #Backend #OpenSource

Amaury Bouchard сделал(а) репост

Temma Configuration: PHP, JSON, YAML or NEON? 🔹 PHP = fast & OPcache optimized 🔹 JSON/YAML = clean & scriptable Which one do you pick for your projects? 🔗 LINK: temma.net/en/documentati… #PHP #Dev #Backend #Temma #OpenSource

TemmaPHP's tweet image. Temma Configuration: PHP, JSON, YAML or NEON?

🔹 PHP = fast & OPcache optimized
🔹 JSON/YAML = clean & scriptable

Which one do you pick for your projects?
🔗 LINK: temma.net/en/documentati…

#PHP #Dev #Backend #Temma #OpenSource

Amaury Bouchard сделал(а) репост

Workflows in PHP: Chaos or clarity? 🔹 Service layers = rigid 🔹 State machines = complex 🔹 Orchestrator = simple & scalable Which workflow would you choose? 🔗 LINK: dariuszgafka.medium.com/building-workf… #PHP #Workflow #CleanArchitecture #DevTools

PHPZenOrg's tweet image. Workflows in PHP: Chaos or clarity?

🔹 Service layers = rigid
🔹 State machines = complex
🔹 Orchestrator = simple & scalable

Which workflow would you choose?

🔗 LINK: dariuszgafka.medium.com/building-workf…

#PHP #Workflow #CleanArchitecture #DevTools

Amaury Bouchard сделал(а) репост

ORM vs DAO in PHP ⚡ 🔹 ORM = heavy, extra layer 🔹 DAO = fast, clear, PHP-friendly At Temma, the choice is clear: DAO > ORM Which side are you on? 🔗 LINK: temma.net/en/faq #PHP #Coding #CleanCode #Temma #DevCommunity

TemmaPHP's tweet image. ORM vs DAO in PHP ⚡

🔹 ORM = heavy, extra layer
🔹 DAO = fast, clear, PHP-friendly

At Temma, the choice is clear: DAO > ORM
Which side are you on?

🔗 LINK: temma.net/en/faq

#PHP #Coding #CleanCode #Temma #DevCommunity

Ma conférence "Server Sent Events et ZeroMQ" Mardi dernier (16 septembre), j’ai présenté une conférence au meetup organisé par l’@AFUP_Paris, sur les Server Sent Events (SSE) et la bibliothèque ZeroMQ. geek-directeur-technique.com/2025/09/20/ma-… #php #sse #zeromq


Amaury Bouchard сделал(а) репост

🚀 Demain soir, on se retrouve pour le meetup #PHP à Paris chez @SQLI_FR ! 📍 Levallois-Perret 🎤 Talks : SSE & ZeroMQ + Config & DX dans Symfony ➡️ Inscription gratuite (places dispo) : meetup.com/afup-paris-php…

AFUP_Paris's tweet image. 🚀 Demain soir, on se retrouve pour le meetup #PHP à Paris chez @SQLI_FR  !  
📍 Levallois-Perret  
🎤 Talks : SSE & ZeroMQ + Config & DX dans Symfony  
➡️ Inscription gratuite (places dispo) : 

meetup.com/afup-paris-php…

Amaury Bouchard сделал(а) репост

Temma Execution Flow: Master the execution chain 🔹 Pre-plugins → Action → Post-plugins ⚙️ 🔹 Modes: forward ▶️, stop ⏹️, restart 🔄 A simple system that gives you massive flexibility. 🔗 LINK: temma.net/en/documentati… #PHP #Coding #Backend #CleanCode #DevTools

TemmaPHP's tweet image. Temma Execution Flow: Master the execution chain

🔹 Pre-plugins → Action → Post-plugins ⚙️
🔹 Modes: forward ▶️, stop ⏹️, restart 🔄

A simple system that gives you massive flexibility.

🔗 LINK: temma.net/en/documentati…

#PHP #Coding #Backend #CleanCode #DevTools

Amaury Bouchard сделал(а) репост

Server-Sent Events (SSE) with Temma 🔹 Real-time server ➡️ browser communication 🔹 Perfect for chats, notifications, dashboards Ready to take your PHP apps live? 🔗 LINK: temma.net/en/documentati… #PHP #Temma #WebDev #Backend #RealTime #DevTools

TemmaPHP's tweet image. Server-Sent Events (SSE) with Temma

🔹 Real-time server ➡️ browser communication
🔹 Perfect for chats, notifications, dashboards

Ready to take your PHP apps live?

🔗 LINK: temma.net/en/documentati…

#PHP #Temma #WebDev #Backend #RealTime #DevTools

Amaury Bouchard сделал(а) репост

Adapter Pattern in PHP: your universal plug 🔹 Without it = messy if spaghetti 🔹 With it = clean, maintainable, extensible code Have you used it before, or is this new for you? 🔗 Full article: medium.com/@murilolivorat… #PHp #CleanCode #DesignPatterns #DevTools #Coding

PHPZenOrg's tweet image. Adapter Pattern in PHP: your universal plug
🔹 Without it = messy if spaghetti
🔹 With it = clean, maintainable, extensible code

Have you used it before, or is this new for you?

🔗 Full article: medium.com/@murilolivorat…

#PHp #CleanCode #DesignPatterns #DevTools #Coding

Mon interview par @afup en préparation du #ForumPHP 2025. J'y parle du framework Temma, du manifeste PHP Way of Life, et évidemment de sécurité dans les développements web (ce sera le sujet de ma conférence) event.afup.org/forumphp2025-i… #php #securite @TemmaPHP #PhpWayofLife


Amaury Bouchard сделал(а) репост

PHP-FPM Performance Tuning 🔹 pm.max_children too high = memory crash 🔹 Timeouts & slowlogs = your best tools against slow scripts Optimization is all about balance: stability + speed. 🔗 LINK: dev.to/johanputra/per… #PHP #Performance #Sysadmin #WebDev #ServerTuning

PHPZenOrg's tweet image. PHP-FPM Performance Tuning

🔹 pm.max_children too high = memory crash
🔹 Timeouts & slowlogs = your best tools against slow scripts

Optimization is all about balance: stability + speed.

🔗 LINK: dev.to/johanputra/per…

#PHP #Performance #Sysadmin #WebDev #ServerTuning

Amaury Bouchard сделал(а) репост

Temma Controllers: the essentials 🔹 Root = Home page 🔹 Proxy = Always called 🔹 Default = Handles the unexpected Ready to build cleaner & modular PHP apps? 🔗 Link: temma.net/en/documentati… #PHP #WebDev #Backend #Coding #OpenSource

TemmaPHP's tweet image. Temma Controllers: the essentials

🔹 Root = Home page
🔹 Proxy = Always called
🔹 Default = Handles the unexpected

Ready to build cleaner & modular PHP apps?

🔗 Link: temma.net/en/documentati…

#PHP #WebDev #Backend #Coding #OpenSource

Créer un format d’archivage dédupliqué, chiffré et compressé, compatible avec les outils Unix standards Expérimentation de création d'un format d'archivage supérieur à tar, tout en restant compatible avec les outils Unix standards. geek-directeur-technique.com/2025/08/17/cre… #unix #tar #backup


Amaury Bouchard сделал(а) репост

PHP Logs: your ally for understanding & fixing 🔹 Debug = Track execution 🔹 Monitoring = Catch errors How do you log your apps? 🔗 Full article: temma.net/en/documentati… #PHP #Coding #WebDev #Logging #DevTools

TemmaPHP's tweet image. PHP Logs: your ally for understanding & fixing

🔹 Debug = Track execution
🔹 Monitoring = Catch errors

How do you log your apps?

🔗 Full article: temma.net/en/documentati…

#PHP #Coding #WebDev #Logging #DevTools

Amaury Bouchard сделал(а) репост

Send Discord messages in PHP? 🔹 1 webhook 🔹 1 line of code Temma handles it all. 🔗 FULL DOCUMENTATION: temma.net/en/documentati… #PHP #Temma #DevTools #Discord #Notification

TemmaPHP's tweet image. Send Discord messages in PHP?
🔹 1 webhook
🔹 1 line of code
Temma handles it all.

🔗 FULL DOCUMENTATION: temma.net/en/documentati…

#PHP #Temma #DevTools #Discord #Notification

Loading...

Something went wrong.


Something went wrong.