#elixir
Sockets or channels? an architecture decision in phoenix
https://medium.com/@codythomasdemartin/sockets-or-channels-an-architecture-decision-in-phoenix-e39211d080a7
Sockets or channels? an architecture decision in phoenix
https://medium.com/@codythomasdemartin/sockets-or-channels-an-architecture-decision-in-phoenix-e39211d080a7
Medium
Sockets or Channels? An architecture decision in Phoenix
The modern web framework Phoenix allows us easily build and deploy soft real time applications. Phoenix does this through two modules…
#elixir
Top 3 tough elixir fights |debugging in production | 2020
https://medium.com/blackode/top-3-tough-elixir-fights-debugging-in-production-2020-6ab712a2c8f4
Top 3 tough elixir fights |debugging in production | 2020
https://medium.com/blackode/top-3-tough-elixir-fights-debugging-in-production-2020-6ab712a2c8f4
Medium
Top 3 Tough Elixir Fights |Debugging in Production | 2020
It’s all about the space
#Elixir in Production
Social messaging with elixir at community
https://elixir-lang.org/blog/2021/02/03/social-messaging-with-elixir/
Social messaging with elixir at community
https://elixir-lang.org/blog/2021/02/03/social-messaging-with-elixir/
elixir-lang.github.com
Social messaging with Elixir at Community
A case study of how Elixir is being used at Community.
#elixir
Towards maintainable elixir: the core and the interface
https://medium.com/very-big-things/towards-maintainable-elixir-the-core-and-the-interface-c267f0da43
Towards maintainable elixir: the core and the interface
https://medium.com/very-big-things/towards-maintainable-elixir-the-core-and-the-interface-c267f0da43
Medium
Towards Maintainable Elixir: The Core and the Interface
“Towards Maintanable Elixir” series part two by VBT Elixir mentor, Saša Jurić: Explaining Very Big Things’ high level code design.
#elixir
Let’s build your personal semrush with elixir!
https://medium.com/@oltarasenko/lets-build-your-personal-semrush-with-elixir-6279fdb31e10
Let’s build your personal semrush with elixir!
https://medium.com/@oltarasenko/lets-build-your-personal-semrush-with-elixir-6279fdb31e10
Medium
Let’s build your personal SEMRush with Elixir!
Hey everyone! I am delighted that my article about scraping Google with Elixir and Crawly has gathered 200 claps! And as I have promised…
#elixir
Building a real-time kanban board with phoenix liveview
https://medium.com/@leo_hetsch/building-a-real-time-kanban-board-with-phoenix-liveview-e9b718ac185
Building a real-time kanban board with phoenix liveview
https://medium.com/@leo_hetsch/building-a-real-time-kanban-board-with-phoenix-liveview-e9b718ac185
Medium
Building a Real-time Kanban Board with Phoenix LiveView
A technical walkthrough on how to build a simple real-time Kanban board application using Elixir and Phoenix framework’s LiveView feature
#elixir
Building concurrent, scalable data pipelines with genstage and phoenix channels
https://medium.com/@codythomasdemartin/building-concurrent-scalable-data-pipelines-with-genstage-and-phoenix-channels-6e2b1f76d235
Building concurrent, scalable data pipelines with genstage and phoenix channels
https://medium.com/@codythomasdemartin/building-concurrent-scalable-data-pipelines-with-genstage-and-phoenix-channels-6e2b1f76d235
Medium
Building Concurrent, Scalable Data Pipelines with GenStage and Phoenix Channels
In a real time application, keeping users up to date with the latest information possible is crucial. As such, creating an efficient data…
#elixir
Autocomplete search component with phoenix liveview and alpinejs
https://medium.com/everyday-elixir/autocomplete-search-component-with-phoenix-liveview-and-alpinejs-4a98b7287b9f
Autocomplete search component with phoenix liveview and alpinejs
https://medium.com/everyday-elixir/autocomplete-search-component-with-phoenix-liveview-and-alpinejs-4a98b7287b9f
Medium
Autocomplete Search Component with Phoenix LiveView and AlpineJS
These days, the most commonly spoken “buzzwords” in the Elixir community are — Phoenix LiveView, TailwindCSS, and AlpineJS.
#elixir
A deep dive into authentication in elixir phoenix with phx.gen.auth
https://medium.com/@carlyleec/a-deep-dive-into-authentication-in-elixir-phoenix-with-phx-gen-auth-9686afecf8bd
A deep dive into authentication in elixir phoenix with phx.gen.auth
https://medium.com/@carlyleec/a-deep-dive-into-authentication-in-elixir-phoenix-with-phx-gen-auth-9686afecf8bd
Medium
A deep dive into authentication in Elixir Phoenix with phx.gen.auth
I find a lot of times with Elixir that I’m torn between using a library to do something and just rolling my own solution. Often times, the…
#elixir
Improving techlead’s big canvas
https://blog.kommit.co/improving-techleads-big-canvas-1fca6806c0ac
Improving techlead’s big canvas
https://blog.kommit.co/improving-techleads-big-canvas-1fca6806c0ac
#elixir
Towards maintainable elixir: boundaries
https://medium.com/very-big-things/towards-maintainable-elixir-boundaries-ba013c731c0a
Towards maintainable elixir: boundaries
https://medium.com/very-big-things/towards-maintainable-elixir-boundaries-ba013c731c0a
Medium
Towards Maintainable Elixir: Boundaries
The previous article discussed the high-level design in VBT projects. Today we’ll dive a bit deeper and take a look at the namespace…
#elixir
Building git in elixir — part 1
https://medium.com/@merajulislam/building-git-in-elixir-part-1-2f2ec245df74
Building git in elixir — part 1
https://medium.com/@merajulislam/building-git-in-elixir-part-1-2f2ec245df74
Medium
Building Git in Elixir — Part 1 (Initialize Repo & Store blobs)
I recently got hold of this book Building Git, written by James Coglan. It’s a pretty thick book covering, as the title says, building Git…