Sneeze: render Elixir data-structures to HTML
Sneeze: render Elixir data-structures to HTML.
https://hex.pm/packages/sneeze
Inspired by the Clojure library, hiccup
Swoosh 0.5.0 released
No major feature in that version but there was a couple of improvements across the board. Here are a few highlights:
- The Postmark adapter now supports server-side templates.
- The Mailgun adapter now supports attaching arbitrary data to emails (custom vars).
-
gen_stmp
is now an optional dependency. - and more… Check out the changelog for more details.
Reactive Tweets with Elixir GenStage
Updating Twittex to consume data from Twitter’s streaming API using Elixir GenStage.
https://almightycouch.org/blog/reactive-tweets-elixir-genstage/
Focusing on José Valim: A Biographical Interview
José Valim is the creator of the Elixir programming language. Austin Erlang is taking a deeper look into José’s life to quantify the tenets of successful programming and living a rich and rewarding life.
Test driving a Phoenix endpoint, Part I
I have been building a Phoenix REST API, and I wrote about the TDD process I use.
This is Part I, which focuses on separation of concerns to create reusable modules that can be used in any context, not just from the controller.
https://medium.com/@lasseebert/test-driving-a-phoenix-endpoint-part-i-b53e300c1a0a
Getting started with Jenkins CI
Ever wanted to get started with a Jenkins CI server? Check my latest blog post for the first steps..
https://blog.johanwarlander.com/2016/10/17/setting-up-a-jenkins-ci-server
In the next few posts about Jenkins, we’ll be working our way up to running tests for Elixir apps, looking at Distillery, doing deployments to standalone servers, as well as playing around with some more advanced Jenkins features like build pipelines.
Primeros pasos con Elixir
Un post dando una vista rápida para empezar a aprender Elixir, en Español. https://mijailr.com/elixir/2016/10/17/primeros-pasos-con-elixir/
OK 0.2.0 released - Elegant error handling for elixir pipelines.
The latest version of OK has recently been released.
OK makes use of the :ok
tuple convention used in many erlang and elixir libraries. It provides a result pipe macro which supports early returns in the case of errors.
OK 0.2.0 upgrades the result pipe so it’s semantics match the the native pipe operator familiar to Elixir developers.
Benchee 0.5.0 released – unit scaling for your convenience (+ graph sneak peak)!
Today benchee has seen it’s 0.5.0 release - the details are in the Changelog while a more high level view + sneak peak of html formatter and graphs resides on my blog.
In general, benchee now scales units e.g. instead of reporting a gazillion microseconds it might report milliseconds or seconds and instead of 5 something million written out it will report 5.xx M(illion). Hope you enjoy this release!
Using flynn to deploy a phoenix app
How to use Flynn (open source heroku alternative) to deploy a phoenix application.
Cachex v2.0.0 released! Update now!
Cachex, a memory caching system for Elixir, has just been updated to v2.0.0 with new support for many things, including custom command invocations and cache limitations - check it out!
ElixirStatus now looks like ElixirWeekly :)
Last week I finally updated this site to look more like our community newsletter, ElixirWeekly, and to support the newest version of both Elixir and Phoenix.
Have some side effects in the pipepline
Wasn’t going to say about this, but someone starred my repo. So I thought maybe other people will find it useful. https://github.com/princemaple/elixir-side-effect
This lib streamlines the side effect calls into your pipeline.