javascript

Vue.js - The simplicity !

This is like React but easier and faster to build stuff with. I’m using Vue.js since september and I’m still impressed by how everything feels natural and simple.

Read
elasticsearch

Elasticsearch 5 - New features

Say heya to the new Elastic Stack (ELK). I'm going to focus on Elasticsearch 5 new features and changes as it the product from the stack I use the most

Read
php/symfony

PHP 7 - Scalar type and new operators

PHP7 is not only about performance improvements. There are a also a few cool new things that came out !

Read
docker

Docker 1.12 - Let's swarm!

Docker 1.12 is probably the most important release since 1.0. Docker 1.12 has added features to make multi-host and multi-container orchestration available for everyone who wants or needs it.

Read
elasticsearch

Elasticsearch - Autocomplete suggestions

Ideally, auto-complete functionnality should be as fast as the user typing to provide instant feedback. If you're doing your autocomplete implementation by using regex-like searches in your DB (ie: gith*), you're doing it wrong

Read
angular

Angular 1.5 - Hello web components!

Angular 1.5 is now out, what are components ? Why you should use them ?

Read
php/symfony

Private composer server with satis

I use the Symfony stack at my work, and we have a code architecture with a lot of common components. (...) We came across a litle problem lately, everytime we're doing a composer update, it will take around five minutes

Read
javascript

My 5 favorite features in Javascript ES6

I'm now using ES6 since a few months at my work, and I have to say, I'm not going back ! So, what's so awesome ? Here are my five favorite features !

Read
random

New year resolution !

So this is my new objective, start a blog and try to write a bit about new things (and the things that I learn too!). I'm going to write these article in English, it will be part of my personal english training :p

Read