#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…
#elixir #webinar
Elixir OTP Design Lessons from Hardware Hosted by Bruce Tate | Erlang Solutions Webinar
https://youtu.be/dQj0dzYnEfI
Elixir OTP Design Lessons from Hardware Hosted by Bruce Tate | Erlang Solutions Webinar
https://youtu.be/dQj0dzYnEfI
YouTube
Elixir OTP Design Lessons from Hardware Hosted by Bruce Tate | Erlang Solutions Webinar
Join us at Code BEAM V for more fantastic talks, demonstrations, panel chats and more. March 10 -12 2021. Learn more at https://codesync.global/conferences/code-beam-v-america-2021/
Writing specialized Elixir programs starts always with writing great Elixir…
Writing specialized Elixir programs starts always with writing great Elixir…
#elixir
Implementing oracle database with elixir using ecto adapter
https://medium.com/@geovaneguibes/implementing-oracle-database-with-elixir-using-ecto-adapter-feb0f3eaf09e
Implementing oracle database with elixir using ecto adapter
https://medium.com/@geovaneguibes/implementing-oracle-database-with-elixir-using-ecto-adapter-feb0f3eaf09e
Medium
Implementing Oracle Database With Elixir using Ecto Adapter
In my company we use Oracle Databases, and doesn’t have much material for that, I decided write this post to explain how we connected…