-
A CSS razor
A “razor” in philosophy is a methodological principle that helps simplify complex choices by eliminating unnecessary hypotheses or options.
-
For...else in JavaScript
A common pattern when using a for loop is to combine it with an else statement.
-
How to do a Modal in React: the HTML first approach
Do HTML before doing CSS, or JS… or React.
-
Why you should use TypeScript: a tale of self-documented code
Make your code the best comment ever.
-
How to roll a dice in JavaScript?
Let’s build the ultimate dice step by step.