Skip to content

Commit

Permalink
add some more projects
Browse files Browse the repository at this point in the history
  • Loading branch information
dvberkel committed Mar 10, 2024
1 parent ec28944 commit d928d4e
Show file tree
Hide file tree
Showing 9 changed files with 82 additions and 0 deletions.
8 changes: 8 additions & 0 deletions workshop/guide/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
11 changes: 11 additions & 0 deletions workshop/guide/src/project/linux.md
Original file line number Diff line number Diff line change
@@ -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/)
10 changes: 10 additions & 0 deletions workshop/guide/src/projects/atuin.md
Original file line number Diff line number Diff line change
@@ -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/)
10 changes: 10 additions & 0 deletions workshop/guide/src/projects/docker.md
Original file line number Diff line number Diff line change
@@ -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/)

8 changes: 8 additions & 0 deletions workshop/guide/src/projects/go.md
Original file line number Diff line number Diff line change
@@ -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/)
10 changes: 10 additions & 0 deletions workshop/guide/src/projects/php.md
Original file line number Diff line number Diff line change
@@ -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/)
8 changes: 8 additions & 0 deletions workshop/guide/src/projects/python.md
Original file line number Diff line number Diff line change
@@ -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)
10 changes: 10 additions & 0 deletions workshop/guide/src/projects/rubber-duck.md
Original file line number Diff line number Diff line change
@@ -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/)
7 changes: 7 additions & 0 deletions workshop/guide/src/projects/rust.md
Original file line number Diff line number Diff line change
@@ -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/)

0 comments on commit d928d4e

Please sign in to comment.