Tracking down an ets-related memory leak
https://medium.com/@tylerpachal/tracking-down-an-ets-related-memory-leak-a115a4499a2f
https://medium.com/@tylerpachal/tracking-down-an-ets-related-memory-leak-a115a4499a2f
Medium
Tracking Down an ETS-related Memory Leak
ETS will hold references to large binaries, even if just part of the original binary is stored in a table. Copy binaries if pieces of them…
#elixir #testing
Clean and reusable test helpers with elixir macros
https://dev.to/unnawut/clean-and-reusable-test-helpers-with-elixir-macros-26e5
Clean and reusable test helpers with elixir macros
https://dev.to/unnawut/clean-and-reusable-test-helpers-with-elixir-macros-26e5
DEV Community
Clean and reusable test helpers with Elixir macros
Sometimes, seemingly redundant tests could serve as an assurance that our code works. While it's poss...
#deployment #elixir #kubernetes
Kubernetes and the erlang vm: orchestration on the large and the small
http://blog.plataformatec.com.br/2019/10/kubernetes-and-the-erlang-vm-orchestration-on-the-large-and-the-small/
Kubernetes and the erlang vm: orchestration on the large and the small
http://blog.plataformatec.com.br/2019/10/kubernetes-and-the-erlang-vm-orchestration-on-the-large-and-the-small/
Plataformatec Blog | Plataformatec's place to talk about Ruby, Ruby on Rails, Elixir, and software engineering
Kubernetes and the Erlang VM: orchestration on the large and the small « Plataformatec Blog
If you look at the features listed by Kubernetes (K8s) and compare it to languages that run on the Erlang VM, such as Erlang and Elixir, the impression is that they share many keywords, such as "self-healing", "horizontal scaling", "distribution", etc. This…
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