Latest posts

September 07, 2015 A little productivity hack on Linux

Owen Williams explains in this article how he has improved its productivity with a setting on MacOS which allow a synthesized voice to announce the time each hour. It works as a reminder to focus on his work rather than procrastinate.

Read more

September 08, 2014 Proxapi, a helper for accessing quota limited APIs

Proxapi is a javascript library acting between your code and APIs of services like Twitter, Google ou Facebook which limit the number of requests allowed in a period of time. With it, you can set up various strategies dealing with the cases when limits are reached : send back an informative error message, wait for the end of the limited period to retry the request, etc.

Read more

August 26, 2014 A simple menu with Metalsmith

Here's a technique to apply a specific style on the menu item associated with the current page.

Read more

August 20, 2014 Using Metalsmith with Jade

I made this site with a static pages generator. Several reasons for that: ease of hosting and archiving, performance ... and I just gave in to fashion!

Read more

May 28, 2014 User errors management in Angular.js

When designing a web interface allowing data deletion, one often add a security layer by asking the user to confirm his action.

Read more