Knowledge Outside the Classroom

Some of my public technical activity predates the current portfolio. I published computer-science tutorials in the ecosystem historically associated with Site du Zero / OpenClassrooms, and public records still list courses on Java pagination, MVC application design, and generating Windows executables from JAR files. These works belong here because they show the same impulse that later became central to my teaching: make technical knowledge usable by people who are still building their confidence.

Public course / tutorialFocusWhy it matters
Créer un système de pagination en JavaJava, data display, page navigation, implementation detailsA practical problem that forces the learner to connect interface needs, data access, and algorithmic structure.
Créez des applications de qualité avec le design pattern MVCMVC, separation of concerns, maintainable application structureAn entry point into software design discipline: code organization, roles, responsibilities, and future evolution.
Créez des exécutables Windows classique (.exe) à partir des Executables JAR Files (.jar)Java packaging, desktop delivery, executable generationA delivery-oriented tutorial: helping learners move from code that runs locally to software that can be distributed.
Public technical videos and project explanationsShort-form explanation, product communication, outreachA way to connect technical projects with audiences that may not read formal documentation.

Example Video

A SmartWorkflow demonstration of administrative-process simulation with P2PTinyWfMS, published in 2021.

Outreach Method

Continuity With My Portfolio

This outreach work links naturally with my teaching, consulting, and research pages. Whether I am explaining Java pagination, supervising a hackathon, teaching software engineering, or designing a delivery forge, the underlying commitment is the same: make complex systems understandable enough for people to act responsibly on them.