Best practices for integrating with third-party libraries in Elixir

https://www.jackmarchant.com/articles/integrating-third-party-libraries-in-elixir

Elixir Foundation Videos

We released 4 new episodes including 1 free one. Learn how to build your own plug and more!

https://www.codemy.net/posts/elixir-example-react-app-007/sets/elixir-foundation

Do & Don’t — Length of Range — Elixir

https://medium.com/@blackode/do-dont-length-of-range-elixir-a18b16135c61

ElixirMix Podcast 032 - Using Ecto with Edgar Pino

In this episode of ElixirMix, the panel talks with Edgar Pino Ecto 3.0 is released, upgrading to it, Ecto without Phoenix, and much more!

Podcast Episode

Phoenix Templates

This is the first of series of three articles on Phoenix templates cleverly titled, “Phoenix Templates“. In this article we look at why Phoenix templates are so fast and memory friendly, what EEx is and how it works, variables, and finally template helper functions.

http://samuelmullen.com/articles/phoenix-templates/

From Rails to Elixir: Know your App

Make sure that you Know Your App before diving into a Rails to Elixir migration.

https://dev.to/joaodiogocosta/from-rails-to-elixir-know-your-app-131m

Aviacommerce: Elixir open source e-commerce framework

Aviacommerce is an open source e-commerce framework written in Elixir/Phoenix. Project website https://aviacommerce.org

Feel free to share your feedback on Gitter with the team https://gitter.im/avia-commerce/Lobby

Feedback welcome!

Deploying ExVenture

The past few days I’ve been working on making ExVenture significantly more easy to deploy, and I wrote up a small how-to with the new setup.

https://blog.oestrich.org/2018/12/deploying-exventure

How I Centralized Our Scattered Business Logic Into One Clear Pipeline

https://www.pagerduty.com/eng/elixir-webhook-service/

[Video] Property based testing in Elixir by Luc Tielen

Presentation at NextBuild 2018 from Luc Tielen about property based testing in Elixir

plug_checkup: with configurable JSON encoder

New version of plug_checkup. Now you can choose which JSON encoder to use with it.

Lens: traverse recursive data

The lib has been live for some time, but please feel free to check out lens for your recursive-datastructure-traversal needs.

https://github.com/obrok/lens

ExDocRefined: A refined document viewer for Elixir

I recently released ExDocRefined, a refined document viewer for Elixir

Imgur

ExDocRefined is written as an alternative for ex_doc.

As the demo shown above, you can quickly view the your project’s documentation with decent Material UI and execute function directly from document.

Check it out GitHub

Getting Started with Ecto Part 3: CRUD Operations

Part 3 of Getting Started with Ecto how to execute CRUD operations against our Postgres database using Ecto.

Disco: simple, opinionated yet flexible library to build CQRS/ES driven systems.

Simple, opinionated yet flexible library to build CQRS/ES driven systems.

Disco has been extracted from work done to build apps following the CQRS/ES pattern. Several ideas come from other excellent examples such as commanded. However, the goal was to build something simpler and more flexible, because it’s not always possible to follow 100% CQRS/ES pattern neither anywhere in your apps. Disco tries to solve this gap.

Source: https://github.com/andreapavoni/disco

Docs: https://hexdocs.pm/disco/Disco.html

Sigils To The Rescue

As I continue working on Exvalibur, the generator for blazingly fast validators of maps based on sets of predefined rules, I have implemented custom guards and pattern matching of values.

I just blogged about how I used custom sigils to allow quoted expressions in the rules.

Running Elixir in Docker Containers

In this article we see how to use Docker to run our development Elixir environment and to run multiple Elixir Nodes over a Docker bridge network.

Running Elixir in Docker Containers

oneksy.ex v0.11.2 released!

We have finally released a stable version of /onesky.ex and we’re very much looking forward for your feedback and/or contributions. https://github.com/ahtung/onesky.ex

ElixirMix Podcast 031 - Lessons from a Decade of Erlang with Brujo Benavides

In this episode of ElixirMix, the panel talks with Brujo Benavides about Elixir from an Erlang perspective, the blending of Elixir and Erlang communities, GenServers, 10 Lessons from Decade with Erlang, Spawnfest, and much more!

Podcast Episode

Practicing Recursion with a Guess the Word Game

Let’s build a guess the word game using recursion!

https://www.youtube.com/watch?v=lSqOCD9oIAQ

Previous page Next page