Joseph Kain bio photo

Joseph Kain

Professional Software Engineer learning Elixir.

Twitter LinkedIn Github

Fragments in Ecto

I work with the fragment function in Ecto to add custom SQL to a query.

Idiomatic Elixir

A discussion on Idiomatic Elixir and an announcement for a new book.

Yamlix

I start writing a YAML generator in Elixir.

Learning Elixir Task

I read through the source to the Elixir Task module and write about what I learned.

Optimizing Elixir

I optimize my Elixir code using profiler results and my new benchmarking tools.

Profiling Elixir - Part 2

I experiment with performance optimization in Elixir and learn about the available performance analysis tools.

Profiling Elixir

I experiment with performance optimization in Elixir and learn about the available performance analysis tools.

Learning Elixir

I endeavor to learn Elixir by reading Functional Programming in Scala