Photo by Ferenc Almasi on Unsplash SvelteJS is a new JavaScript framework that has been attracting much attention lately. It has been touted as a "compile-time JavaScript framework" because it allows you to write your code once and compile it down to regular...
Stephane’s Blog
How to set up routing in an Express.js project using TypeScript
Photo by Timo Volz on Unsplash This tutorial will go through the steps to set up routing with express.js and some best practices. This post follows the setup of the Express.js backend system described here: How to set up a Node.js backend using Express.js and...
8 Reasons to consider TypeScript for your next development project
Photo by Caspar Camille Rubin on Unsplash If you're looking for a more structured and sophisticated web development project language, TypeScript might be the right choice for you. Here are 8 reasons why you should consider using it for your next project: 1. It can...
Why I use VSCode as an IDE
Photo by Mohammad Rahmani on Unsplash I have been a VSCode user for some time now and I am very happy with the decision. The benefits that VSCode has to offer are so many it is hard to list them all in one post, but here are just a few of the reasons why VSCode is my...
How to setup a Svelte with Typescript project
Photo by Ferenc Almasi on Unsplash TypeScript is a superset of JavaScript that provides optional static typing, classes, and modules. Static types allow TypeScript to provide more accurate type checking and tooling support. Classes and modules enable better...
How to set up a Node.js backend using Express.js and TypeScript
Photo by Joe Hepburn on Unsplash Node.js is one of the most popular node frameworks for web developers today, and when combined with Express.js, it can be even more powerful. Express is a node framework that lets you build node apps in an easy way by using node's...
How to create a custom React hook to fetch an API (using TypeScript)?
Photo by Steve Johnson on Unsplash Hooks are convenient for modern react development. The react framework comes with standard hooks to manage state, for example, with useState, and here we will write our hook to fetch data from any API. Buț first … … what is a hook? A...
How to improve the use of the console in javascript
Photo by Markus Spiske on Unsplash When we develop, and not only in javascript, it is regularly necessary to read the information contained in a variable or the execution result. In javascript, we have the Console object, which allows us to ask the program to write a...
Le currying en javascript, application pratique
Photo by Min Ling on Unsplash Dans un précédent post, j’ai abordé le principe de base du currying en javascript, en montrant comment on peut faire un usage partiel d’une combinaison de fonctions. Aujourd’hui je vous propose de réaliser une fonction permettant de...
Comment éviter null et undefined avec Maybe et Result en javascript
Photo by Joan Gamell on Unsplash Il existe beaucoup d’outils, de fonctions et de techniques pour évaluer si une variable existe, si elle est bien définie et si elle n’est pas nulle. En travaillant sur un projet suivant le paradigme de la programmation fonctionnelle,...

Hey my name is Stéphane
I’m a french product guy who likes technology, Apple, apps, gadgets and cats. I like to write about these passions, no-code and web development.