How to improve your code with a few obvious advices
Stephane’s Blog
How to start with currying in javascript
In this article we will explore the basics of currying in javascript
Getting started with svelte components
Creating your first svelte component is simple. In this post, we’ll go over the basics of creating a component
How to solve sudoku puzzles using backtracking algorithms and TypeScript
New article to discuss how to use backtracking algorithms to solve sudoku puzzles
What are first-class and higher-order functions in javascript ?
What are first-class and higher-order functions in javascript ? Let’s find out in this blog post.
5 ways to iterate an array in javascript
Looping through an array is one of the most common tasks needed to perform when working with Javascript. Let’s see how to do that.
How to use backtracking with javascript, and solve the n queens problem
What is backtracking, and how to solve the n queens problem ? Check out my new article to find out!
Recursive functions with Javascript
Recursion is a powerful programming technique that can be used to solve problems in a more elegant way than traditional looping mechanisms.
How to Use Airtable as a Database for Your React Application, using TypeScript and custom hooks
In this blog post, we will discuss how to use Airtable as a database for your React application. We will use TypeScript and create a custom hook to get the data.
How to set up and use environment variables in your react app
Environment variables are incredibly useful when it comes to backend development, but how to set your react app to use some on the front end?

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.