TechCCM Site
La prochaine version majeure de PHP s’appellera PHP … 7
Après un vote entre PHP 6 et PHP 7, c’est PHP 7 qui a gagné. Plus d’infos ici : http://www.blog-nouvelles-technologies.fr/archives/52599/php-7-gagne-le-combat-le-nom-de-la-prochaine-version-de-php-est-claire/
La différence entre « controller » et « service »
Tout ce qui n’est pas « model » (base de données) ou « view » (template) est dans le contrôleur ? Il n’y a rien de plus faux … Petit article là dessus : http://ewanvalentine.io/difference-between-services-and-controllers/
Compass: East Oriented
Programmer avec un design « Compass: East Oriented ». Je ne connaissais pas jusqu’alors et ça va changer ma vision/conception des choses sur pas mal de choses 🙂 DRAFT – A Design Compass: East Oriented is...
PECL/mysqlnd_ms: how failed XA transactions get fixed | Ulf WendelUlf Wendel
XA transactions are an open standard for distributed transactions. A distributed or global transaction can spawn multiple databases. XA transactions come handy, for example, when data sets are sharded over multiple servers and a...
Understanding OpCache
PHP in version 5.5 comes with a caching engine built-in – OpCache – which stores precompiled script bytecode in the memory. If you’re familiar with APC or Xcache, you will already know how such...
How Google Backs Up the Internet Along With Exabytes of Other Data – High Scalability –
Raymond Blum leads a team of Site Reliability Engineers charged with keeping Google’s data secret and keeping it safe. Of course Google would never say how much data this actually is, but from comments...
Docker & containers
La semaine dernière j’ai pu assister à une formation docker chez Hopwork. Le formateur, David Gageot nous a fait une bonne intro dans le monde de docker. La formation était surtout technique et donc...
Meetup MariaDB du 26 juin 2014
Jeudi 26 juin 2014, je me suis rendu à un événement #mariadb organisé par SkySQL. http://www.skysql.com/about/news-events/events/mariadb-roadshow-paris L’occasion de garder contact avec la communauté MariaDB et échanger avec des utilisateurs de MariaDB, TokuDB, Spider, Galera Cluster,...
Docker: Containers for the masses
Une bonne série de 3 articles sur Docker … qui reprennent tout du début et en 1er lieu la différence entre une VM et un container 😉 Les autres articles de la série :...
Commentaires récents