Tag: tutorial
All the articles with the tag "tutorial".
-
How to make searching shell history faster with a custom zsh function
| Edited: TodayLearn how to speed up shell history searches on macOS by creating a zsh function that chains grep filters and aliases for common queries. Reduce keystrokes and improve productivity when hunting commands.
-
How to add markdown footnote support in Astro
| Edited: 1 month agoLearn how to add footnotes and annotations support to your blog posts using the 'remark-gfm' plugin for Markdown.
-
Simple double opt-in web app for Postmark mailing list
| Edited: 1 month agoA blog post discussing a simple double opt-in web app for Postmark mailing list, including technical setup with Node.js and Express.
-
How to generate an Android SBOM per build with Github Actions
| Edited: 1 month agoGuide on setting up environment and building an Android app with K-9 Mail using Git Actions.