Conn's Journey Through Phoenix
Exploring the Plug.Conn struct’s journey from endpoint.ex to your eyeballs.
The Rails Doctrine Legacy and Phoenix
Rails has done wonders for my career. I thought I’d share how it has shaped my concept of “programmer happiness”, and how that has led me to Phoenix.
https://medium.com/infinite-red/the-rails-doctrine-legacy-67201abee169#.36y7cjoxi
An Elixir presentation for aspiring Erlang devs
I made a small Elixir presentation for the Erlang course at my University.
http://blog.nexusger.de/2016/01/elixir-for-aspiring-erlang-developers/
Ramblings about function guards, records, maps and ETS and a bit of scalesmall (@dbeck74)
While continuing my scalesmall experiment I explore Elixir and this post is about my findings in the land of:
- function guards
- defstruct vs defrecord
- ETS
- and a very small bit of scalesmall news
Hope you enjoy: http://dbeck.github.io/Scalesmall-W8-W10-Elixir-Tuples-Maps-and-ETS/
Using Stylus and Jeet with the Phoenix Framework
I recently started learning Elixir and the Phoenix Framework, and while porting an existing project into Phoenix I hit a few small road-bumps getting Stylus to compile…
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.
