Broken Links - A phoenix app - Part 5

Broken Links - A phoenix app Part 5, In this episode we fix a data race https://www.youtube.com/watch?v=Im_C8dvrxLg&feature=youtu.behttp://elixirstatus.com/?just_signed_in=true#

Deploying Phoenix Apps with Docker

Detailed walkthrough of how to put your Phoenix App into a minimal Docker image and run it in a container.

https://shovik.com/blog/8-deploying-phoenix-apps-with-docker

Playing the Game of Life with Elixir Processes

Check out how we use Elixir processes, supervision trees, and the new Registry module to build a back-end for Conway’s Game of Life.

Elixir Pagination with Scrivener

Learn how to add pagination to your Elixir project: https://elixircasts.io/elixir-pagination-with-scrivener

Broken Links - A phoenix app Part 4, In this episode we look at how to parallelize our workload

Broken Links - A phoenix app Part 4, In this episode we look at how to parallelize our workload and aggregate info into a usable UI #myelixirstatus https://www.youtube.com/watch?v=c9gG_lfM79Q

Broken Links - A Phoenix app, Part 03, Analyzing the whole website and making the UI usable

Broken Links - A Phoenix app, Part 03, Analyzing the whole website and making the UI usable https://www.youtube.com/watch?v=pS390VbU8Vo

Phoenix and Elm, a real use case (pt. 1)

The first part of a series about creating a very simple SPA with Phoenix and Elm.

http://codeloveandboards.com/blog/2017/02/02/phoenix-and-elm-a-real-use-case-pt-1/

Broken Links - A phoenix app Part 02

Broken Links - A phoenix app Part 02 https://www.youtube.com/watch?v=FfIQTpw6U08

Broken Links - A phoenix app Part 1

A screencast where I show how to build a Phoenix application https://www.youtube.com/watch?v=75qu8KNsh7s&feature=youtu.be

Testing Named Agents

This is a followup blog entry on testing named agents for those who would prefer a little reading.

http://dirtyinformation.com/blog/2017/02/03/testing_named_agents

Unix Timestamps in Elixir 1.4

The old Unix Timestamps in Elixir post is by far my most popular one. Because a lot changed in recent Elixir versions when it comes to handling of calendar types (such as dates, datetimes and times), I though it might be a good idea to update it. Here’s a new version with updates for Elixir 1.4 and Ecto 2.1:

http://michal.muskala.eu/2017/02/02/unix-timestamps-in-elixir-1-4.html

Configuring NGINX for Phoenix applications

Using NGINX as a front-end proxy for web applications is a pretty standard setup. There are some things to keep in mind concerning Phoenix, SSL, and asset delivery and this article sums up the details. https://dennisreimann.de/articles/phoenix-nginx-config.html

Deploying Phoenix Apps for Rails developers: Part 2

Deploying Phoenix Apps for Rails deElaboration for the Part 1: deploying Elixir upgrade releases.velopers: Part 2

https://shovik.com/blog/7-deploying-phoenix-apps-for-rails-developers-part2

(sorry, forgot to include the link first time)

Mocks and side effects

This post describes a pattern for implementing code with side effects in a testable way in Elixir.

https://pryin.io/blog/mocks-and-side-effects/

Playing with Pipes

A look at how pipes can work with things like the if function. https://davejlong.com/2017/01/27/playing-with-elixir-pipes/

Rome Elixir & Erlang Factory Lite 7th April 2017

There are great speakers in Rome, a beautiful city in a beautiful season talking about Elixir and Erlang. What are you waiting? Grab a ticket http://www.erlang-factory.com/rome2017#register

Testing Named Agents

A screencast on how to test named agents without having intermittent failures. https://www.youtube.com/watch?v=gfI4LVS7pqM&t=4s

Two Duplication Refactorings in Elixir

Here is a step by step process on how to find a eliminate duplication in Elixir code. This example is taken from a real world pull request from Elixir core. http://dirtyinformation.com/blog/2017/01/18/two_duplication_refactorings_in_elixir

Create a riak_core application in Elixir (Part 2)

This is the second part on how to implement a distributed and fault- tolerance application with riak_core and Elixir.

Writing an interpreter in Elixir

A fully implemented and tested interpreter for a scripting language, implemented in Elixir without any external dependencies.

Maybe this can be helpful for somebody. I would highly appreciate any kind of feedback!

Previous page Next page