InsertAfter's Logo

Blog

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.
Read the full post

Published at vendredi 4 février 2022 à 11:00:00.

Print your Markdown content with React through AST

A journey to printing my blog Markdown contents with my custom components.
Read the full post

Published at mercredi 1 décembre 2021 à 23:00:00.

Get 4 PRs easily and usefully for the Hacktoberfest

You want to get involved into the Hacktoberfest an win a shirt or plant a tree? Follow your guide!
Read the full post

Published at mardi 12 octobre 2021 à 11:07:32.

Kafka with docker-compose

Run Apache Kafka locally with docker-compose.
Read the full post

Published at jeudi 31 décembre 2020 à 14:07:32.

Unobtrusive Dependency Injection with Knifecycle

Knifecycle is a NodeJS module aimed to provide DI power without the headaches.
Read the full post

Published at samedi 26 janvier 2019 à 13:00:00.

My VSCode Configuration

A quick tour of my VSCode configuration.
Read the full post

Published at jeudi 3 janvier 2019 à 21:00:00.

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.
Read the full post

Published at vendredi 3 mars 2017 à 11:07:32.

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 do it.
Read the full post

Published at dimanche 19 février 2017 à 16:00:00.

Project Webservices at 7Digital

A sum-up of my last 6 months working at 7Digital.
Read the full post

Published at mardi 7 février 2017 à 14:09:30.

Meta NPM Packages

On managing a lot of NPM modules.
Read the full post

Published at jeudi 2 février 2017 à 05:29:10.

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.
Read the full post

Published at lundi 12 décembre 2016 à 20:50:52.

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.
Read the full post

Published at samedi 12 novembre 2016 à 10:50:52.

No more middlewares, please

Why I think middlewares are a bad thing, how I am replacing them.
Read the full post

Published at samedi 5 novembre 2016 à 20:50:20.

Let's Subset JavaScript

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?
Read the full post

Published at vendredi 10 juillet 2015 à 15:38:03.

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.
Read the full post

Published at vendredi 26 juin 2015 à 17:50:23.

Watching Your NodeJS Projects's Dependencies The Easy Way

Using watchdeps to automagically watch your project's dependencies.
Read the full post

Published at dimanche 8 mars 2015 à 11:07:32.

REST API access control with reaccess

A presentation introducing reaccess an its use on a MEAN stack.
Read the full post

Published at mercredi 1 octobre 2014 à 13:44:58.

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.
Read the full post

Published at samedi 15 mars 2014 à 16:05:01.

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.
Read the full post

Published at jeudi 6 juin 2013 à 18:21:50.

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.
Read the full post

Published at jeudi 30 mai 2013 à 09:38:19.

Easily Implement Stacks (Fifo) And Queues (Lifo) With JavaScript

I'm currently reviewing Javascript basis for a personnal project and it appears I often use stacks and queues implicitly. Let's make it explicit and easyer to debug/use.
Read the full post

Published at mardi 9 avril 2013 à 11:50:52.