#elixir
Genserver, registry, dynamicsupervisor. combined.
https://dev.to/unnawut/genserver-registry-dynamicsupervisor-combined-4i9p
Genserver, registry, dynamicsupervisor. combined.
https://dev.to/unnawut/genserver-registry-dynamicsupervisor-combined-4i9p
The DEV Community
GenServer, Registry, DynamicSupervisor. Combined.
. Tagged with elixir.
#webdev #javascript #graphql #elixir
Interesting web technologies to follow in 2019
https://dev.to/jakeprins_nl/interesting-web-technologies-to-follow-in-2019-2pll
Interesting web technologies to follow in 2019
https://dev.to/jakeprins_nl/interesting-web-technologies-to-follow-in-2019-2pll
The DEV Community
Interesting Web Technologies to follow in 2019
// @NOTE: This was originally posted on Medium a year ago. The world of web development is constant...
#elixir #phoenix #authorization #ecto
How to implement authorization in elixir and phoenix
https://dev.to/haseebeqx/how-to-implement-authorization-in-elixir-and-phoenix-5d22
How to implement authorization in elixir and phoenix
https://dev.to/haseebeqx/how-to-implement-authorization-in-elixir-and-phoenix-5d22
DEV Community
How to implement Authorization in elixir and phoenix
Implementing custom authorization is very easy in phoenix. There are many reasons and advantages for using custom authorization system a over a dedicated framework
Beam languages united meetup at klarna hq
https://engineering.klarna.com/beam-languages-united-meetup-at-klarna-hq-11e4786032da
https://engineering.klarna.com/beam-languages-united-meetup-at-klarna-hq-11e4786032da
Medium
BEAM Languages United meetup at Klarna HQ
The BEAM Languages United meetup has evolved from the Erlang meetup in Stockholm. The new edition of the meetup is intended to support all…
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…