How to delete a specific message from RabbitMQ Queue ?

Recently I was looking for a way to delete a specific message from a RabbitMQ. After reading some threads online How to selectively delete messages from an AMQP (RabbitMQ) queue?, How to remove specific message from queue in rabbitmq, RabbitMQ: Is it possible to remove a message…

Node Js Events are counterintuitive

We, on the team realized that we did not read the documentation of Node Events that says that listeners of events are called synchronously :

Node.JS require plays hide-and-seek

Some times ago (I don’t really remember when), working on a Node.Js project, I realised something about require …

How to manage bower dependencies with Grunt

In this article we will describe how to manage bower dependencies with Grunt in your html file.

HTML5 Web Storage Example

In this example, I will present you how to use HTML5 storage.

JavaScript Quizz

2014-03-15 - Rémi Goyard javascript

A little JavaScript Quizz, to show some languages subtleties …

jQuery Loader Plugin

This little jQuery loader plugin is used to add a loading popup. This could be usefull for ajax calls, and it’s really simple to use !.

jQuery Postdatas Plugin

Just a little jQuery plugin to post datas with javascript, technically, this plugin add a hidden form in the page, all form fields are hidden, and then submit this form.