Journal d'apprentissage — aperçu de la page

Printable Journal d'apprentissage

Apprenez en profondeur avec la technique Feynman

Entrée quotidienne Créativité et apprentissage

Apply the Feynman technique to every study session. Explain what you learned in plain words, surface knowledge gaps, spark new questions, and turn insights into concrete action — all in one daily entry.


Prêt à imprimer A4 / Letter 100 % gratuit 6 téléchargements

jours
Personnaliser les champs

Activez ou désactivez les champs. Cliquez sur le crayon pour renommer, ou ajoutez vos propres champs.

Télécharger le PDF gratuit

Avantages

Retain information longer through active recall
Expose knowledge gaps by explaining in your own words
Build a searchable personal knowledge base
Stay curious with a dedicated space for questions
Bridge learning and practice with clear action steps

Comment utiliser

Write the topic, source, and time you spent learning
Explain what you learned as if teaching it to a child — use your own words
Rate your confidence level to spot gaps in understanding
Capture every question and curiosity that came up
Commit to one or two action steps to apply or review the material

Qu'est-ce que ce journal ?

A learning journal built on the Feynman technique is one of the most effective tools for deep understanding. The core idea is simple: if you cannot explain something in plain language, you do not truly understand it. Each entry challenges you to articulate what you learned, identify gaps, and plan concrete next steps — turning passive consumption into active mastery.

Every session begins by noting the topic, source, and time invested. Then you write what you learned as if explaining it to someone with no background in the subject. This act of simplification exposes fuzzy thinking and forgotten details far faster than re-reading notes ever could.

Finally, you record your confidence level, lingering questions, and specific action steps. Over weeks, your journal becomes a personal knowledge base that charts not just what you studied, but how deeply you understood it — and where you still need to dig deeper.

Exemple rempli

Voici à quoi ressemble une entrée typique une fois remplie :

Wednesday, March 5, 2025
Thème
How HTTP caching works (ETag, Cache-Control, Last-Modified)
Source
MDN Web Docs + "HTTP: The Definitive Guide" ch. 7
Temps passé
50 minutes
Ce que j'ai appris
When a browser requests a resource, the server can attach an ETag (a fingerprint of the content) and a Cache-Control header that tells the browser how long to keep the cached copy. On the next request the browser sends the ETag back; if the content has not changed the server replies with 304 Not Modified, saving bandwidth. Last-Modified works similarly but uses timestamps instead of fingerprints.
Niveau de confiance
7/10 — solid on the flow, still fuzzy on how s-maxage differs from max-age for CDNs
Questions
How does cache revalidation work when multiple CDN edges hold stale copies? What happens when ETag and Last-Modified disagree?
Actions à entreprendre
Build a small Express server that sets ETag and Cache-Control headers, then inspect the request/response cycle in DevTools. Read RFC 7234 section on shared caches.

Comment remplir chaque champ

Chaque jour, vous trouverez plusieurs sections étiquetées avec des lignes pour écrire. Voici à quoi sert chaque section :

Thème

Quel sujet, compétence ou concept avez-vous étudié aujourd'hui ?

Source

Livre, cours, vidéo, article, personne...

Temps passé

Combien de temps avez-vous étudié ?

Ce que j'ai appris

Écrivez une chose nouvelle que vous avez apprise aujourd'hui. Cela peut être un fait, une compétence, une prise de conscience sur vous-même ou une leçon de vie. L'apprentissage quotidien se compose en sagesse.

Niveau de confiance

À quel point maîtrisez-vous ce sujet ? (1-10)

Questions

Quelles questions ont émergé ? Sur quoi êtes-vous encore curieux ?

Actions à entreprendre

Décomposez votre objectif en actions concrètes. Que ferez-vous exactement, quand et comment ? Plus c'est précis, mieux c'est.

Conseils pour réussir

After studying new material, close the source and write a summary from memory. This retrieval practice (Roediger & Butler, 2011) dramatically increases long-term retention compared to re-reading
Record not just what you learned, but how you learned it — video, book, conversation, hands-on trial. Tracking your learning channels reveals which methods actually stick for you personally
Write down one question that the material left unanswered. Open questions drive deeper inquiry and give your next study session a clear starting point
Connect new concepts to something you already know by writing an explicit analogy. Analogies are how the brain files new information into existing mental frameworks
Rate your understanding on a scale of 1 to 5 for each topic. Honest self-assessment prevents the Dunning-Kruger trap where surface familiarity feels like mastery

Quand et à quelle fréquence écrire

Write an entry after every study session or significant learning event — the same day, ideally within an hour, when recall is strongest. If you are in a course or structured program, daily entries keep pace with new material. For self-directed learners, three to four entries per week maintain momentum without burnout. Weekly, review your entries and rewrite key concepts from memory as spaced repetition. Monthly, identify which topics need revisiting based on your self-rated understanding scores.