#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)
#elixir #erlang #compilation #c_language #erlang_nif
Bundlex — compiling c with elixir made easy
https://blog.swmansion.com/bundlex-compiling-c-with-elixir-made-easy-9ac5d7d24da5
Bundlex — compiling c with elixir made easy
https://blog.swmansion.com/bundlex-compiling-c-with-elixir-made-easy-9ac5d7d24da5
Software Mansion
Bundlex — compiling C with Elixir made easy
In this article we describe our solution for effective managing C code in Elixir projects.
#elixir #absinthe #graphql #api #programming
Aliasing fields on ecto associations in absinthe for graphql
https://tech.offgrid-electric.com/aliasing-fields-on-ecto-associations-in-absinthe-for-graphql-abcaad92b9b4
Aliasing fields on ecto associations in absinthe for graphql
https://tech.offgrid-electric.com/aliasing-fields-on-ecto-associations-in-absinthe-for-graphql-abcaad92b9b4
Power the People
Aliasing Fields on Ecto Associations in Absinthe for GraphQL
How do we maintain the consistency of our GraphQL APIs over time, while the underlying data structures change? Let’s take a look!
#elixir #vector #lists #data_structures #erlang
Why doesn’t vector exist in elixir natively?
https://medium.com/@bruteforcecat/why-doesnt-vector-exist-in-elixir-natively-b0aff4b51630
Why doesn’t vector exist in elixir natively?
https://medium.com/@bruteforcecat/why-doesnt-vector-exist-in-elixir-natively-b0aff4b51630
Medium
Why Doesn’t Vector Exist in Elixir Natively?
A Vector(array with adjustable size) is a collection of values indexed by contiguous integers and it is a very commonly used collection…
#elixir #erlang
A brief history of erlang and elixir
https://medium.com/wttj-tech/a-brief-history-of-erlang-and-elixir-e8f166403b5a
A brief history of erlang and elixir
https://medium.com/wttj-tech/a-brief-history-of-erlang-and-elixir-e8f166403b5a
Medium
A brief history of Erlang and Elixir
As a web developer, you run into issues you probably didn’t know had been resolved twenty years ago. Telecommunications and the web worked…
#elixir
Migrations in databases with large amount of data
http://blog.plataformatec.com.br/2019/02/migrations-in-databases-with-large-amount-of-data/
Migrations in databases with large amount of data
http://blog.plataformatec.com.br/2019/02/migrations-in-databases-with-large-amount-of-data/
blog.plataformatec.com.br
Migrations in databases with large amount of data « Plataformatec Blog
There is a discussion that always comes up when dealing with database migrations. Should I use the migrations to also migrate data? I mean, I've already altered
#elixir #ecto #many_to_many
Many to many relationships with ecto
https://medium.com/coletiv-stories/ecto-elixir-many-to-many-relationships-66403933f8c1
Many to many relationships with ecto
https://medium.com/coletiv-stories/ecto-elixir-many-to-many-relationships-66403933f8c1
Medium
Many to many relationships with Ecto
A University of College London study discovered something we all knew: humans are lazy. Meaning that, most of the times, when we have a…
#ruby #programming #elixir #elixirlang
Avoiding junk-drawer classes in ruby
https://medium.com/@benfindley/https-medium-com-avoiding-junk-drawer-classes-in-ruby-99d8523451f6
Avoiding junk-drawer classes in ruby
https://medium.com/@benfindley/https-medium-com-avoiding-junk-drawer-classes-in-ruby-99d8523451f6
Medium
Avoiding Junk-Drawer Classes in Ruby
Ruby classes bloat over time and become junk-drawers of loosely-related methods…we can avoid it by taking a cue from Elixir
#elixir #httpoison
Download large files with httpoison async requests
https://medium.com/@asusmel/download-large-files-with-httpoison-async-requests-61c24a27021a
Download large files with httpoison async requests
https://medium.com/@asusmel/download-large-files-with-httpoison-async-requests-61c24a27021a
Medium
Download Large Files with HTTPoison Async Requests
With HTTPoison is really easy to do HTTP requests in Elixir. If we need to get the latest BTC-USD exchange rate from the Coinbase API, we just use the HTTPoison.get! passing the url and query…