-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
41 lines (40 loc) · 1.73 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
layout: default
title: Raxx - refined web development
abstract: Talk explaining the Raxx web framework
share_image: 2018-03-02/raxx-refined-web-development/introducing-raxx-elixir-london.png
share_video: http://confreaks.tv/videos/elixirdaze2018-purify-your-web-development-with-raxx
share_alt: Photo of me at Elixir Daze
---
<header>
<nav style="text-align:right">
<a href="/">Home</a>
</nav>
</header>
<main class="article">
<h1>Raxx - refined web development</h1>
<a href="http://confreaks.tv/videos/elixirdaze2018-purify-your-web-development-with-raxx">
<img src="/images/elixirdaze2018.jpg" alt="Me talking at Elixir Daze 2018" style="max-width:100%;">
</a>
<p>
Raxx can be used to build web applications much like Plug.
However that is where the similarities end.
Raxx aims to simplify web applications by promoting simple concepts like functional purity and message passing.
</p>
<p>
I started the project in 2016. Since then, it has matured to the point where it has been used in several production services.
This talk will cover an introduction to the project; an overview of the rationale behind it, and finally a vision of what comes next.
</p>
<p>
Talk given at <a href="http://www.elixirdaze.com/">Elixir Daze 2018</a>.
</p>
<p>
<a href="slides.html">Slides</a>
<a href="http://confreaks.tv/videos/elixirdaze2018-purify-your-web-development-with-raxx">Video</a>
</p>
</main>
<footer>
<a href="https://github.com/CrowdHailer/me/blob/gh-pages/2018-03-02/raxx-refined-web-development/index.html" class="edit-page-link">Edit this page</a>
</footer>
</body>
</html>