Elixir process efficiency (minimax case)
https://medium.com/@ecz/elixir-process-efficiency-minimax-case-cf129fbde92a
https://medium.com/@ecz/elixir-process-efficiency-minimax-case-cf129fbde92a
Medium
Elixir Process Efficiency (Minimax case)
Elixir power comes from its well equipped process management. Processes are kind of independent threads that Elixir can spawn to be run…
#elixir #phoenix #liveview
Animating a canvas with phoenix liveview: an update
https://dev.to/petecorey/animating-a-canvas-with-phoenix-liveview-an-update-b95
Animating a canvas with phoenix liveview: an update
https://dev.to/petecorey/animating-a-canvas-with-phoenix-liveview-an-update-b95
DEV Community
Animating a Canvas with Phoenix LiveView: An Update
In my previous post on animating an HTML5 canvas using Phoenix LiveView, we used both a phx-hook attr...
How we improved our elixir build speed by 5x
https://medium.com/@cblavier/how-we-improved-our-elixir-build-speed-by-5x-d45393c6700f
https://medium.com/@cblavier/how-we-improved-our-elixir-build-speed-by-5x-d45393c6700f
Medium
How we improved our Elixir build speed by 5x
With a few practical guidelines
Til a shortcut for aliasing the current module in elixir
https://medium.com/madeawkward/til-a-shortcut-for-aliasing-your-current-module-in-elixir-498f9718e086
https://medium.com/madeawkward/til-a-shortcut-for-aliasing-your-current-module-in-elixir-498f9718e086
Medium
TIL a shortcut for aliasing the current module in Elixir
When using structs in Elixir I found I would often have to reference the struct itself. You can use the __MODULE__ constant for that…
Railway ipc part ii: synchronous messaging
https://medium.com/flatiron-labs/railway-ipc-part-ii-synchronous-messaging-aa1a39501e89
https://medium.com/flatiron-labs/railway-ipc-part-ii-synchronous-messaging-aa1a39501e89
Medium
Railway IPC Part II: Synchronous Messaging
Building RPC Features with Railway
Keyword lists and maps in elixir
https://medium.com/@alexander.wilson_33085/keyword-lists-and-maps-in-elixir-682fab4bea3a
https://medium.com/@alexander.wilson_33085/keyword-lists-and-maps-in-elixir-682fab4bea3a
Medium
Keyword Lists and Maps in Elixir
If you’ve been following my posts on getting started with Elixir, you already know enough to put together full programs. Some tasks may be…
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.