Skip to content

Commit

Permalink
💄 Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
matyo91 committed Aug 30, 2024
1 parent df5415f commit 3cd42cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ indent_size = 4
max_line_length = 80
indent_style = space
indent_size = 4
trim_trailing_whitespace = false

[{*.yml,*.yaml}]
indent_style = space
16 changes: 8 additions & 8 deletions docs/src/content/en/docs/getting-started/ressources.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ toc: true

# More information about the code

Article of this project : [https://blog.darkwood.com/article/php-railway-flow-based-programming](https://blog.darkwood.com/article/php-railway-flow-based-programming)
Slides of this project : [https://speakerdeck.com/matyo91/php-railway-flow-based-programming](https://speakerdeck.com/matyo91/php-railway-flow-based-programming)
Article of this project : [https://blog.darkwood.com/article/php-railway-flow-based-programming](https://blog.darkwood.com/article/php-railway-flow-based-programming)
Slides of this project : [https://speakerdeck.com/matyo91/php-railway-flow-based-programming](https://speakerdeck.com/matyo91/php-railway-flow-based-programming)
Video of this project : [https://www.youtube.com/watch?v=mxxdhGsaIjY](https://www.youtube.com/watch?v=mxxdhGsaIjY)

## Railway Flow Based Programming with Elixir from [Anton Mishchuk](https://twitter.com/anton_mishchuk)
Expand Down Expand Up @@ -62,8 +62,8 @@ Video of this project : [https://www.youtube.com/watch?v=mxxdhGsaIjY](https://ww

## Monads and PHP

Article on Monads : [https://blog.darkwood.com/article/les-monades-et-leur-utilisation-en-php](https://blog.darkwood.com/article/les-monades-et-leur-utilisation-en-php)
Slides on Monads : [https://speakerdeck.com/matyo91/monads-and-usage-in-php](https://speakerdeck.com/matyo91/monads-and-usage-in-php)
Article on Monads : [https://blog.darkwood.com/article/les-monades-et-leur-utilisation-en-php](https://blog.darkwood.com/article/les-monades-et-leur-utilisation-en-php)
Slides on Monads : [https://speakerdeck.com/matyo91/monads-and-usage-in-php](https://speakerdeck.com/matyo91/monads-and-usage-in-php)
Video on Monads : [https://www.youtube.com/watch?v=0M6MhUpra9o](https://www.youtube.com/watch?v=0M6MhUpra9o)

- What is a monad from [Sean Riley](https://twitter.com/seanski44) : [https://www.youtube.com/watch?v=t1e8gqXLbsU](https://www.youtube.com/watch?v=t1e8gqXLbsU)
Expand All @@ -84,8 +84,8 @@ Video on Monads : [https://www.youtube.com/watch?v=0M6MhUpra9o](https://www.yout

## Y-Combinator and PHP

Article of Y-Combinator : [https://blog.darkwood.com/article/y-combinator-en-php](https://blog.darkwood.com/article/y-combinator-en-php)
Slides of Y-Combinator : [https://speakerdeck.com/matyo91/y-combinator-in-php](https://speakerdeck.com/matyo91/y-combinator-in-php)
Article of Y-Combinator : [https://blog.darkwood.com/article/y-combinator-en-php](https://blog.darkwood.com/article/y-combinator-en-php)
Slides of Y-Combinator : [https://speakerdeck.com/matyo91/y-combinator-in-php](https://speakerdeck.com/matyo91/y-combinator-in-php)
Video of Y-Combinator : [https://www.youtube.com/watch?v=QSS_ZcO8Q1g](https://www.youtube.com/watch?v=QSS_ZcO8Q1g)

- [Lambda Calculus - Wikipedia](http://en.wikipedia.org/wiki/Lambda_calculus)
Expand All @@ -102,6 +102,6 @@ Video of Y-Combinator : [https://www.youtube.com/watch?v=QSS_ZcO8Q1g](https://ww

## Chunk computing in PHP

Article of Chunk computing : [https://blog.darkwood.com/article/chunk-computing-en-php](https://blog.darkwood.com/article/chunk-computing-en-php)
Slides of Chunk computing : [https://speakerdeck.com/matyo91/chunk-computing](https://speakerdeck.com/matyo91/chunk-computing)
Article of Chunk computing : [https://blog.darkwood.com/article/chunk-computing-en-php](https://blog.darkwood.com/article/chunk-computing-en-php)
Slides of Chunk computing : [https://speakerdeck.com/matyo91/chunk-computing](https://speakerdeck.com/matyo91/chunk-computing)
Video of Chunk computing : [https://www.youtube.com/watch?v=JBx4bjB8HIM](https://www.youtube.com/watch?v=JBx4bjB8HIM)

0 comments on commit 3cd42cf

Please sign in to comment.