Alchemist: A Sublime Text theme for Elixir

A work-in-progress Sublime Text theme optimised for Elixir.

https://github.com/nathanhornby/alchemist-theme

Notes on Elixir: Bodyless Function Clauses

A little summary of bodyless function clauses…

https://bordeltabernacle.github.io/2016/01/13/notes-on-elixir-bodyless-functions.html

Trello tribute on Phoenix and React

For my very first Phoenix application I wanted to check how easy it would be to clone one of my favorite all-time applications, Trello. Here’s the, work in progress, result:

Tutorial coming soon!

Phoenix v1.1.2 and React.js

I just published a quick little guide on getting React.js up and running with the latest changes to Phoenix and Brunch: https://medium.com/@diamondgfx/phoenix-v1-1-2-and-react-js-3dbd195a880a

Just released plumber_girl (https://github.com/ruby2elixir/plumber_girl) to cure your piping issues in #elixirlang

A sexy and convenient package with macros from this post: http://www.zohaib.me/railway-programming-pattern-in-elixir/.

Comparing Elixir and Erlang variables

Sometimes Erlang programmers are worried “Elixir variables may be the source of hidden bugs”. This article discusses those concerns and shows how variables in Erlang can produce related “hidden bugs”, some of those eliminated by Elixir.

Comparing Elixir and Erlang variables

My first Elixir package: PlugCanonicalHost

I just released my first Elixir package, PlugCanonicalHost, to ensure that all HTTP requests are served by a single canonical host:

https://github.com/remiprev/plug_canonical_host

Learn GenServer in a hurry

If you are new to Elixir and are looking for a quick and easy way to get a sense of what GenServer does, please check out my new post https://medium.com/@_santosh_/understanding-genserver-45dc36161d9f#.ygttmhcjl

A little introduction to Pattern Matching in Elixir

Some notes about pattern matching in Elixir.

https://medium.com/@luizvarela1/pattern-matching-in-elixir-6aa47399c721#.adhc24yao

Elixir string interpolation for the Rubyist (and others)

Differences and how it works.

http://thepugautomatic.com/2016/01/elixir-string-interpolation-for-the-rubyist/

Notes on Elixir: Upgrading to/Installing v1.2 on Ubuntu

Compiling Elixir v1.2 from source on Ubuntu 14.04

https://bordeltabernacle.github.io/2016/01/06/notes-on-elixir-upgrading-toinstalling-v12-on-ubuntu.html

Playing Poker with Elixir (pt. 5)

Continuing a series on creating a real-time poker application using Elixir and Phoenix, this post goes into using Phoenix channels to communicate with the backend.

http://blog.tokafish.com/playing-poker-with-elixir-pt-5/

Notes on Elixir: Pattern-Matching Maps

Pattern-matching in maps.

https://bordeltabernacle.github.io/2016/01/04/notes-on-elixir-pattern-matching-maps.html

Building a Phoenix API

https://medium.com/@luizvarela1/building-a-phoenix-api-d27902a1450a#.9p92e3wj4

Chocolatey Nuget Package For Elixir 1.2.0

https://chocolatey.org/packages/Elixir/1.2.0

Getting Started with RethinkDB and Phoenix - Building an App

I just wrote a post on building an app with RethinkDB and Phoenix

http://ryanswapp.com/2016/01/02/getting-started-with-rethinkdb-and-the-phoenix-framework-building-an-app/

Using PhantomJS with Hound

When using PhantomJS with Hound, you need to have a Ghost Driver session running. Here’s how to do it:

http://blog.animascodelabs.com/2015/12/31/running-phantomjs-ghostdriver-as-an-osx-service/

My 2015 Roundup: Complete Edition

I posted a short series of blog posts reflecting on this year:

  1. Inch: What a Year
  2. ElixirStatus: It’s all about Community
  3. Credo: Teaching changed my Life

Big thanks to everybody involved in making Elixir such a great place to be in right now!!

Notes on Elixir: Pattern Matching

A first post on Elixir, exploring pattern-matching.

https://bordeltabernacle.github.io/2015/12/31/notes-on-elixir-pattern-matching.html

Programming Phoenix Review

http://ryanbigg.com/2015/12/programming-phoenix/ - A review for the Programming Phoenix book.

Previous page Next page