The Tree
2022-12-23
Typescript implementation of a tree.
I'm a french full stack software engineer. I mainly use and enjoy Typescript, Node, React and GraphQL at the moment.
2022-12-23
Typescript implementation of a tree.
2022-12-19
A flexible component authoring pattern to give consumers a composition-based API
2022-11-20
Building a nice datepicker with animations and gesture support
2022-08-14
Looking at the rising trend of library developed with support to many UI frameworks.
2022-05-01
Using a mutable approach may lead to enormous performance gains.
2021-10-24
This post explain how I would retrain as a web developer in late 2021
2021-05-10
Exploring a few helpful graphql focus typeguards such as isType, isEither, isNot, isTypeInTuple
2021-04-19
Buiding typesafe field level plugins to run field level middlewares with the graphql nexus framework.
2021-01-18
Leverage GraphQL & Typescript codegen, documentation and observability across the stack
2020-12-05
Typescript implementation of a basic hashtable with insert, get and remove methods.
2020-05-31
Typescript implementation of a linked-list.
2020-05-24
Typescript implementation of a basic queue and of a priority queue.
2020-05-19
Typescript implementation of a stack.