#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!
#elixir #functional_programming #erlang #introduction #learning
Lessons about elixir — first step: kickoff on the language
https://medium.com/@julio.leitao.jr/lessons-about-elixir-first-step-kickoff-on-the-language-fa48fcecbf4
Lessons about elixir — first step: kickoff on the language
https://medium.com/@julio.leitao.jr/lessons-about-elixir-first-step-kickoff-on-the-language-fa48fcecbf4
Medium
Lessons about Elixir — First step: kickoff on the language
A little about the Elixir programming language. What is and why you should be interested
#elixir #phoenix #phoenix_framework #web_development #back_end_development
Top open source frameworks in elixir
https://medium.com/@icicletech/top-open-source-frameworks-in-elixir-80a5aaa957ce
Top open source frameworks in elixir
https://medium.com/@icicletech/top-open-source-frameworks-in-elixir-80a5aaa957ce
Medium
Top Open Source Frameworks in Elixir
Elixir is an open source, functional, dynamic language with a strong emphasis on concurrency and fault tolerance. It runs on the Erlang…
#distributed_systems #elixir #kubernetes #libcluster #phoenix
Connecting elixir nodes with libcluster, locally and on kubernetes
https://medium.com/@asusmel/connecting-elixir-nodes-with-libcluster-locally-and-on-kubernetes-feb704158d41
Connecting elixir nodes with libcluster, locally and on kubernetes
https://medium.com/@asusmel/connecting-elixir-nodes-with-libcluster-locally-and-on-kubernetes-feb704158d41
Medium
Connecting Elixir Nodes with libcluster, locally and on Kubernetes
Running Elixir in Docker Containers Distributed Phoenix Chat with PubSub PG2 adapter Create a High-Availability Kubernetes Cluster on AWS with Kops In the last few articles we saw how to make our…
#elixir #react #otp #trees
A comparison of elixir supervision trees and react component trees
https://dev.to/jackmarchant/a-comparison-of-elixir-supervision-trees-and-react-component-trees-2oc2
A comparison of elixir supervision trees and react component trees
https://dev.to/jackmarchant/a-comparison-of-elixir-supervision-trees-and-react-component-trees-2oc2
The DEV Community
A Comparison of Elixir Supervision Trees and React Component Trees
Elixir Supervision Trees and React Component Trees - both trees, but do the similarities end there? In this article I compare the pair.
#elixir #elixirlang #asynchronous #parallel_computing
Elixir findings: asynchronous task streams
https://medium.com/@dinojoaocosta/elixir-findings-asynchronous-task-streams-7f6336227ea
Elixir findings: asynchronous task streams
https://medium.com/@dinojoaocosta/elixir-findings-asynchronous-task-streams-7f6336227ea
Medium
Elixir Findings: Asynchronous Task Streams
The other day I was solving an Exercism.io exercise that involved calculating the frequency of letters in multiple texts in parallel using…
#elm #elixir #book #learning
Elixir and elm learning log. reading "elixir and elm tutorial" book.
https://dev.to/antonrich/elixir-and-elm-learning-log-reading-elixir-and-elm-tutorial-book-2ejo
Elixir and elm learning log. reading "elixir and elm tutorial" book.
https://dev.to/antonrich/elixir-and-elm-learning-log-reading-elixir-and-elm-tutorial-book-2ejo
DEV Community
Elixir and Elm learning log. Reading "Elixir and Elm tutorial" book.
I think, in November last year, I was browsing leanpub store and discovered a little book called "Eli...
#docker #ruby #elixir #devops #phish
(accidentally) implementing the world’s worst static site generator: part 1
https://medium.com/flatiron-labs/accidentally-implementing-the-worlds-worst-static-site-generator-part-1-712db9886d88
(accidentally) implementing the world’s worst static site generator: part 1
https://medium.com/flatiron-labs/accidentally-implementing-the-worlds-worst-static-site-generator-part-1-712db9886d88
Medium
(Accidentally) Implementing the World’s Worst Static Site Generator: Part 1
Part One
#elixir #ecto #associations #preload
Ecto.schema `has_one/3` and `belongs_to/3` options (`:foreign_key` and `:references`) confusion
https://medium.com/scientific-breakthrough-of-the-afternoon/ecto-schema-has-one-3-and-belongs-to-3-options-foreign-key-and-references-confusion-8e7d116805c7
Ecto.schema `has_one/3` and `belongs_to/3` options (`:foreign_key` and `:references`) confusion
https://medium.com/scientific-breakthrough-of-the-afternoon/ecto-schema-has-one-3-and-belongs-to-3-options-foreign-key-and-references-confusion-8e7d116805c7
Medium
Ecto.Schema `has_one/3` and `belongs_to/3` options (`:foreign_key` and `:references`) confusion
( has_many/3 belongs here too I guess)