Elixir Blog Posts

Credit where credit’s due. 99.999% (erlang/elixir is at least 5 nines) goes to José, I just came with some minor comments and we discussed some points.

6 Likes

By @jeffweiss

2 Likes
1 Like

Deploying Elixir applications with Edeliver

1 Like

I reckon we could do with a Wiki/sticky about deployment tools, do you fancy putting one together @dgamidov ? (Could be like the Elixir Version Managers sticky)

1 Like

Sure! Let’s do it!

2 Likes

Blog post on Elixir security

https://blog.voltone.net/post/3

2 Likes

Part 6 of Let’s Build Something: Elixir
Adding metrics to StatsYard

1 Like

Elixir vs Ruby: Naming conventions

How does naming files, modules, variables and functions in Elixir compare to Ruby and its convention-driven world?

2 Likes

I wrote a tutorial at SemaphoreCI describing how to work Docker and Docker Compose into your Elixir/Phoenix workflow by way of a custom Mix task. Enjoy!

How to make your Elixir/Phoenix workflow more consistent and convenient with Docker and Docker Compose

2 Likes

A post was split to a new topic: Announcing GenStage

http://bryaninspired.com/elixirscript-processes-generators-embracing-the-environment/

http://blog.overminddl1.com/

A couple of people have asked me to blog about the various things I’ve made and my ideas on things so I set one up last week, although not made the first content post until today, and of course it is about Elixir as it is currently my most used language (due to work). The first content post is a bit of an Elixir things that bug me and an easy fix, but who knows, maybe it will change how things are thought about any.

Unsure what my next post will be about, maybe another niggle of mine or who knows. If anyone wants to see of something specific (I have one request already, but it is a big one so I’ll need to mull over it for a bit first), just ask.

2 Likes

Is Elixir programming really that hard?

How to survive in a post-apocalyptic Elixir world devoid of classes, objects and methods that we’ve grown to depend on so much?

3 Likes

Reactive Tweets with Elixir GenStage
Something like http://www.reactive-streams.org/ in JVM world :slight_smile:

2 Likes

I wrote a thing about accessing the Apple CloudKit public database using elixir, because it took me a while to figure it out :blush:

2 Likes

A very simple ticker implemented in Elixir

1 Like

I spent the last year learning programming, starting from only basic knowledge of HTML. I wrote a couple of bog posts about my experience. A lot of the time was spent with Elixir, so it may be interesting/useful for people learning Elixir to check out.

A Year Learning Programming: Ruby, Elixir, and JavaScript

Notes From A Year Learning Programming

2 Likes

amazingly detailed CQRS/ES article:

https://10consulting.com/2017/01/04/building-a-cqrs-web-application-in-elixir-using-phoenix/

4 Likes

Wrote a short blog post on using IEx.pry to debug incoming Phoenix requests in the router:

1 Like