You finished the course. Passed the practice tests. Maybe even got the certification. Six months later, someone asks you about that topic and your mind goes blank.
Sound familiar?
This isnât a character flaw or a sign youâre not cut out for tech. Itâs how human memory actually worksâand almost every IT professional is fighting against it with techniques that make the problem worse, not better.
The standard approach looks something like this: binge a tutorial series, highlight important concepts, maybe take some notes youâll never look at again, then move on to the next thing. It feels productive in the moment. But research on memory and learning shows this passive consumption creates the illusion of knowledge without the actual retention.
Hereâs what the evidence actually suggests worksâand why most IT training ignores it.
The Problem Isnât Your Memory
When you forget something you studied, the instinct is to blame yourself. Not smart enough. Not dedicated enough. Not the ânatural programmerâ type.
But forgetting isnât failure. Itâs your brain working exactly as designed.
German psychologist Hermann Ebbinghaus mapped what he called the âforgetting curveâ back in the 1880s. His research showed that without reinforcement, we lose roughly 50% of newly learned information within an hour, and up to 90% within a month. This isnât specific to complex technical materialâitâs how memory works for everything.
The implications for IT learning are significant. That Docker tutorial you watched last month? Unless you did something specific to reinforce it, most of the details are already gone. The networking concepts you studied for your certification? Same story.
This isnât pessimism. Itâs actually good news. Because once you understand the mechanism, you can work with it instead of against it.
Why Passive Learning Doesnât Work
The IT learning industry has a problem: itâs optimized for completion rates, not retention.
Think about how most technical training works. You watch someone explain a concept. Maybe you follow along typing the same commands. You feel like you understand it. Course complete, certificate unlocked, checkbox checked.
But thereâs a gap between recognition and recall. Watching someone configure a Kubernetes cluster or write a Bash script makes you feel familiar with the process. That familiarity tricks your brain into thinking youâve learned it. Then you sit down to do it yourself, without the tutorial playing, and suddenly itâs not there.
Cognitive scientists call this the âfluency illusion.â When information feels easy to processâbecause someone is explaining it clearly, or youâre re-reading your own notesâyour brain interprets that ease as mastery. But fluency and actual learning are different things.
The uncomfortable truth: passive consumption is comfortable. Active recall is uncomfortable. Your brain will always prefer the easy route unless you deliberately choose otherwise.
What Actually Works: Active Recall
The most effective learning technique is also one of the most uncomfortable: forcing yourself to retrieve information from memory without looking at notes or references.
This is called active recall, and the research behind it is extensive. A study published in Science found that students who practiced retrieval remembered significantly more than those who re-read material or created concept maps. The act of struggling to remember actually strengthens the memory.
For IT skills, this means:
Instead of re-watching a Linux tutorial: Close your notes and try to explain the process from memory. Where do you get stuck? Those gaps are exactly what needs more work.
Instead of reading documentation again: Cover the solution and try to solve the problem yourself. Even if you fail, the attempt creates stronger neural pathways than passive review.
Instead of copying commands from a guide: Open a blank terminal and see what you can remember. The struggle is the learning.
This feels harder because it is harder. That difficulty isnât a sign the method isnât workingâitâs the method working.
Spaced Repetition: Timing Your Reviews
Hereâs where most people go wrong: they study something intensively, then never revisit it until they need it.
Spaced repetition is the practice of reviewing material at increasingly long intervals. Instead of cramming everything in one session, you spread reviews over days, weeks, and months. Each review happens right before youâd naturally forget, which reinforces the memory more efficiently than mass practice.
The spacing effect has been replicated in hundreds of studies. Itâs among the most reliable findings in cognitive psychology.
Practical application for IT learning:
| Time Since Learning | What To Do |
|---|---|
| 1 day | Quick review: Can you explain the key concepts? |
| 3 days | Practice problem: Apply what you learned |
| 1 week | Teach it to someone (or rubber duck it) |
| 2 weeks | Build something small that uses the skill |
| 1 month | Integrate it into a larger project |
Tools like Anki automate this spacing for factual knowledge. For procedural skills, youâll need to schedule deliberate practice yourself.
The key insight: a 10-minute review at the right time beats an hour of re-studying at the wrong time.
Build Projects, Not Tutorials
Thereâs a phrase in programming communities: âtutorial hell.â It describes the cycle of completing tutorial after tutorial without ever building anything original.
Tutorials feel productive. Youâre typing code, things are happening on screen, youâre learning. But youâre also being guided through every decision. The tutorial author has already solved the problems, made the architectural choices, and debugged the errors. Youâre following a map, not navigating.
Real skill requires you to hit walls and figure out how to get past them.
This is why building your own projectsâeven small onesâcreates deeper learning than any course. When youâre building something yourself:
- You have to decide what to do next (not just follow instructions)
- You encounter errors the tutorial didnât mention
- You have to research solutions without someone handing them to you
- You make decisions about trade-offs and architecture
Your home lab is a perfect environment for this. Break something on purpose. Try to implement something youâve only read about. The messiness is the point.
For cybersecurity skills, platforms like Shell Samurai, HackTheBox, and TryHackMe provide guided but hands-on challenges that force you to apply knowledge rather than just consume it. The difference between watching a video about penetration testing and actually attempting a CTF challenge is the difference between reading about swimming and getting in the water.
The Testing Effect: Learn by Quizzing Yourself
Hereâs something counterintuitive: taking a test on materialâeven before youâve studied itâimproves how well you learn it.
This is called the testing effect or retrieval practice, and it works even when you get answers wrong. The act of attempting to retrieve information, succeeding or not, primes your brain to encode related information more deeply.
For IT learning, this suggests a different approach to certifications:
Traditional approach: Study all the material, then take practice tests to confirm you know it.
Better approach: Take practice tests early, before you feel ready. Note what you get wrong. Study those specific gaps. Test again.
The early tests arenât to prove what you know. Theyâre to identify what you donât know and prime your brain to pay attention to those topics when you encounter them.
When preparing for something like CompTIA Security+ or AWS certifications, this means:
- Take a full practice exam cold on day one
- Donât just note your scoreâanalyze which topics you missed
- Study those specific areas
- Test again before you feel ready
- Repeat
The discomfort of not knowing answers is productive. Itâs not failureâitâs the setup for deeper learning.
Interleaving: Mix It Up
When learning multiple skills, the temptation is to master one completely before moving to the next. Finish all the networking material, then move to security, then scripting.
Research suggests a different approach works better: interleaving.
Interleaving means mixing practice across different topics rather than blocking them together. Instead of spending four hours on networking, then four hours on Linux commands, youâd alternate between them in shorter chunks.
This feels less efficient. You wonât achieve the same sense of mastery in each session. But the evidence shows interleaved practice leads to better long-term retention and transferâthe ability to apply knowledge in new contexts.
Why does this work? The mixing forces your brain to continually retrieve different schemas and discriminate between similar concepts. Itâs harder in the moment, which makes it more effective long-term.
For IT studying, this might look like:
- 30 minutes of Ansible practice
- 30 minutes of networking troubleshooting
- 30 minutes of Python scripting
Instead of:
- 3 hours of Ansible only
The interleaved approach will feel slower and more frustrating. That frustration is the price of better retention.
Sleep and Exercise Arenât Optional
Skip this section if you want, but youâll be ignoring one of the biggest factors in learning.
Sleep plays a direct role in memory consolidation. During sleep, your brain processes and strengthens the neural connections formed during the day. Study before sleeping, and your brain continues working on that material while youâre unconscious. Cut sleep short, and youâre literally undermining your own learning.
Multiple studies show that sleep-deprived learning is compromised learning. All-nighters before exams are counterproductive. Cramming late into the night creates the illusion of productivity while sabotaging retention.
Exercise affects learning too, though the mechanisms are different. Physical activity increases blood flow to the brain and promotes neuroplasticityâthe brainâs ability to form new connections. Regular exercise has been linked to improved memory formation and cognitive function.
This isnât wellness advice dressed up as productivity tips. Itâs practical: if youâre serious about building technical skills, sleep and exercise are tools, not luxuries.
Make It Stick: Elaborate and Connect
New information sticks better when it connects to things you already know.
This is called elaborative encoding. Instead of trying to memorize isolated facts, you build mental links between new concepts and existing knowledge. The more connections you create, the more retrieval paths your brain has to access the information later.
For IT concepts, this means actively asking:
- How does this relate to something I already understand?
- What problem does this solve?
- When would I use this instead of the alternative?
- Whatâs an analogy from a different domain?
Example: learning about Docker containers. Instead of memorizing commands, connect the concept to something you know. Containers are like shipping containers for codeâstandardized packages that work the same way regardless of where theyâre deployed. The isolation is like virtual machines but lighter weight. The image/container relationship is like a class/instance in programming.
These connections arenât memory tricks. Theyâre building the mental models that let you apply knowledge flexibly to new situationsâwhat separates someone who âlearnedâ a technology from someone who can actually use it.
Teach to Learn
Want to find out how well you actually understand something? Try explaining it to someone else.
Teaching forces you to organize your knowledge, identify gaps, and articulate concepts clearly. The preparation itself deepens your understanding. And when someone asks a question you canât answer, youâve just discovered exactly what you need to study next.
You donât need an actual student. You can:
- Write a blog post explaining the concept
- Create documentation for your team
- Record a video explanation (even if you never publish it)
- Explain it to a rubber duck on your desk (seriously, this works)
The Feynman Techniqueânamed after physicist Richard Feynmanâformalizes this approach:
- Choose a concept you want to understand
- Explain it as if teaching a beginner
- When you get stuck, go back to the source material
- Simplify your explanation, eliminate jargon
- Repeat until you can explain it simply
If you canât explain it simply, you donât understand it well enough. Thatâs not a criticismâitâs diagnostic information telling you where to focus.
Avoid These Common Mistakes
Some popular study techniques feel productive but donât actually improve retention:
Highlighting and underlining: Gives the illusion of engagement without requiring actual mental effort. You can highlight every important sentence in a textbook and still not remember any of it.
Re-reading notes: Recognition isnât recall. Youâll feel familiar with the material but wonât be able to reproduce it when needed. Cover your notes and test yourself instead.
Passive video watching: Even at 2x speed. If youâre not pausing to practice or test yourself, youâre not learning effectivelyâyouâre just entertaining yourself with educational content.
Marathon study sessions: Long sessions without breaks lead to diminishing returns. Your attention degrades, and cramming undermines the spacing effect. Shorter, distributed sessions beat long, concentrated ones.
Copying code without understanding: Following along with a tutorial, typing exactly what the instructor types. This creates muscle memory but not conceptual understanding. Pause, try to anticipate what comes next, make predictions, then check.
These feel productive because theyâre comfortable. Effective learning usually isnât comfortable. If it feels too easy, youâre probably not learning much.
Build a Personal Learning System
Individual techniques matter less than having a system that incorporates them consistently.
Hereâs a framework that combines the research-backed approaches:
Phase 1: Prime (Before Formal Study)
- Take a practice test or quiz cold
- Skim the material to identify structure and main topics
- Write questions you expect the material to answer
Phase 2: Study (Active Engagement)
- Read or watch in short chunks (25-30 minutes)
- After each chunk, close the material and write what you remember
- Practice immediatelyâdonât just consume
- Create connections to existing knowledge
Phase 3: Space (Over Time)
- Review at 1 day, 3 days, 1 week, 2 weeks, 1 month
- Each review is active: attempt to recall before checking
- Adjust spacing based on difficulty
Phase 4: Apply (Real Work)
- Build something that uses the skill
- Document your process as you go
- Hit problems and solve them yourself when possible
- Add to your portfolio
This isnât glamorous. Thereâs no shortcut, no app that makes learning effortless. But consistent application of these principles will change how much you retain from every course, tutorial, and certification you pursue.
The Retention Stack for IT Pros
Putting it all together, hereâs a practical stack for learning any technical skill:
For Conceptual Knowledge (how things work):
- Spaced repetition flashcards for terminology and concepts
- Teaching/explaining to solidify understanding
- Elaborative encoding to connect new concepts to existing knowledge
For Procedural Skills (how to do things):
- Hands-on practice from the start, before you feel ready
- Shell Samurai or similar platforms for Linux and command-line practice
- Lab environments for infrastructure skills
- CTF challenges for security skills
For Certification Prep:
- Practice tests early, before studying
- Focus study on identified gaps
- Simulate exam conditions
For On-the-Job Learning:
- Document as you learn (create runbooks)
- Teach colleagues
- Build side projects that exercise new skills
Quick Wins to Start Today
You donât need to overhaul your entire learning approach. Start with these:
-
After your next tutorial: Close it and write down everything you remember. Then compare with the actual content. This takes 5 minutes and immediately shows you what youâve actually retained.
-
Before your next study session: Quiz yourself on previous material. Even 5 minutes of retrieval practice reinforces memory better than jumping straight into new content.
-
This week: Build something small with a skill youâve been âlearningâ but havenât applied. A simple script, a lab configuration, a small automation. Something that requires applying without instructions.
-
Set a reminder: Review your notes on the last topic you studied. Not to read themâto attempt to recall them first, then check.
-
Next certification prep: Take a practice exam on day one, before youâve studied. Use it as diagnostic information, not performance assessment.
These arenât dramatic changes. But they shift you from passive consumption to active learningâand that shift is where the real gains happen.
FAQ
How long does it take to see results from these techniques?
Youâll likely notice improved retention within a few weeks of consistent practice. The initial switch to active recall feels harder because youâre exposing gaps that passive learning hid. Over a month or two, the difference becomes significant: material actually stays with you instead of evaporating after the course ends.
Whatâs the best flashcard app for IT topics?
Anki is the most flexible option with true spaced repetition algorithms. Pre-made decks exist for most certifications, but creating your own cards is more effective than using someone elseâs. For procedural skills, flashcards are less usefulâhands-on practice matters more.
I have limited time. Should I space out learning or cram when I can?
Spacing beats cramming even when total time is equal. Four 30-minute sessions across two weeks will produce better retention than one 2-hour marathon. If you have to choose, shorter distributed practice is more effective than longer concentrated sessions.
Does this apply to learning programming languages?
Yes, though the balance shifts toward practice. Programming is a skill, like playing an instrument. Reading about it has diminishing returns quickly. Write code, encounter errors, debug them, build things. Platforms like LeetCode and HackerRank provide structured practice, but building your own projects creates deeper learning.
How do I know if Iâm learning effectively?
Test yourself regularly. If you can recall and apply concepts without references, youâre learning. If you feel familiar with material but canât reproduce it, youâre experiencing fluency illusion. The willingness to be wrong, to struggle, to feel confusedâthatâs productive learning, not failure.
The Bottom Line
Your brain isnât broken. Itâs doing exactly what evolution designed it to doâforgetting irrelevant information to make room for what matters. The key is convincing it that technical skills matter through retrieval, application, and spaced reinforcement.
This isnât about working harder. Itâs about working with how memory actually functions instead of fighting against it.
Next tutorial you take, try something different. Close it partway through and see what you can remember. Build something with incomplete knowledge. Quiz yourself before you feel ready.
Itâll be uncomfortable. That discomfort is the point.