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.
TableRex: Generate text-based tables for display (ASCII etc)
Put simply, TableRex can generate pretty ASCII-like tables for your CLI program or Mix task that look like this:
+----------------+---------------+------+
| Artist | Track | Year |
+================+===============+======+
| Konflict | Cyanide | 1999 |
| Marcus Intalex | Temperance | 2004 |
| Kryptic Minds | The Forgotten | 2007 |
+----------------+---------------+------+
The styling is quite customisable; the docs still need more work but you can see the different styles of table you can create by looking at the text renderer tests.
Big list of "Why Elixir?" articles in one place
Next time you want to give a fellow developer an introduction to Elixir send him this link so he can pick the most complelling article for himself.
Cheers!
Meld: Create Elixir pseudo-binaries that work globally
Meld creates shell scripts that run mix tasks. If those shell scripts are on the PATH, it emulates a command-line app.
Setting up Elm with Phoenix
I just published “Setting up Elm with Phoenix” https://medium.com/@diamondgfx/setting-up-elm-with-phoenix-be3a9f55bac2
This post covers how to get a base project set up for Elixir, Elm, and Phoenix and helps with getting brunch configured to give auto-reload for our Elm project!
Episode 5 of ExCasts is now available: EXRM Release for a Simple Elixir Project
Episode 5 of ExCasts is now available: EXRM Release for a Simple Elixir Project
Elixir on Raspberry Pi 2 (using Windows)
I put together a tutorial for deploying an Elixir app to your Raspberry Pi 2 with the Nerves-Project.
http://blog.nexusger.de/2015/12/elixir-on-raspberry-pi-2-using-windows/
Building a web framework from scratch in Elixir
Building a web framework from scratch in Elixir
https://codewords.recurse.com/issues/five/building-a-web-framework-from-scratch-in-elixir
ElixirStatus: "Those tweets you saw"
Hi everybody,
you might have seen some test tweets I’ve made the last half hour.
You can now add your Twitter handle to ElixirStatus and that will be added to your tweet. Be sure to add it when you make your next post!
As always: Open an Issue if you think anything is broken or worthy of improvement!
Internationalization using Gettext in Phoenix
A brief look at the new support for Gettext in Phoenix 1.1, and a demonstration at how you can internationalize and localize your applications. http://sevenseacat.net/2015/12/20/i18n-in-phoenix-apps.html
Running ExUnit tests without a Mix project
How to run your ExUnit tests when you do not have mix (for instance, when just playing or learning). https://medium.com/@amuino/running-elixir-tests-without-a-mix-project-a97bc05a1657#.6b20xcka9
Open letter to Piotr Solnica - #rubylang @_solnic_ @josevalim
My post yesterday received some harsh critique, this is an attempt to clarify my position by personally appealing to Piotr Solnica to give Elixir a try…
Ruby vs Elixir - code quality on Github #ruby #elixirlang
http://ruby2elixir.github.io/posts/2015/12-17-elixir-vs-ruby—code-quality.html
A quick comparison of language code bases and some resulting (biased) conclusions.
