Introduction au JavaScript : Au-delà du langage interprété
Une introduction aux concepts fondamentaux de JavaScript moderne : compilation JIT, bytecode, typage dynamique, paradigmes de programmation et gestion de la mémoire.
Thoughts on software engineering, architecture, and the craft of building things.
Browse by topic →Une introduction aux concepts fondamentaux de JavaScript moderne : compilation JIT, bytecode, typage dynamique, paradigmes de programmation et gestion de la mémoire.
A step-by-step guide to building JWT authentication with email verification using NestJS, React, Drizzle ORM, and Resend. Covers registration, validation, and a production-ready auth flow.
A graduation project focused on building an experimental machine learning system for robust fake profile detection across Facebook, Twitter, and Instagram. The work combines multi-dataset benchmarking, feature engineering, classical ML models, and metaheuristic optimization techniques to evaluate model performance in a systematic and reproducible way.
In this article, we explore how JavaScript really executes code behind the scenes. You’ll understand the call stack, asynchronous behavior, task queues, microtasks, and why setTimeout doesn’t always run when you expect.
A practical guide on setting up a TurboRepo monorepo and the real issues you face when adding multiple applications like NestJS and Django, including scripts, ports, and integration challenges.