summaryrefslogtreecommitdiffstats
path: root/articles/index.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-01-03 14:26:42 +0100
committerLoïc Hoguin <[email protected]>2017-01-03 14:26:42 +0100
commitf6f2a2dcde0b80a1a9c3c22f533abf2f7a99713a (patch)
tree779dd1ad332a560c7a3e9633649e44b430629f44 /articles/index.html
parentfdc955ab18ba2fe285c75b75a8b92cf9f9436adc (diff)
downloadninenines.eu-f6f2a2dcde0b80a1a9c3c22f533abf2f7a99713a.tar.gz
ninenines.eu-f6f2a2dcde0b80a1a9c3c22f533abf2f7a99713a.tar.bz2
ninenines.eu-f6f2a2dcde0b80a1a9c3c22f533abf2f7a99713a.zip
Announce Cowboy 2.0.0-pre.4 and make 2.0 the default
Diffstat (limited to 'articles/index.html')
-rw-r--r--articles/index.html44
1 files changed, 26 insertions, 18 deletions
diff --git a/articles/index.html b/articles/index.html
index 10f7ba30..b1edcd8a 100644
--- a/articles/index.html
+++ b/articles/index.html
@@ -74,6 +74,25 @@
<article class="blog_item">
<header>
+ <h2><a href="https://ninenines.eu/articles/cowboy-2.0.0-pre.4/">Cowboy 2.0 pre-release 4</a></h2>
+ <p class="date">
+ <span class="day">03</span>
+ <span class="month">Jan</span>
+ </p>
+ </header>
+
+ <p>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.</p>
+
+ <p style="text-align:right">
+ <a class="read_more" href="https://ninenines.eu/articles/cowboy-2.0.0-pre.4/">Read More</a>
+ </p>
+ </article>
+
+ <article class="blog_item">
+ <header>
<h2><a href="https://ninenines.eu/articles/ranch-1.3/">Ranch 1.3</a></h2>
<p class="date">
<span class="day">28</span>
@@ -413,26 +432,15 @@
</p>
</article>
- <article class="blog_item">
- <header>
- <h2><a href="https://ninenines.eu/articles/tictactoe/">Erlang Tic Tac Toe</a></h2>
- <p class="date">
- <span class="day">17</span>
- <span class="month">Oct</span>
- </p>
- </header>
-
- <p>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&#8217;s easily tested, considering there&#8217;s only 8 possible winning rows (3 horizontal, 3 vertical and 2 diagonal).
- In Erlang though, you probably wouldn&#8217;t want an algorithm.</p>
-
- <p style="text-align:right">
- <a class="read_more" href="https://ninenines.eu/articles/tictactoe/">Read More</a>
- </p>
- </article>
+<nav class="pagination" role="pagination">
+
+ <span>1 / 2</span>
+
+ <a href="/articles/page/2/"><i class="fa fa-angle-double-right"></i></a>
+
+</nav>