Skip to content

This repository contains all code examples that are from blog posts in ArjanCodes blog

License

Notifications You must be signed in to change notification settings

ArjanCodes/blogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Blogs

Authors This repository contains all code examples that are from blog posts in ArjanCodes blog

Creating blog code

  • Create branch with name of the blog post
  • Create a folder with the name of the blog post
  • Use poetry to init the project

Updating blog code

  • Use branch prefix update/*
  • State clearly in commits what has been changed and which blog post it affects

Naming convention

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

About

This repository contains all code examples that are from blog posts in ArjanCodes blog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published