4 followers
I'm a software engineer, specialized in web development. I'm currently working as a consultant at Pari Mutuel Urbain (PMU) for Carbon IT. I love to work with cool new tech 🚀
On several browsers, using the visible value for the overflow-x or overflow-y properties will not behave as expected as soon as you specify any other...
By default when typing an array in Typescript I would do the following: const myArray: T[] = ... // operation that returns an array of type T However...
For certain applications it is sometimes convenient to leverage an inversion of control / a dependency injection mechanism. I ran into this problem...
There are several tools for creating and managing monorepos, so I will use my tool of choice here and the ways to use them may differ. I personally...
At my new job I recently had to refactor several React JS projects to React Typescript. What struck me then was the considerable portion of duplicated...
Kubernetes Architecture Schematic representation of a K8s architecture and its core components Along these notes, both "Kubernetes" and "K8s" might...