Sedge Stitch Pattern (including increase and charts)

Sedge Stitch Pattern (including increase and charts)

Terms To read the instructions, you’ll need to know chains (CH), single crochet (SC), half double crochet (HDC) and double crochet (DC) – the American variants. When I refer to a cluster, I refer to a SC, HDC, and DC placed into a single stitch space. The...
An introduction to Javascript Regex

An introduction to Javascript Regex

The three parts of Regex Regex stands for ‘Regular expressions’, which are expressions in programming that you can use to match parts of strings. The snippet that you are ‘looking for’ is the Regex. I like to begin understanding code by thinking about the main...