Welcome

to my Blog

I’m a FrontEnd developer based in France. Loving beautiful and easy to use interfaces.

Follow
banner-image
Ping a server from a grunt task

Ping a server from a grunt task

I was working on a small project that sets up a proxy using grunt, and then starts a node server. Problem is that if the proxy wasn’t up and running, grunt would still start the...

Continue...
Getting to know display:flex

Getting to know display:flex

I know I’m late, but I have finally been toying with the new CSS 3 display modes like flex and I’m already running into trouble. It seems there are a lot of inconsistencies across browsers...

Continue...
Optimising the Canvas HTML5 element

Optimising the Canvas HTML5 element

While developing my own tile/sprite drawing engine, I stumble upon several problems related to the Canvas element: I thought it would be a good idea to share my experiences. Canvas clearing Since not all canvas...

Continue...