Leveraging docker-compose and SwaggerUI
Having a local SwaggerUI instance and deal with CORS by a single command to easily get your API documentation.
Published on Friday, February 4, 2022 11:00 AM
Find on this blog many developer resources I find useful to share and more informations on my projects.
Leveraging docker-compose and SwaggerUI
Having a local SwaggerUI instance and deal with CORS by a single command to easily get your API documentation.
Published on Friday, February 4, 2022 11:00 AM
Print your Markdown content with React through AST
A journey to printing my blog Markdown contents with my custom components.
Published on Wednesday, December 1, 2021 11:00 PM
Get 4 PRs easily and usefuly for the Hacktoberfest
You want to get involved into the Hacktoberfest an win a shirt or plant a tree? Follow your guide!
Published on Tuesday, October 12, 2021 11:07 AM
Run Apache Kafka locally with docker-compose.
Published on Thursday, December 31, 2020 2:07 PM
Unobtrusive Dependency Injection with Knifecycle
Knifecycle is a NodeJS module aimed to provide DI power without the headaches..
Published on Saturday, January 26, 2019 1:00 PM
A quick tour of my VSCode configuration.
Published on Thursday, January 3, 2019 9:00 PM
Normalizing JSON Data from REST APIs
Very few developer takes the time to think about how they structure their JSON at the very beginning of the project, it is the best moment to do so though.
Published on Friday, March 3, 2017 11:07 AM
Considerations for Automatic Generation of API Clients
No one should loose time writing code that can be generated automatically. Here are some tips on how I did it.
Published on Sunday, February 19, 2017 4:00 PM
Project Webservices at 7Digital
A sum-up of my last 6 months working at 7Digital
Published on Tuesday, February 7, 2017 2:09 PM
On managing a lot of NPM modules.
Published on Thursday, February 2, 2017 5:29 AM
Toward a stricter query string parser
With most query string parsers, a lot of URIs can point to the same content. It not only mess you cache system but make your logs less expressive. To avoid those problems I just wrote a stricter query string parser.
Published on Monday, December 12, 2016 8:50 PM
Designing HTTP REST APIs with NodeJS
Designing good HTTP services is still a hard thing despite the many tools you can find to make them with NodeJS. I'm trying to define a formal approach to architecture them by embracing the HTTP protocol nature and the RESTful principles.
Published on Saturday, November 12, 2016 10:50 AM
Why I think middlewares are a bad thing, how I am replacing them.
Published on Saturday, November 5, 2016 8:50 PM
Currently, it's all about JavaScript and how to compile, transpile and every "ile"y things you could imagine. But what about making JavaScript smaller?
Published on Friday, July 10, 2015 3:38 PM
Create Native NodeJS Modules Fallbacking To Emscripten Ones
Suprisingly, creating a native module is not that hard. Making it compile on any platform and gracefully handle compilation fails is a bit more tricky.
Published on Friday, June 26, 2015 5:50 PM
Watching Your NodeJS Projects's Dependencies The Easy Way
Using watchdeps to automagically watch your project's dependencies.
Published on Sunday, March 8, 2015 11:07 AM
REST API access control with reaccess
A presentation introducing reaccess an its use on a MEAN stack.
Published on Wednesday, October 1, 2014 1:44 PM
Match IE8 With Rework And Gulp!
Rework is a very powerful tool. It allows working with CSS contents in a friendly manner. Let's improve you IE8 compatibility with it.
Published on Saturday, March 15, 2014 4:05 PM
Detecting Bad JavaScript Performance Tests On JSPerf
JSPerf gives us a simple way to write JavaScript performance tests. Unfortunately, tests found aren't always well designed. Here's how to detect and avoid them.
Published on Thursday, June 6, 2013 6:21 PM
Revisiting The JavaScript Singleton Pattern
JavaScript design patterns are quite good examples to sharp your JavaScript skills. Let's take a look to the singleton pattern.
Published on Thursday, May 30, 2013 9:38 AM