#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…
#elixir #phoenix_framework #plug #upload
Base64-encoded file uploads with phoenix and plug
https://medium.com/@szajbus/base64-encoded-file-uploads-with-phoenix-and-plug-1bfe9d9af97e
Base64-encoded file uploads with phoenix and plug
https://medium.com/@szajbus/base64-encoded-file-uploads-with-phoenix-and-plug-1bfe9d9af97e
Medium
Base64-encoded file uploads with Phoenix and Plug
Base64-encoded files may be a special case in your app, but with little work they can be handled as easily as regular ones uploaded via…