Popular works

ThreadPoolExecutor vs ProcessPoolExecutor (Practical Guide)
A practical, student-friendly explanation of concurrency and parallelism in Python, with real-world examples using ThreadPool...

Why the Command pattern works so well for backtesting
Do you know design patterns? One major category is Behavioral patterns. Command is part of it, and I will explain it with a r...

Caching Fundamentals for dummies like me
A clear and student-oriented explanation of caching fundamentals, cache states, eviction strategies, and architectural trade-...
All articles

Secure your server and services for dummies
In general, once you deploy a service on a remote server, there is often a stressful moment: the feeling you will get hacked. I will show you how to secure your server to reduce the chance of it falling into enemy hands.

How does an iOS app build work?
If you love app development and want to learn how to build iOS apps, you are in the right place. Even if building an iOS app looks complex at first, it can be simplified with the right knowledge and good practices.

JavaScript, single-threaded or multi-threaded?
Have you ever wondered whether JavaScript is a single-threaded or multi-threaded programming language? Discover in this article how thread management works in JavaScript and how Web Workers can improve your web app performance.

Hashtag generator
Snippet of a function that generates hashtags

Dependency inversion and its implementation in React.js with TypeScript
I propose an implementation of the dependency injection design pattern. Note that this is only one implementation among many others! I would love your feedback via LinkedIn if you have constructive criticism 🥰

SSH configuration file for dummies
As a developer, I barely bothering configurate my SSH config file, but after working on multiple environnment using multiple terminals, I started getting lost. Tha why I will show how to configure your SSH config file. Which is very simple tbh.

GPT-3 chat bot
Snippet of a function that lets you chat with GPT-3 using your API key

Build your own Telegram bot using a soccer example
Today I want to talk about a topic that might interest the laziest football fans: building a Telegram bot to keep track of today’s matches.

Polling vs interrupts in embedded systems
Are you new to embedded electronics? You discovered polling and interrupts but still do not understand the real difference. This article should help.

Set up an ERP on a VPS using Portainer and Nginx
Having your own ERP as an entrepreneur or business owner is crucial. It helps centralize all professional activities in one software and I will show you how to implement it simply.

