Skip to content

Instantly share code, notes, and snippets.

@oshanz
Last active May 17, 2022 18:14
Show Gist options
  • Save oshanz/d1f6fe5fc59773726cd5be38b3990e59 to your computer and use it in GitHub Desktop.
Save oshanz/d1f6fe5fc59773726cd5be38b3990e59 to your computer and use it in GitHub Desktop.
Elixir Notes
- https://tomasztomczyk.com/2017/01/17/genstage-for-processing-jobs.html
- https://samuelmullen.com/articles/more-than-1-1-with-elixirs-genstage/
- https://blog.appsignal.com/2018/11/13/elixir-alchemy-understanding-elixirs-genstages-querying-the-blockchain.html
- https://big-elephants.com/2019-01/facebook-genstage/
- https://blog.dnsimple.com/2018/11/low-volume-genstage-datasource/
- https://elixirschool.com/en/lessons/data_processing/genstage/
- https://alexgaribay.com/using-genstage-for-a-batching-pipeline/
- https://medium.com/@andreichernykh/elixir-a-few-things-about-genstage-id-wish-to-knew-some-time-ago-b826ca7d48ba
- https://dev.to/unnawut/genserver-registry-dynamicsupervisor-combined-4i9p
- https://elixir-radar.com/jobs
- https://dockyard.com/blog/2016/05/02/phoenix-tips-and-tricks
- https://dockyard.com/blog/2019/10/16/batching-for-operations-with-elixir-and-broadway
- https://blog.jola.dev/elixir-string-processing-optimization
- https://info.codecast.io/blog/how-to-use-phoenix-channels
- https://littlelines.com/blog/2020/07/06/building-a-video-chat-app-in-phoenix-liveview
- https://www.kabisa.nl/tech/optimizing-phoenix-endpoints-using-flamegraphs/
- https://blog.plataformatec.com.br/2019/10/kubernetes-and-the-erlang-vm-orchestration-on-the-large-and-the-small/
- https://blog.appsignal.com/2021/08/31/liveview-integration-tests-in-elixir.html
- https://blog.appsignal.com/2021/09/14/application-code-upgrades-in-elixir.html
- https://www.culttt.com/2016/11/02/what-are-behaviours-in-elixir
- https://www.culttt.com/2016/09/21/building-casino-elixir
- https://til.hashrocket.com/elixir
- https://thoughtbot.com/blog/how-to-start-processes-with-dynamic-names-in-elixir
- https://curiosum.com/blog
- https://curiosum.com/blog/elixir-phoenix-liveview-messenger-part-3
- https://blog.appsignal.com/2021/08/17/an-introduction-to-liveview-in-elixir.html
- https://pentacent.medium.com/failing-big-with-elixir-and-liveview-ce32f6574986
- https://leanpub.com/buildingconduit/read#leanpub-auto-who-is-building-conduit-for
- https://medium.com/weareevermore/handling-async-tasks-with-elixir-a6e97047010c
- https://github.com/mirego/elixir-boilerplate
- https://github.com/qhwa/bonfire
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment