How to complete the timing task quickly and efficiently?
https://medium.com/@zhongwencool/how-to-complete-the-timing-task-quickly-and-efficiently-6b824ede4331
https://medium.com/@zhongwencool/how-to-complete-the-timing-task-quickly-and-efficiently-6b824ede4331
Medium
Run the timing task efficiently in erlang?
In most projects, It’s inevitable that you’ll write a few scheduled tasks, such as mail that periodically sends node status on weekdays…
Arcblock becomes founding blockchain sponsor of erlang ecosystem foundation
https://medium.com/arcblock/arcblock-becomes-founding-blockchain-sponsor-of-erlang-ecosystem-foundation-bfa8e8f268a6
https://medium.com/arcblock/arcblock-becomes-founding-blockchain-sponsor-of-erlang-ecosystem-foundation-bfa8e8f268a6
Medium
ArcBlock Becomes Founding Blockchain Sponsor of Erlang Ecosystem Foundation
ArcBlock, a leading blockchain platform and 3.0 ecosystem enabling developers and businesses to build decentralized applications and…
Well crafted functional architecture: ports & adapters
https://medium.com/socialcom/well-crafted-functional-architecture-ports-adapters-3799a532f2e8
https://medium.com/socialcom/well-crafted-functional-architecture-ports-adapters-3799a532f2e8
Medium
Well Crafted Functional Architecture: Ports & Adapters
At Salam.io we are developing a modern social platform containing a humongous amount of features. Development of such product is quite…
#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