About

Introduction

When learning a new programming languages, there are usual steps one takes:

  1. Learn about the syntax
  2. Follow a tutorial
  3. Make a project and learn new things
  4. Repeat 3.

For 1. I personally adore Learn X in Y minutes. It makes learning a new syntax easier and faster. Especially if you already know the fundamentals of programming.

However, for 2. and 3., learning idiomatic patterns seems to be a more wild chase. Between random blog articles Creating a X in Y, Y: making a X; various forum questions and answers and Youtube, there’s many ways to get to the same information.

In the spirit of xkcd#927, I humbly wrote this website to compile code examples that aim to help newcomers getting started with common code patterns.

What this site is not

What this site is trying to be

aka