Aurélien HervéinHackerNoon.comBasic javascript algorithms toolbox: starter kitTL;DR: Here’s a list of javascript quick-to-write algos that are often useful.Aug 30, 20179Aug 30, 20179
Aurélien HervéinHackerNoon.comInstalling git hooks in a dockerized environmentGit hooks can be very convenient to keep your commit log clean. Here’s a way to install and share git hooks across your team when you are…May 31, 2017May 31, 2017
Aurélien HervéinHackerNoon.comHow to write nice, typed and expressive node-express functionsIn this post I’ll present a rather nice way of wrapping node-express controller methods in order to have a better self-describing codebase.May 15, 20172May 15, 20172
Aurélien HervéinHackerNoon.comHere’s my minimal setup to write a piece of typescript codeWriting 10 lines of typescript should not require advanced devOps knowledge. Here’s a minimal build to write and debug any piece of…Mar 6, 20177Mar 6, 20177
Aurélien HervéinHackerNoon.comWho said javascript was easy ?Here’s a few tricks and traps that javascript beginners should probably know of. If you’re already an expert, feel free to read this with a…Dec 13, 20169Dec 13, 20169
Aurélien HervéinHackerNoon.comAwait is the new blackAre you aware of how awesome the new es7 async/await feature is ? Showtime !Dec 7, 20167Dec 7, 20167
Aurélien HervéinHackerNoon.comFrom callback swamp to typescript heaven: why we rewrote our entire api in typescriptAt Hunteed we recently rewrote our entire api codebase, migrating from a standard node-express api to a brand-new typescript app. This was…Dec 5, 20164Dec 5, 20164
Aurélien HervéinHackerNoon.comBro, do you even map ? — MapReduce demystifiedI’ve seen a lot of people struggling to understand map/reduce functions. They either think it’s too complicated to understand, or they…Dec 1, 20164Dec 1, 20164
Aurélien HervéinHackerNoon.comEdge node-express api using Docker, Typescript, codeship & mongooseI've recently been busy refactoring our api build for Hunteed and the result looks like it could be open-sourced.Sep 14, 20161Sep 14, 20161
Aurélien HervéDockerized background image processing with docker, codeship and iron.io workersLet's build a custom background image processing tool; DevOps style !Apr 12, 20161Apr 12, 20161