Jest, The React.js Unit Testing Framework, In Practice
Jest is the de facto unit testing framework for ReactJS project. It is provided and used by Facebook themselves. You will see how and why we use it on the react-admin project, the difficulties we met, and some useful tips for setting it up correctly.
Derniers articles par Jérôme Macias
Full-stack web developer at marmelab, with strong architecture skills, Jerôme has successfully run large scale websites with huge traffic.
DotScale 2015 Conference Summary
On Monday, I attended the DotScale 2015, one of the DotConferences series. Here are my impressinos about the talks.
[Video] ArchitectureTree: Visualize Software Architectures In Your Browser
You don't need a drawing app to create a software map anymore. Meet ArchitectureTree, a visualization combining d3.js and Angular.js for demanding architects.
Silex Multifetch: Multiplex Requests To Your PHP API Into A Single HTTP call
Batch requests is a common practice to minimize API response time. We're publishing a new library to make it possible on web services written in PHP.
Microrest.php: Generate A RESTful API On Top Of Any Relational Database, Powered By PHP And Silex
If you have a database, you're not far from also having a REST API. All it takes is a PHP microserver written in Silex, a description of your model written in YAML... and 5 minutes of your time.
Two days to write my first Protractor tests on the ng-admin AngularJs module
Protractor is the de facto standard for end-to-end tests on AngularJS applications. I spent two days bootstraping it on ng-admin project.
Une commande tree plus efficace grâce au Go
Peut-on facilement et rapidement améliorer la classique commande `tree` grâce au langage Go ? Nancy étant dans les cartons, c'est Paris qui s'y colle pour cette journée de Hackday.