A free, self-paced textbook in 7 chapters. Read a chapter, then drill it with the 164 companion flashcards using spaced repetition.
Technical writing is the craft of explaining complex information so clearly that readers can understand and act on it without needing the author present. The work pays off by reduc...
Strong documents move the reader from context to steps to examples to troubleshooting in a logical order, and the way the page is shaped matters as much as the words on it. Heading...
Examples turn abstractions into concrete cases that readers can copy, compare, or adapt, and they earn trust only when they actually run. A useful example is the shortest one that...
Different reader goals call for different document types, and recognizing which one to write is half the work. A tutorial is a guided learning experience that takes a beginner thro...
Information architecture is the structure of categories, sections, and pages that determines how readers find content, and good IA matches the reader's tasks rather than the org ch...
Quality in technical writing is built through structured review, not just careful first drafts. A docs review checks three things: accuracy, meaning whether the doc matches the pro...
The docs-as-code approach stores documentation in the same repository as the product, in plain text formats like Markdown or AsciiDoc, reviewed through pull requests and built by a...