From 970ce204084ee971a5ac74accf94efd28db51fa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 23 Dec 2019 13:10:41 +0100 Subject: Farwest is now available I guess --- _build/content/articles/merry-christmas-2019.asciidoc | 5 ++--- articles/merry-christmas-2019/index.html | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/_build/content/articles/merry-christmas-2019.asciidoc b/_build/content/articles/merry-christmas-2019.asciidoc index 629130a4..f1bfb95e 100644 --- a/_build/content/articles/merry-christmas-2019.asciidoc +++ b/_build/content/articles/merry-christmas-2019.asciidoc @@ -45,9 +45,8 @@ is to provide a framework for building fully RESTful applications, including both server and client components. An https://github.com/ninenines/farwest_demo[early demo] is already available. The https://github.com/ninenines/farwest[project itself] -is not available, but that will change as soon as -I complete the first test suite in a few days. I -will be giving a demo of the project at +is also available, though that is a very early +version. I will be giving a demo of the project at https://fosdem.org/2020/[FOSDEM 2020] in the https://beam-fosdem.org/[BEAM Fosdem Devroom] in just about one month. It's free, you should come! diff --git a/articles/merry-christmas-2019/index.html b/articles/merry-christmas-2019/index.html index ce2834a3..f817ed33 100644 --- a/articles/merry-christmas-2019/index.html +++ b/articles/merry-christmas-2019/index.html @@ -74,7 +74,7 @@

Cowboy 2.7 has been released and 2.8 is just around the corner. 2.8 will improve the performance and include a section in the guide to get the most performance for HTTP/1.1 applications, since it is currently not obvious. There might be further experiments around asynchronous interfaces in order to squeeze the most performance out of Cowboy 2.

At the start of 2019 I submitted a patch to Erlang/OTP that added support for active,N to the ssl application. This is available since OTP 21.3 and is the basis behind the biggest performance improvement in upcoming Cowboy 2.8.

Last year I was hoping to keep the number of tickets open across all my projects to below 100. I did not quite accomplish this but have managed to keep them at around 120. Not too bad considering many of those are just ideas or personal reminders.

-

I've recently resumed work on my Farwest project. This is a complete reboot following the initial experiments and a few years of research. The goal is to provide a framework for building fully RESTful applications, including both server and client components. An early demo is already available. The project itself is not available, but that will change as soon as I complete the first test suite in a few days. I will be giving a demo of the project at FOSDEM 2020 in the BEAM Fosdem Devroom in just about one month. It's free, you should come!

+

I've recently resumed work on my Farwest project. This is a complete reboot following the initial experiments and a few years of research. The goal is to provide a framework for building fully RESTful applications, including both server and client components. An early demo is already available. The project itself is also available, though that is a very early version. I will be giving a demo of the project at FOSDEM 2020 in the BEAM Fosdem Devroom in just about one month. It's free, you should come!

The demo will take around 20 minutes and I will do some live coding, creating an API for manipulating (d)ets tables. 20 minutes is a short time so we'll see how far I'll manage to get. I can promise that discovery will be working, at the very least.

Related to Farwest, I've recently submitted a patch to Erlang/OTP adding the functions uri_string:resolve/2,3 to perform reference resolution. This was necessary in order to implement the Link header in Cowlib. I have also implemented Structured Headers, Variants and URI Templates. The combination of these enable efficient resource discovery in Farwest.

In the context of my work with the team at RabbitMQ I have submitted patches to Erlang/OTP to add the functions crypto:cipher_info/1 and crypto:hash_info/1. We have also submitted smaller patches to expose more metrics related to the Erlang distribution, helped fix a few issues around the interface for custom distribution drivers, and submitted a number of improvements to prometheus.erl including some new collectors and dashboards.

-- cgit v1.2.3