Camille Hodoul

All posts | Camille Hodoul
Camille Hodoul

I'm a JavaScript and PHP developer living in Grenoble, France.
Twitter, Github, Flickr, resume, blog in french

  1. git stash

    May 22, 2023

    Put changes aside without committing

  2. Tactical PHP

    May 24, 2020

    Bits of old-school Object-Oriented Programming, applied to PHP

  3. Ship modern JavaScript with Rollup

    April 07, 2020

    preset-modules, module/nomodule pattern and other techniques to ship modern syntax to evergreen browsers while supporting IE11 with a legacy build.

  4. Learning Resources

    March 09, 2020

    Curated list of multimedia resources on Computer Science and tech in general

  5. Symfony Maintenance Mode

    January 03, 2020

    Safely toggle maintenance mode independently from dependency injection or autoload

  6. Using PHP arrow functions

    December 07, 2019

    PHP 7.4 was released with support for arrow functions, as defined in this RFC. To paraphrase it, the goal is to provide a concise syntax for…

  7. UTF-8 csv fix for Excel

    July 16, 2019

    Using utf-8 for your CSV files sounds obvious and works well in most software processing them. Most software except Micrososft’s Excel…

  8. cuisine-ead

    June 14, 2019

    Tool for batch editing xml-ead files in browser.

  9. Convert KML Placemarks to SVG Polygons

    April 11, 2017

    Being easily confused by basic geometry, I tend to stick to 2D whevener possible. Unfortunately, (in France at least) publicly available…