From e031713c0e8bd871248dbbbbdec1ea28609f4431 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 11 Jun 2019 15:53:47 +0200 Subject: Joe Armstrong the rubber duck --- articles/page/2/index.html | 42 ++++++++------- articles/page/3/index.html | 127 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 149 insertions(+), 20 deletions(-) create mode 100644 articles/page/3/index.html (limited to 'articles/page') diff --git a/articles/page/2/index.html b/articles/page/2/index.html index 46ecfdd7..6e899f20 100644 --- a/articles/page/2/index.html +++ b/articles/page/2/index.html @@ -65,6 +65,25 @@

Articles

+
+
+

Cowboy 2.0 pre-release 4

+

+ 2017 + 03 Jan +

+
+ +

Cowboy 2.0.0-pre.4 has been released! +This is the new recommended version of Cowboy. While I would not recommend putting it in production just yet, I do recommend you start writing new applications with this Cowboy version. +The most significant changes in the pre-release are: +A new architecture: there now is one process per connection and one process per request. This was done because HTTP/2 allows running requests concurrently. Stream handlers.

+ +

+ Read More +

+
+

Ranch 1.3

@@ -408,32 +427,15 @@ The goal of this article is to showcase how to use Ranch for writing a network p

-
-
-

Erlang Tic Tac Toe

-

- 2012 - 17 Oct -

-
- -

Everyone knows Tic Tac Toe, right? -Players choose either to be the Xs or the Os, then place their symbol on a 3x3 board one after another, trying to create a line of 3 of them. -Writing an algorithm to check for victory sounds easy, right? It's easily tested, considering there's only 8 possible winning rows (3 horizontal, 3 vertical and 2 diagonal). -In Erlang though, you probably wouldn't want an algorithm.

- -

- Read More -

-
- diff --git a/articles/page/3/index.html b/articles/page/3/index.html new file mode 100644 index 00000000..b75d31ad --- /dev/null +++ b/articles/page/3/index.html @@ -0,0 +1,127 @@ + + + + + + + + + + Nine Nines: Articles + + + + + + + + + + + + + + + + + + +
+
+
+
+ +

Articles

+ + +
+
+

Erlang Tic Tac Toe

+

+ 2012 + 17 Oct +

+
+ +

Everyone knows Tic Tac Toe, right? +Players choose either to be the Xs or the Os, then place their symbol on a 3x3 board one after another, trying to create a line of 3 of them. +Writing an algorithm to check for victory sounds easy, right? It's easily tested, considering there's only 8 possible winning rows (3 horizontal, 3 vertical and 2 diagonal). +In Erlang though, you probably wouldn't want an algorithm.

+ +

+ Read More +

+
+ + + + + + + +
+
+
+
+ + + + + + + + -- cgit v1.2.3