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
.
- Fixing DNS and MX records with Cybaa - 2024-12-20
- Finally - 2024-12-13
- Measuring developer experience - theory of improvement - 2024-12-13
- Bad Booking UX - 2024-11-17
- Team Work - 2024-11-16