VirtualTam's bookmarks
-
2024-10-13 -
2024-08-29 -
2024-06-12 -
2024-05-15 -
2024-03-31 -
2024-02-26 -
2024-01-25 - temporalio/temporal
- temporalio/temporalite - Single-process Temporal distribution
- Learn Temporal
- Temporal Documentation
-
- evildmp/diataxis-documentation-framework
- Continuation of Divio's Documentation System
- BrightTALK - Introducing the Diátaxis Approach to Technical Documentation
- PyCON AU 2017 - What nobody tells you about documentation
- What is Diátaxis and should you be using it with your documentation?
Examples:
- Django Documentation - How the documentation is organized
- Gatsby - A React-based open source framework for creating websites
Critiques:
-
2023-12-20 -
2023-11-18 -
2023-10-31 -
- ahrm/sioyek - a PDF viewer with a focus on textbooks and research papers
- frabjous/knap - Neovim plugin for creating live-updating-as-you-type previews of LaTeX, markdown, and other files
-
2023-10-14 -
2023-09-11 The format of here-documents is:
1[n]<<[-]word 2 here-document 3delimiter
If any part of word is quoted, the delimiter is the result of quote removal on word, and the lines in the here-document are not expanded.
This is useful to write scripts that:
- write scripts (verbatim)
- execute a sequence of commands (verbatim) on a remote host
-
2023-07-24