This repository contains all the code used for my articles and tutorials. It is organised by year and article, making it easy to follow along.
The general structure is:
code-examples/ YEAR/ ARTICLE-TITLE/ step-01/ step-02/ step-03/ final/ shared/ archive/
- YEAR – The year the article was published
- ARTICLE-TITLE – Matches the article slug for easy reference
- step-XX/ – Step-by-step folders showing how the code evolves
- final/ – The finished version of the tutorial code
- shared/ – Reusable code, libraries, or helper scripts
- archive/ – Old tutorials or retired experiments
- Navigate to the folder for the article you are following
- Open the step you want to see or run
- For the complete working version, check the
final/folder
Example:
2026/building-a-login-system/final/
Official releases can be found on the Releases page. Each release corresponds to a stable snapshot of the repository.
If you find issues, have suggestions, or want to show your version of a tutorial, feel free to open an issue or create a pull request.
Created and maintained by SnatMTE. Code is intended for learning and experimentation. Visit Tales of Snat.