Repository naming convention
Repositories, where possible, are lowercase with underscores and follow the naming conventions below.
- For demonstrations or proof of concepts, use the format
demo_name
. - Boilerplate or templates are named in the format
template_name
.- where appropriate these are also published through GitHub pages and will be available at
username.github.io/repo_name
.
- where appropriate these are also published through GitHub pages and will be available at
- WordPress-related content (mostly plugins) are prefixed with
wp_
. - Twitter bots are prefixed with
bot_
. - Standard repositories are named as they are, sometimes this might be a domain name e.g.
thechels.uk
.
Tip
Theses posts get updated automatically via an action.
- Reframing your perception of what a one-on-one can accomplish - 2025-04-03
- Using GitHub CoPilot - 2025-04-03
- Human sorting improved - 2025-04-02
- Is Raycast still European-owned - 2025-04-02
- Monthly Mixtape - April 2025 - 2025-04-01
- A plea for pragmatic ambition - 2025-03-29
- How to report a security issue in an open source project - 2025-03-29
- Incomplete JSON Pretty Printer - 2025-03-29