Elixir and reinforcement learning — iv
https://medium.com/@marceloreichert/elixir-and-reinforcement-learning-iv-4f94d1b4608d
https://medium.com/@marceloreichert/elixir-and-reinforcement-learning-iv-4f94d1b4608d
Medium
Elixir and Reinforcement Learning — IV
Neural Network
Wiring up phoenix channels with react hooks
https://medium.com/software-fast-radius/wiring-up-phoenix-channels-with-react-hooks-921aac29f0ff
https://medium.com/software-fast-radius/wiring-up-phoenix-channels-with-react-hooks-921aac29f0ff
Medium
Wiring Up Phoenix Channels with React Hooks
At Fast Radius, we’re building responsive and performant applications in Elixir + Phoenix and React. We’ve leveraged Phoenix channels to…
Elixir, ecto, postgres: a saga about database performance
https://medium.com/@ericscouten/elixir-ecto-postgres-a-saga-about-database-performance-488ba59128e
https://medium.com/@ericscouten/elixir-ecto-postgres-a-saga-about-database-performance-488ba59128e
Medium
Elixir, Ecto, Postgres: A Saga about Database Performance
A bumpy road on the way to fast performance with Elixir, Ecto, and Postgres. How we isolated the issue and resolved it.
How i changed the default structure of elixir project to suit my preferences more
https://medium.com/@amatalai/how-i-changed-the-default-structure-of-elixir-project-to-suit-my-preferences-more-8e0a7dc88ef3
https://medium.com/@amatalai/how-i-changed-the-default-structure-of-elixir-project-to-suit-my-preferences-more-8e0a7dc88ef3
Medium
How I changed the default structure of Elixir project to suit my preferences more
Reasonable defaults can make your life easier. I think that most programmers agree with that. Does that mean we should stick to them…
#elixir #dialyzer
Til: understanding dialyzer’s “the pattern can never match the type.”
https://dev.to/lasseebert/til-understanding-dialyzer-s-the-pattern-can-never-match-the-type-2mmm
Til: understanding dialyzer’s “the pattern can never match the type.”
https://dev.to/lasseebert/til-understanding-dialyzer-s-the-pattern-can-never-match-the-type-2mmm
DEV Community
TIL: Understanding dialyzer’s “The pattern can never match the type.”
This story was originally posted by me on Medium on 2019-09-03, but moved here since I'm closing my M...
I bet my elixir solution is better than yours in javascript
https://medium.com/@bosqueviejo/i-bet-my-elixir-solution-is-better-than-yours-in-javascript-62a3860b4b3c
https://medium.com/@bosqueviejo/i-bet-my-elixir-solution-is-better-than-yours-in-javascript-62a3860b4b3c
Medium
I bet my Elixir solution is better than yours in JavaScript
Note that this is a response more elaborated to the post Bet you can’t solve this Google interview question.
#phoenix #elixir #liveview #tutorial
Liveview todomvc - part 2: params and hooks
https://dev.to/amencarini/liveview-todomvc-part-2-params-and-hooks-2l5
Liveview todomvc - part 2: params and hooks
https://dev.to/amencarini/liveview-todomvc-part-2-params-and-hooks-2l5
DEV Community
LiveView TodoMVC - Part 2: params and hooks
Welcome back! In Part 1 we built an almost fully functional version of the classic TodoMCV tutorial...