Alchemist: A Sublime Text theme for Elixir
A work-in-progress Sublime Text theme optimised for Elixir.
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:
- Source code: https://github.com/bigardone/phoenix-trello
- Live demo: https://phoenix-trello.herokuapp.com/
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.
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:
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
Notes on Elixir: Upgrading to/Installing v1.2 on Ubuntu
Compiling Elixir v1.2 from source on Ubuntu 14.04
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.
Getting Started with RethinkDB and Phoenix - Building an App
I just wrote a post on building an app with RethinkDB and Phoenix
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:
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.
