diff --git a/workshop/guide/src/SUMMARY.md b/workshop/guide/src/SUMMARY.md index 45d74d2..9fdb164 100644 --- a/workshop/guide/src/SUMMARY.md +++ b/workshop/guide/src/SUMMARY.md @@ -19,6 +19,14 @@ # Projects * [How To](./projects/howto.md) +* [Atuin](./projects/atuin.md) +* [Docker](./projects/docker.md) +* [Go](./projects/go.md) +* [Linux](./project/linux.md) +* [PHP](./projects/php.md) +* [Python](./projects/python.md) +* [Rubber Duck](./projects/rubber-duck.md) +* [Rust](./projects/rust.md) # Appendices * [Sources](./appendix/sources.md) diff --git a/workshop/guide/src/project/linux.md b/workshop/guide/src/project/linux.md new file mode 100644 index 0000000..37955f9 --- /dev/null +++ b/workshop/guide/src/project/linux.md @@ -0,0 +1,11 @@ +# Linux + +![Tux; the official brand character of the Linux kernel ](https://en.wikipedia.org/wiki/File:Tux.svg) + +> Tux is a penguin character and the official brand character of the Linux kernel. +> Originally created as an entry to a Linux logo competition, Tux is the most +> commonly used icon for Linux, although different Linux distributions depict Tux +> in various styles. The character is used in many other Linux programs and as a +> general symbol of Linux. + +[Project page](https://www.thefriendlyredfox.com/free-crochet-penguin-pattern/) diff --git a/workshop/guide/src/projects/atuin.md b/workshop/guide/src/projects/atuin.md new file mode 100644 index 0000000..7ba9396 --- /dev/null +++ b/workshop/guide/src/projects/atuin.md @@ -0,0 +1,10 @@ +# Atuin + +![Atuin; shell history](https://github.com/atuinsh/atuin/assets/53315310/08bc86d4-a781-4aaa-8d7e-478ae6bcd1) + +> Atuin replaces your existing shell history with a SQLite database, and records +> additional context for your commands. Additionally, it provides optional and +> fully encrypted synchronisation of your history between machines, via an Atuin +> server. + +[Project page](https://www.thefriendlyredfox.com/no-sew-crochet-turtle-amigurumi-plush/) diff --git a/workshop/guide/src/projects/docker.md b/workshop/guide/src/projects/docker.md new file mode 100644 index 0000000..e23c371 --- /dev/null +++ b/workshop/guide/src/projects/docker.md @@ -0,0 +1,10 @@ +# Docker + +![Docker mascot](https://1000logos.net/wp-content/uploads/2021/11/Docker-Logo.png) + +> Docker is an open platform for developing, shipping, and running applications. +> Docker enables you to separate your applications from your infrastructure so you +> can deliver software quickly. + +[Project page](https://www.mariskavos.nl/free-whale-crochet-pattern/) + diff --git a/workshop/guide/src/projects/go.md b/workshop/guide/src/projects/go.md new file mode 100644 index 0000000..e4e966d --- /dev/null +++ b/workshop/guide/src/projects/go.md @@ -0,0 +1,8 @@ +# Go + +![Go Gopher](https://go.dev/blog/gopher/header.jpg) + +> Go is a statically typed, compiled high-level programming language designed at +> Google by Robert Griesemer, Rob Pike, and Ken Thompson. + +[Project page](https://www.knotoriousloops.com/free-patterns/gopher/) diff --git a/workshop/guide/src/projects/php.md b/workshop/guide/src/projects/php.md new file mode 100644 index 0000000..6cda175 --- /dev/null +++ b/workshop/guide/src/projects/php.md @@ -0,0 +1,10 @@ +# PHP + +![The ElePHPant is the adorable, elephantine mascot of the PHP project.](https://seeklogo.com/images/E/elephpant-mascot-php-logo-4C78D1AC4E-seeklogo.com.png?v=638245916460000000) + + +> A popular general-purpose scripting language that is especially suited to web +> development. Fast, flexible and pragmatic, PHP powers everything from your blog +> to the most popular websites in the world. + +[Project page](https://www.thefriendlyredfox.com/crochet-elephant-pattern/) diff --git a/workshop/guide/src/projects/python.md b/workshop/guide/src/projects/python.md new file mode 100644 index 0000000..209967c --- /dev/null +++ b/workshop/guide/src/projects/python.md @@ -0,0 +1,8 @@ +# Python + +![Python logo](https://www.python.org/static/community_logos/python-logo-generic.svg) + +> Python is a programming language that lets you work more quickly and integrate +> your systems more effectively. + +[Project page](https://amigurum.com/2020/10/amigurumi-snake-free-pattern.html) diff --git a/workshop/guide/src/projects/rubber-duck.md b/workshop/guide/src/projects/rubber-duck.md new file mode 100644 index 0000000..13fd571 --- /dev/null +++ b/workshop/guide/src/projects/rubber-duck.md @@ -0,0 +1,10 @@ +# Rubber Duck + +![A rubber duck assisting in debugging](https://upload.wikimedia.org/wikipedia/commons/d/d5/Rubber_duck_assisting_with_debugging.jpg) + +> a method of debugging code by articulating a problem in spoken or written +> natural language. The name is a reference to a story in the book The Pragmatic +> Programmer in which a programmer would carry around a rubber duck and debug +> their code by forcing themselves to explain it, line by line, to the duck. + +[Project page](https://www.thefriendlyredfox.com/crochet-duck-pattern/) diff --git a/workshop/guide/src/projects/rust.md b/workshop/guide/src/projects/rust.md new file mode 100644 index 0000000..9c38153 --- /dev/null +++ b/workshop/guide/src/projects/rust.md @@ -0,0 +1,7 @@ +# Rust + +![Ferris; the rust mascot](https://www.rustacean.net/assets/rustacean-orig-noshadow.svg) + +> A language empowering everyone to build reliable and efficient software. + +[Project page](https://spinayarncrochet.com/scuttles-crab-free-crochet-pattern/)