ecyrbe

ecyrbe @ecyrbe

About: I'm technology enthusiast. I'm interested about all the things related to programming.

Location:
Paris
Joined:
Jul 15, 2019

ecyrbe
articles - 11 total

Advent of typescript 2023 day 23 : Connect 4

Hello Typescript Wizards, i hope you are having fun with the Advent of Typescript 2023. This is the...

Learn More 10 1Dec 23 '23

Advent of typescript 2023 day 22 : Reindeer Sudoku

Hello Typescript Wizards, i hope you are having fun with the Advent of Typescript 2023. This is the...

Learn More 3 0Dec 22 '23

Advent of Typescript 2023 Day 21 : TIC TAC TOE

Hello Typescript Wizards, i hope you are having fun with the Advent of Typescript 2023. With Trash we...

Learn More 9 2Dec 21 '23

Write typesafe APIs with zodios

Writing client APIs, that gives you autocompletion is time consuming. You allways endup writing the...

Learn More 12 0Sep 18 '22

How to test your typescript utility types

Typescript has some nice utility types to help you improve code typing. As a reminder, utility types,...

Learn More 11 1Jun 19 '22

How to use advanced Typescript to define a `pipe` function

Typescript is awesome but some functionnal libraries have limited implementation for Typescript...

Learn More 26 9Jun 11 '22

Zodios : an open source HTTP client with type checking at both compile time and runtime (part 2/3)

In the last article we have seen how to use zodios to declare custom REST APIs. As a reminder, Zodios...

Learn More 8 1May 24 '22

Webpack Module Federation for production environnement

Webpack Module federation is a really nice piece of technology for decoupling your micro frontends...

Learn More 30 1Feb 26 '22

Zodios : an open source HTTP client with type checking at both compile time and runtime (part 1/3)

You might be familiar zod. It's a schema validation library like many others, that allows you to...

Learn More 8 1Feb 20 '22

How to create your own private cloud : part 1

Hello folks, Have you ever wondered how do cloud providers build their cloud ? How do circle-ci,...

Learn More 14 1Aug 3 '21

Just for fun : transform a simple code into over engineered functional style code (featuring javascript)

Hi fellow programmers, This article is kind of a nice (maybe) and pretty (i hope) exercise. But do...

Learn More 8 1Aug 7 '20