Introduction In Javascript, Proxies enables you to trap specific object operations and...
Introduction Uniqrate is a powerful tool designed for blogs and documentation, allowing...
Introduction About three months ago, two of my colleagues and I joined forces with a...
Introduction All programs have to manage the way they use the computer's memory while they...
Introduction Dans cet article, nous allons construire ensemble une application en ligne de...
Introduction After our first article, we have a simple command line application that can...
Introduction To learn a new language, I find it quite interesting to build something....
Introduction In this little post, we'll build together a very simple command line...
Observer pattern Third stop on my journey: the Observer pattern. The...
Factory method Second stop in my journey through the design patterns: the Factory...
Why Design Patterns I'm at a moment in my developer journey where knowing design patterns...
New job, new me It's been a while since a write something in here... Life gets in the way....
There is the unsubscribe functionality that allow you to disengage from one of your articles, but sho...
Positive language Language is important, really important. How we express our ideas and ou...
Every single technology is not neutral When we are about the neutrality of technology late...
Hey there! I'm running into a problem inside my Spring boot application that is making me go nuts. H...
Lately, I started to cook more fresh products in order to be more healthy and fight some minor food i...
Accessibility issues As developers, accessibility should not be an after thought. We shoul...
Master/slave denomination The master/slave denomination is a common one in technology. Mas...
Introduction A common workflow in web development is to have a production branch and one o...
I'm starting to feel some pain in my right wrist/arm these days. Being 8+ hours in front of the compu...
What are custom hooks? A custom hook allows you to extract some components logic into a re...
Community definitions: a group of people living in the same place or having a particular characteri...
Object.freeze Here is how you use Object.freeze: let objectToFreeze = { age: 28, nam...
This article will be a bit off-brand. No tutorials or description of a technical concept. This is a c...
Introduction Aaaaah, prototypes... How many blog posts did you read where prototypes are l...
New World Order With the COVID-19 crisis, one trend has gained a lot of momentum: remote w...
Understanding React bundling By using tools such as Webpack or Browserify, React applicati...
Another acronym? We loooove acronym don't we? KISS, DRY, TDD, LOL... So many concepts behi...
Introduction When we hear about Javascript, we often hear about libraries and frameworks....