Amaury Bouchard (@geekcto) 's Twitter Profile
Amaury Bouchard

@geekcto

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

ID: 42290088

linkhttp://www.geek-directeur-technique.com calendar_today24-05-2009 21:59:26

1,1K Tweet

857 Takipçi

193 Takip Edilen

PHP Zen (@phpzenorg) 's Twitter Profile Photo

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

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
Temma (@temmaphp) 's Twitter Profile Photo

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

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
Amaury Bouchard (@geekcto) 's Twitter Profile Photo

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 Temma #PhpWayofLife

PHP Zen (@phpzenorg) 's Twitter Profile Photo

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

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
Temma (@temmaphp) 's Twitter Profile Photo

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

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
Temma (@temmaphp) 's Twitter Profile Photo

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

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
AFUP Paris (@afup_paris) 's Twitter Profile Photo

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

🚀 Demain soir, on se retrouve pour le meetup #PHP à Paris chez <a href="/SQLI_FR/">SQLI Digital Experience</a>  !  
📍 Levallois-Perret  
🎤 Talks : SSE &amp; ZeroMQ + Config &amp; DX dans Symfony  
➡️ Inscription gratuite (places dispo) : 

meetup.com/afup-paris-php…
Amaury Bouchard (@geekcto) 's Twitter Profile Photo

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

PHP Zen (@phpzenorg) 's Twitter Profile Photo

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

Workflows in PHP: Chaos or clarity?

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

Which workflow would you choose?

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

#PHP #Workflow #CleanArchitecture #DevTools
Temma (@temmaphp) 's Twitter Profile Photo

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

ORM vs DAO in PHP ⚡

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

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

🔗 LINK: temma.net/en/faq

#PHP #Coding #CleanCode #Temma #DevCommunity
Temma (@temmaphp) 's Twitter Profile Photo

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

Temma Configuration: PHP, JSON, YAML or NEON?

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

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

#PHP #Dev #Backend #Temma #OpenSource
Amaury Bouchard (@geekcto) 's Twitter Profile Photo

Ma conférence au Forum PHP 2025 : Les bases de la sécurité dans les développements web geek-directeur-technique.com/2025/10/11/ma-… #forumphp2025 AFUP #securite #web

Temma (@temmaphp) 's Twitter Profile Photo

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

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
PHP Zen (@phpzenorg) 's Twitter Profile Photo

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

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 (@geekcto) 's Twitter Profile Photo

La fondation Python renonce à une subvention de 1,5 million de dollars plutôt qu’à ses valeurs #python #opensource #diversite #trump zdnet.fr/blogs/l-esprit…

Amaury Bouchard (@geekcto) 's Twitter Profile Photo

Retour sur ma conférence "Les bases de la sécurité dans les développements web" au Forum PHP 2025, par Agence Dn'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…

Amaury Bouchard (@geekcto) 's Twitter Profile Photo

De PHP 8.0 à PHP 8.5, retour sur cinq ans d’innovation Alors que PHP 8.5 va sortir à la fin de l’année, et que les deux dernières versions d’Ubuntu intègrent PHP 8.4, c’est le bon moment pour revenir sur les évolutions du langage. geek-directeur-technique.com/2025/11/06/de-… #php #php8

Temma (@temmaphp) 's Twitter Profile Photo

Temma: The 3 core internal objects 🔹 Config = The brain 🔹 Request = The conductor 🔹 Response = The craftsman Together, they power Temma’s engine. 🔗 Link to the article: temma.net/en/documentati… #PHP #Framework #Backend #Coding #SoftwareArchitecture #DevCommunity

Temma: The 3 core internal objects

🔹 Config = The brain
🔹 Request = The conductor
🔹 Response = The craftsman

Together, they power Temma’s engine.

🔗 Link to the article: temma.net/en/documentati…

#PHP #Framework #Backend #Coding #SoftwareArchitecture #DevCommunity
PHP Zen (@phpzenorg) 's Twitter Profile Photo

Dynamic Method Calls in PHP 🔹 Flexible = Great for frameworks 🔹 Risky = Harder to read, debug & refactor Sometimes, “clever” code hides real dangers. Be explicit. Be safe. Stay readable. 🔗 LINK : dev.to/ashallendesign… #PHP #Coding #CleanCode #WebDev #Programming

Dynamic Method Calls in PHP
🔹 Flexible = Great for frameworks
🔹 Risky = Harder to read, debug &amp; refactor

Sometimes, “clever” code hides real dangers.
Be explicit. Be safe. Stay readable.

🔗 LINK : dev.to/ashallendesign…

#PHP #Coding #CleanCode #WebDev #Programming