Skip to content

SnatMTE/code-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

Code Examples

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.


Repository Structure

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

Using This Repository

  1. Navigate to the folder for the article you are following
  2. Open the step you want to see or run
  3. For the complete working version, check the final/ folder

Example:
2026/building-a-login-system/final/


Releases

Official releases can be found on the Releases page. Each release corresponds to a stable snapshot of the repository.


Contributing / Feedback

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.

About

This was developed as a tutorial for my website on the basic logic making a forum. Posted on Github in case anyone wants to use it in their own project.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors