#elixir #basics #maps #structs
Elixir structs are maps with checks and default values
https://dev.to/logicmason/elixir-structs-are-maps-with-checks-and-default-values-135m
Elixir structs are maps with checks and default values
https://dev.to/logicmason/elixir-structs-are-maps-with-checks-and-default-values-135m
DEV Community
Elixir Structs are maps with checks and default values
What Elixir Structs do that Maps don't and what you can't rely on
#elixir #json #ecto #postgres
Querying nested jsonb fields with ecto
https://dev.to/logicmason/querying-nested-jsonb-fields-with-ecto-4372
Querying nested jsonb fields with ecto
https://dev.to/logicmason/querying-nested-jsonb-fields-with-ecto-4372
DEV Community
Querying nested JSONB fields with Ecto
Ecto has a map type, which is implemented in Postgres as a JSONB field. It's particularly useful for situations involving user-submitted data, and here's a tutorial about how to query within them...
Release a phoenix application with docker and postgres
https://medium.com/@j.schlacher_32979/release-a-phoenix-application-with-docker-and-postgres-28c6ae8c7184
https://medium.com/@j.schlacher_32979/release-a-phoenix-application-with-docker-and-postgres-28c6ae8c7184
Medium
Release a Phoenix application with docker and Postgres
This is a minimal introduction on how to bundle and release a Phoenix web application accessing a Postgres database with Docker and the new…
Programming languages i will be focusing on 2020
https://medium.com/@franzejr/programming-languages-i-will-be-focusing-on-2020-b561f0c28750
https://medium.com/@franzejr/programming-languages-i-will-be-focusing-on-2020-b561f0c28750
Medium
Programming Languages to focus on 2020
Looking forward to 2020, I start to think on…
#elixir #tests
Elixir: what about tests?
http://blog.plataformatec.com.br/2020/01/elixir-what-about-tests/
Elixir: what about tests?
http://blog.plataformatec.com.br/2020/01/elixir-what-about-tests/
Plataformatec Blog | Plataformatec's place to talk about Ruby, Ruby on Rails, Elixir, and software engineering
Elixir: What about tests? « Plataformatec Blog
There is no arguing about how important tests are for our application. But from time to time, when we are dealing with it, some questions came up on a daily basis. A very common day-do-day case is our application relying on APIs and external libs, but one…
#elixir
Elixir run asynchronous function with task.async and task.await
https://dev.to/iporsut/elixir-run-asynchronous-function-with-task-async-and-task-await-1h2h
Elixir run asynchronous function with task.async and task.await
https://dev.to/iporsut/elixir-run-asynchronous-function-with-task-async-and-task-await-1h2h
DEV Community
Elixir run asynchronous function with Task.async and Task.await
. Tagged with elixir.
#elixir
What happens on ecto.repo.rollback?
https://til.hashrocket.com/posts/wgpoqob9is-what-happens-on-ectoreporollback
What happens on ecto.repo.rollback?
https://til.hashrocket.com/posts/wgpoqob9is-what-happens-on-ectoreporollback
Hashrocket
Today I Learned: What happens on Ecto.Repo.rollback?
The rollback function interupts the execution of the function that you pass to transaction, but what is the mechanism for interupting execution?
#elixir
Ecto can only execute 1 sql statement at a time
https://til.hashrocket.com/posts/hjhufmnidh-ecto-can-only-execute-1-sql-statement-at-a-time
Ecto can only execute 1 sql statement at a time
https://til.hashrocket.com/posts/hjhufmnidh-ecto-can-only-execute-1-sql-statement-at-a-time
Hashrocket
Today I Learned: Ecto can only execute 1 sql statement at a time
Ecto can only ever execute 1 sql statement at a time, by design. For performance concerns, every statement is wrapped in a prepared statement
*some “security” is a fringe benefit of prepare statements.
*some “security” is a fringe benefit of prepare statements.
How to write a browser game in pure elixir — part 1
https://medium.com/@neslinesli93/how-to-write-a-browser-game-in-pure-elixir-part-1-af759c7cd2b2
https://medium.com/@neslinesli93/how-to-write-a-browser-game-in-pure-elixir-part-1-af759c7cd2b2
Medium
How to write a browser game in pure Elixir — Part 1
Phoenix LiveView is an awesome technology that tries to push Elixir usage for web application way further than the basic Phoenix framework…
#elixir #ruby
Important information about our elixir and ruby open source projects
http://blog.plataformatec.com.br/2020/01/important-information-about-our-elixir-and-ruby-open-source-projects/
Important information about our elixir and ruby open source projects
http://blog.plataformatec.com.br/2020/01/important-information-about-our-elixir-and-ruby-open-source-projects/
Plataformatec Blog | Plataformatec's place to talk about Ruby, Ruby on Rails, Elixir, and software engineering
Important information about our Elixir and Ruby Open Source projects « Plataformatec Blog
In the last decade, Plataformatec has also created and maintained a range of open source projects. In the next paragraphs, I will describe what the next steps are for the open source projects currently owned by Plataformatec.
Elixir process orchestration in kubernetes with libcluster and swarm
https://medium.com/kloeckner-i/elixir-process-orchestration-in-kubernetes-with-libcluster-and-swarm-c741ab8b57c7
https://medium.com/kloeckner-i/elixir-process-orchestration-in-kubernetes-with-libcluster-and-swarm-c741ab8b57c7
Medium
Elixir Process Orchestration in Kubernetes with libcluster and Swarm
Collaborated with Rocky Neurock