This repository contains all code examples that are from blog posts in ArjanCodes blog
- Create branch with name of the blog post
- Create a folder with the name of the blog post
- Use poetry to init the project
- Use branch prefix update/*
- State clearly in commits what has been changed and which blog post it affects
branch: snake_case folder name: snake_case
Branch prefixes:
- new/*
- update/*
- delete/*
Examples:
[https://www.arjancodes.com/blog/best-practices-for-python-custom-collections/]
- Branch: new/best_practices_for_python_custom_collections
- Folder: best_practices_for_python_custom_collections
[https://www.arjancodes.com/blog/improving-python-application-performance-with-nuitka/]
- Branch: new/improving-python-application-performance-with-nuitka
- Folder: improving-python-application-performance-with-nuitka