Go to file
cloin 76d94d5556 Update 'braindump.md' 2022-03-15 02:40:28 +00:00
.gitignore Add stubs for more articles, and initial README 2022-02-14 06:38:30 -08:00
README.md Update 'README.md' 2022-02-14 14:46:15 +00:00
asm.md Add stubs for more articles, and initial README 2022-02-14 06:38:30 -08:00
braindump.md Update 'braindump.md' 2022-03-15 02:40:28 +00:00
compilers.md Add stubs for more articles, and initial README 2022-02-14 06:38:30 -08:00
http_to_phy.md Add stubs for more articles, and initial README 2022-02-14 06:38:30 -08:00
perf.md Add stubs for more articles, and initial README 2022-02-14 06:38:30 -08:00

README.md

HMN Education Tree 2022

Project Overview

This is intended to be commited to incrementally, stubs can/should be added to existing docs where applicable, ideas for future trees can be submitted as new .md

Where We're At

All topics need related library articles aggregated, sorted by rough skill level

  • Beginner
  • Intermediate
  • Hard

http_to_phy.md
WIP for "How do I understand how an HTTP message is sent at a deep level?"
Needs:

  • Better links to topics
  • Editing pass / blurb cleanup

asm.md
WIP for "How do I understand what my computer is really doing at the bottom level?"
(Better question for this one? Should this be a subtopic instead?)
Needs:

  • Subtopics broken out
  • Header blurb

perf.md
WIP for "How do I learn to write faster code?"
Needs:

  • Subtopics broken out
  • Header blurb

compilers.md
WIP for "What do compilers actually do?"
Needs:

  • Subtopics defined concretely for the learning flow
  • Header blurb

Scratch Notes

Try to mark down potential useful cross-topic links as you go, we'll try to populate and cross pollinate as articles get ready to ship

Is it possible to get the library archive accessible to filter through for resource ideas?

Anything we need from the site technically? Backlinks? Past-article stack? Limited multi-user access right control?