diff options
Diffstat (limited to 'articles/page/2/index.html')
-rw-r--r-- | articles/page/2/index.html | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/articles/page/2/index.html b/articles/page/2/index.html index b39b5b51..4596a0c1 100644 --- a/articles/page/2/index.html +++ b/articles/page/2/index.html @@ -65,6 +65,25 @@ <article class="blog_item"> <header> + <h2><a href="https://ninenines.eu/articles/joe_the_rubber_duck/">Joe Armstrong the rubber duck</a></h2> + <p class="date"> + <span class="year">2019</span> + <span class="day-month">11 Jun</span> + </p> + </header> + + <p>Joe Armstrong passed away a couple months ago. This was a sad day, completely unexpected to me, and he will be sorely missed. +Great eulogies were written. +My most striking memory of Joe was during dinner at his place after a conference in Stockholm many years ago. Joe was describing his rubber duck debugging method and introduced us to his famous rubber duck. +"When you can't figure it out, ask the duck!</p> + + <p style="text-align:right"> + <a class="read_more" href="https://ninenines.eu/articles/joe_the_rubber_duck/">Read More</a> + </p> + </article> + + <article class="blog_item"> + <header> <h2><a href="https://ninenines.eu/articles/merry-christmas-2018/">Merry Christmas 2018: A Recap</a></h2> <p class="date"> <span class="year">2018</span> @@ -415,25 +434,6 @@ The general pattern behind writing only for the happy path, letting the VM catch </p> </article> - <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="year">2017</span> - <span class="day-month">03 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. Stream handlers.</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> - <nav class="pagination" role="pagination"> |