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.
- Context Rot from AI - 2025-06-19
- Doing good software engineering first, then AI-assisted coding can help - 2025-06-19
- Coding agents require skilled operators - 2025-06-19
- Announcing Hiyd Extension - 2025-06-19
- Monthly Mixtape - June 2025 - 2025-06-19
- Ongoing Offers- June 2025 - 2025-06-19
- Hiyd Release version 1.1.0 - 2025-06-16
- Announcing my first iOS app - 2025-06-11