Elixir Blog Posts

Just bookmarked this whole thread. Hope I have time to get back to it :slight_smile:

2 Likes

yea I was thinking something in the likes of https://github.com/zipmark/rspec_api_documentation for rails but for phoenix :slight_smile:

1 Like

Introduction to Elixir Processes - blog.songsaboutsnow.com

Elixir debugging techniques - Plataformatec

1 Like

Combining an Ecto Model with an Arc Uploader in Elixir by @Joseph_Kain

1 Like

I published the following blog post on some pattern matching basics and a generalized use case. Would love to hear comments!:

Bringing Sanity to your Data Structures With Elixir Pattern Matching by @vikram7

4 Likes

https://dockyard.com/blog/2016/04/13/til-elixir-can-pattern-match-at-multiple-depths-in-a-single-statement

3 Likes

http://blog.plataformatec.com.br/2016/04/how-to-trace-elixir-nodes-with-erlyberly

2 Likes

Part 4 published. Next time 'round we’ll dig into more interesting work that’s actually pertinent to the project at hand. :slight_smile:

Let’s Build Something: Elixir, Part 4 - Better Tests, TypeSpecs, and Docs

2 Likes

@vikram, I like your post! It was more interesting than the standard examples from the Getting Started pages, but not so obscure as to be difficult. Plus it’s always nice when people show the, “without this awesome thing, here’s the pain you’d be put through” side of it. :slight_smile:

3 Likes

CQRS with Elixir and Phoenix

2 Likes

Elixir 1.1 “mix profile.fprof” command by @Joseph_Kain

1 Like

I have tried Introduction to Elixir Processes and near the end my output seems different from the post. Anybody tried it?

1 Like

Erlang 19.0 Garbage Collector

3 Likes

Elixir the Most Object-Oriented Language - Noredink by @JEG2

4 Likes

I wrote another article for NoRedInk a while back: Pub/Sub in 30 Lines of Elixir
.

3 Likes

Great articles :slight_smile:
Is NoRedInk using Elixir for some commercial products? I know that Richard Feldman is Elm big fan.

1 Like

Thank you.

We don’t have it in production yet, but we hope to have it behind some of our Elm soon now.

@JEG2: A blog about Elm & Elixir would be interesting :smiley:

1 Like

We just released a package we have been experimenting with and we do plan to blog about it soon.

3 Likes