Learning Journal — anteprima pagina

Printable Learning Journal

Learn deeper with the Feynman technique

Voce giornaliera

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.


Pronto per la stampa A4 / Letter 100% gratuito 6 download

giorni
Personalizza campi

Attiva o disattiva i campi. Clicca la matita per rinominare, oppure aggiungi i tuoi campi.

Scarica PDF gratuito

Vantaggi

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

Come usarlo

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

Cos'è questo diario?

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.

Esempio compilato

Ecco come appare una voce tipica quando è compilata:

Wednesday, March 5, 2025
Argomento
How HTTP caching works (ETag, Cache-Control, Last-Modified)
Fonte
MDN Web Docs + "HTTP: The Definitive Guide" ch. 7
Tempo impiegato
50 minutes
Cosa ho imparato
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.
Livello di sicurezza
7/10 — solid on the flow, still fuzzy on how s-maxage differs from max-age for CDNs
Domande
How does cache revalidation work when multiple CDN edges hold stale copies? What happens when ETag and Last-Modified disagree?
Passi da compiere
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.

Come compilare ogni campo

Ogni giorno troverai diverse sezioni etichettate con righe per scrivere. Ecco a cosa serve ogni sezione:

Argomento

Quale materia, competenza o concetto hai studiato oggi?

Fonte

Libro, corso, video, articolo, persona...

Tempo impiegato

Quanto tempo hai studiato?

Cosa ho imparato

Scrivi una cosa nuova che hai imparato oggi. Può essere un fatto, un'abilità, un'intuizione su te stesso o una lezione di vita. Imparare ogni giorno si accumula in saggezza.

Livello di sicurezza

Quanto bene capisci questo argomento? (1-10)

Domande

Quali domande sono emerse? Cosa ti incuriosisce ancora?

Passi da compiere

Suddividi il tuo obiettivo in azioni concrete. Cosa farai esattamente, quando e come? Più specifico è, meglio è.

Consigli per il successo

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

Quando e con quale frequenza scrivere

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.