summaryrefslogtreecommitdiffstats
path: root/articles/page/2/index.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-03-31 21:49:59 +0200
committerLoïc Hoguin <[email protected]>2020-03-31 21:49:59 +0200
commit94e004a6582bfc46e6082bcbe62fad99d277978b (patch)
tree12755dbd4f1671f8e3da79b63d6c0551ead610c8 /articles/page/2/index.html
parent8546fce3fdef9ce850d5cf29604ac2b2cdd5a3cc (diff)
downloadninenines.eu-94e004a6582bfc46e6082bcbe62fad99d277978b.tar.gz
ninenines.eu-94e004a6582bfc46e6082bcbe62fad99d277978b.tar.bz2
ninenines.eu-94e004a6582bfc46e6082bcbe62fad99d277978b.zip
The Gateway Trilogy article
Diffstat (limited to 'articles/page/2/index.html')
-rw-r--r--articles/page/2/index.html37
1 files changed, 20 insertions, 17 deletions
diff --git a/articles/page/2/index.html b/articles/page/2/index.html
index 83d0b456..43535e58 100644
--- a/articles/page/2/index.html
+++ b/articles/page/2/index.html
@@ -67,6 +67,26 @@
<article class="blog_item">
<header>
+ <h2><a href="https://ninenines.eu/articles/cowboy-2.3.0/">Cowboy 2.3</a></h2>
+ <p class="date">
+ <span class="year">2018</span>
+ <span class="day-month">04 Apr</span>
+ </p>
+ </header>
+
+ <p>Cowboy 2.3.0 has been released!
+This release focused on adding support for the functions from the sys module for introspecting Cowboy processes.
+Many bugs have also been fixed. A more complete list of changes can be found in the migration guide: Migrating from Cowboy 2.2 to 2.3.
+You can donate to this project via GitHub Sponsors because I need to eat snacks when I write code. Thanks in advance!
+As usual, feedback is appreciated, and issues should be reported by opening a ticket.</p>
+
+ <p style="text-align:right">
+ <a class="read_more" href="https://ninenines.eu/articles/cowboy-2.3.0/">Read More</a>
+ </p>
+ </article>
+
+ <article class="blog_item">
+ <header>
<h2><a href="https://ninenines.eu/articles/cowboy-2.2.0/">Cowboy 2.2</a></h2>
<p class="date">
<span class="year">2017</span>
@@ -409,23 +429,6 @@ I am hoping that we will be able to make good use of all that money. The details
</p>
</article>
- <article class="blog_item">
- <header>
- <h2><a href="https://ninenines.eu/articles/erlang.mk-and-relx/">Build Erlang releases with Erlang.mk and Relx</a></h2>
- <p class="date">
- <span class="year">2013</span>
- <span class="day-month">28 May</span>
- </p>
- </header>
-
- <p>Building OTP releases has always been a difficult task. Tools like Reltool or Rebar have made this simpler, but it&apos;s no panacea. This article will show you an alternative and hopefully much simpler solution.
-There is two steps to building a release. First you need to build the various OTP applications you want to include in the release. Once done, you need to create the release itself, by including the Erlang runtime system alongside the applications, a boot script to start the node and all its applications, and some configuration files.</p>
-
- <p style="text-align:right">
- <a class="read_more" href="https://ninenines.eu/articles/erlang.mk-and-relx/">Read More</a>
- </p>
- </article>
-
<nav class="pagination" role="pagination">