From 2f9f26daac75c471715186fddd3e66f359d6e464 Mon Sep 17 00:00:00 2001 From: Vinicius Yaunner Date: Sat, 22 Oct 2022 15:35:12 -0300 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3c6bdca..319fb6f 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,9 @@ - [design-patterns cheat-sheet](https://www.slideshare.net/hustwj/design-patterns-cheat-sheet) - Vue.js - [Vue Patterns](https://learn-vuejs.github.io/vue-patterns/) - Useful Vue patterns, techniques, tips and tricks and curated helpful links. +- Elixir + - [design-patterns](https://github.com/joshnuss/design-patterns-in-elixir) + - [the-pipeline](https://mattpruitt.com/articles/the-pipeline) - The Pipeline is defined by a collection of functions that take a data structure as an argument and return the same type of data structure ## General Architecture