Flashcards for learning things about the keyboard that, as a programmer, you need to know. :-D
https://beyondcodebootcamp.github.io/flashcards/
If you have comrak and node installed, you can build the flashcards yourself.
comrak flashcards-character.md > flashcards-character.html
prettier --write flashcards-character.html
node parse-cards.js flashcards.tpl.html flashcards-character.html > flashcards.htmlRead the output. You may need to update your PATH.
curl -fsS https://webinstall.dev/node | bashcurl -fsS https://webinstall.dev/comrak | bashnpm install -g prettiercurl.exe -fsSA 'MS' https://webinstall.dev/node | powershellcurl.exe -fsSA 'MS' https://webinstall.dev/comrak | powershellnpm install -g prettier