#elixir #docke #distillery #erlang
How to create a elixir release and use environment variables configured at runtime.
https://medium.com/@ophasnoname_44358/how-to-create-a-elixir-release-and-use-environment-variables-configured-at-runtime-dbb2580ba42d
How to create a elixir release and use environment variables configured at runtime.
https://medium.com/@ophasnoname_44358/how-to-create-a-elixir-release-and-use-environment-variables-configured-at-runtime-dbb2580ba42d
#elixir
Implementing blocking queue with elixir and otp 21
https://medium.com/@aetherus.zhou/implementing-blocking-queue-with-elixir-and-otp-21-3a407bfc912
Implementing blocking queue with elixir and otp 21
https://medium.com/@aetherus.zhou/implementing-blocking-queue-with-elixir-and-otp-21-3a407bfc912
Medium
Implementing blocking queue with Elixir and OTP 21
If you are an Elixir programmer and a concurrency guy, you probably have been using Joseph Kain’s BlockingQueue. Joseph also wrote a blog…
#elixir #phoenix #gitlab #continous_integration #continous_deployment
Setting up automated testing and deployment to gigalixir for a phoenix application using gitlab.
https://medium.com/@edwinthinks/setting-up-automated-testing-and-deployment-to-gigalixir-for-a-phoenix-application-using-gitlab-48cee3bac481
Setting up automated testing and deployment to gigalixir for a phoenix application using gitlab.
https://medium.com/@edwinthinks/setting-up-automated-testing-and-deployment-to-gigalixir-for-a-phoenix-application-using-gitlab-48cee3bac481
Medium
Setting up automated testing and deployment to Gigalixir for a Phoenix Application using GitLab.
In this article, I go over the few easy steps you can take to improving the foundation of your old or new Phoenix (1.4) application using…
#elixir #erlang #unittest #testing #tdd
Testiex — easier test driven development in elixir
https://medium.com/@olshansky/testiex-easier-test-driven-development-in-elixir-761cd1a9f11
Testiex — easier test driven development in elixir
https://medium.com/@olshansky/testiex-easier-test-driven-development-in-elixir-761cd1a9f11
Medium
TestIex — Easier Test Driven Development in Elixir
One of my favorite features of elixir is being able to start a shell that loads the entire context of my project:
#functional_programming #domain_driven_design #clojure #elixir #scalability
Thoughts on domain-driven design in functional languages
https://medium.com/@naveennegi/thoughts-on-domain-driven-design-in-functional-languages-83c43ec518d
Thoughts on domain-driven design in functional languages
https://medium.com/@naveennegi/thoughts-on-domain-driven-design-in-functional-languages-83c43ec518d
Medium
Domain-driven design in FP
For the last couple of years, I have been working with functional languages like Elixir and Clojure. Even though I am convinced that DDD…
#elixir #erlang #otp #functional_programming #genserver
Orchestrating genserver state changes with `handle_continue`
https://medium.com/@adammokan/orchestrating-genserver-state-changes-30ab84866678
Orchestrating genserver state changes with `handle_continue`
https://medium.com/@adammokan/orchestrating-genserver-state-changes-30ab84866678
Medium
Orchestrating GenServer state changes with `handle_continue`
A minor addition to Erlang/OTP 21 that could make life a little easier
#elixir #erlang #genserver #genstage
Genstage in erlang/elixir: easy as jelly!
https://medium.com/@navidmostafiz/genstage-in-erlang-elixir-easy-as-jelly-20e0570a1223
Genstage in erlang/elixir: easy as jelly!
https://medium.com/@navidmostafiz/genstage-in-erlang-elixir-easy-as-jelly-20e0570a1223
Medium
GenStage in Erlang/Elixir: Easy as Jelly!
A GenStage facilitates communication between different Erlang/Elixir modules on the same or different nodes using a publisher-subscriber…
#elixir #distillery #release_management #erlang
Releasing elixir with distillery
https://medium.com/grandcentrix/releasing-elixir-with-distillery-acfcd7004476
Releasing elixir with distillery
https://medium.com/grandcentrix/releasing-elixir-with-distillery-acfcd7004476
Medium
Releasing Elixir with Distillery
Distillery allows conveniently creating Erlang releases from Elixir projects. We share practical learnings of using it in production!
#elixir #erlang #toml #distributed_systems #software_development
How to update elixir project configuration with toml in runtime.
https://medium.com/pharos-production/elixir-toml-configuration-d6b42a88fd65
How to update elixir project configuration with toml in runtime.
https://medium.com/pharos-production/elixir-toml-configuration-d6b42a88fd65
Medium
How to Update Elixir Project Configuration with TOML in Runtime.
Distributed & High-Load Systems Development.
#graphql #absinthe #json #elixir #git
An absinthe graphql codec for better commits of json schema files
https://medium.com/@hadfieldn/an-absinthe-graphql-codec-for-better-commits-of-json-schema-files-ea061b38676
An absinthe graphql codec for better commits of json schema files
https://medium.com/@hadfieldn/an-absinthe-graphql-codec-for-better-commits-of-json-schema-files-ea061b38676
Medium
An Absinthe GraphQL codec for better commits of JSON schema files
The case for consistently rendered JSON schemas
#api #elixir #phoenix #yandex_translate #translation
Text translation for elixir/phoenix applications with yandex.translate service
https://medium.com/@kortirso/text-translation-for-elixir-phoenix-applications-with-yandex-translate-service-2364bdbc0a4e
Text translation for elixir/phoenix applications with yandex.translate service
https://medium.com/@kortirso/text-translation-for-elixir-phoenix-applications-with-yandex-translate-service-2364bdbc0a4e
Medium
Text translation for Elixir/Phoenix applications with Yandex.Translate service
Yandex company has a very good service for translators Yandex.Translate. Any user can translate words or whole phrases for free through a…
#graphql #utrust #product_development #elixir
How we are building utrust
https://medium.com/utrust/how-we-are-building-utrust-2dfa0b5d8e41
How we are building utrust
https://medium.com/utrust/how-we-are-building-utrust-2dfa0b5d8e41
Medium
How we are building UTRUST
We have been so focused on building the UTRUST platform, that we haven’t had much of a chance to show you the cool stuff we’re working on…
#elixir #phoenix #api
Build your first api with phoenix
https://medium.com/@sanchez.dav90/build-your-first-api-with-phoenix-45317b85737d
Build your first api with phoenix
https://medium.com/@sanchez.dav90/build-your-first-api-with-phoenix-45317b85737d
Medium
Build your first API with Phoenix
Phoenix is an Elixir framework oriented to highly performant and scalable web applications, but before continuing, we need to know what is…
#paradigms #functional #discuss #elixir
Functional programming is not a paradigm
https://dev.to/notriddle/functional-programming-is-not-a-paradigm-1p8o
Functional programming is not a paradigm
https://dev.to/notriddle/functional-programming-is-not-a-paradigm-1p8o
#elixir #handle_continue #asynchronous #otp #process
Introduction to handle_continue in elixir (and when to use it)
https://medium.com/@tylerpachal/introduction-to-handle-continue-in-elixir-and-when-to-use-it-53ba5519cc17
Introduction to handle_continue in elixir (and when to use it)
https://medium.com/@tylerpachal/introduction-to-handle-continue-in-elixir-and-when-to-use-it-53ba5519cc17
Medium
Introduction to handle_continue in Elixir (and when to use it)
The handle_continue/2 callback prevents race conditions and allows for faster, asynchronous initialization.
#elixir
Enabling distributed elixir on google app engine
https://dockyard.com/blog/2019/02/01/enabling-distributed-elixir-on-google-app-engine
Enabling distributed elixir on google app engine
https://dockyard.com/blog/2019/02/01/enabling-distributed-elixir-on-google-app-engine
DockYard
Enabling Distributed Elixir on Google App Engine - DockYard
Google App Engine provides a platform for deploying Elixir applications. Harness the power of the BEAM by enabling distributed Elixir for your app on Google App Engine.
#elixir #genserver #task #concurrency
Using a genserver to handle asynchronous and concurrent tasks
https://dev.to/jackmarchant/using-a-genserver-to-handle-asynchronous-and-concurrent-tasks--3g96
Using a genserver to handle asynchronous and concurrent tasks
https://dev.to/jackmarchant/using-a-genserver-to-handle-asynchronous-and-concurrent-tasks--3g96
DEV Community
Using a GenServer to handle asynchronous and concurrent tasks
Inter-process communication can be tricky to get your head around. This article discusses an example of how it can be used to solve a real problem.
#functional_programming #elixir #javascript #programming #tech
How to learn elixir for hipster javascript developers
https://blog.bitsrc.io/how-to-learn-elixir-for-hipster-javascript-developers-f0352e579ac3
How to learn elixir for hipster javascript developers
https://blog.bitsrc.io/how-to-learn-elixir-for-hipster-javascript-developers-f0352e579ac3
Medium
How to Learn Elixir for Hipster Javascript Developers
Everyone knows Javascript. Your grandma, father-in-law, old college roommate… even your cat knows Javascript!