#elixir #ruby #types #good code
Type systems and checking in elixir and ruby
https://thoughtbot.com/blog/types-in-dynamic-languages
Type systems and checking in elixir and ruby
https://thoughtbot.com/blog/types-in-dynamic-languages
thoughtbot
Type systems and checking in Elixir and Ruby
Adding type checking to dynamically typed languages is possible, and awesome!
#elixir
Towards maintainable elixir: the development process
https://medium.com/very-big-things/towards-maintainable-elixir-the-development-process-205ee257c109
Towards maintainable elixir: the development process
https://medium.com/very-big-things/towards-maintainable-elixir-the-development-process-205ee257c109
Medium
Towards Maintainable Elixir: The Development Process
In part one of a series, Elixir in Action author Saša Jurić, and full-time Elixir mentor for VBT, shares how to build an Elixir codebase.
#elixir
Algorithm for parsing sec edgar filings with elixir.
https://medium.com/@meliacapital/algorithm-for-parsing-sec-edgar-filings-with-elixir-8877565ed644
Algorithm for parsing sec edgar filings with elixir.
https://medium.com/@meliacapital/algorithm-for-parsing-sec-edgar-filings-with-elixir-8877565ed644
Medium
Algorithm for parsing SEC EDGAR filings with Elixir.
All publicly-traded companies and certain individuals use EDGAR — the Electronic Data Gathering, Analysis, and Retrieval system — to…
#elixir
Visual scraping with elixir and crawly, or how to get data without programming.
https://medium.com/@oltarasenko/visual-scraping-with-elixir-and-crawly-or-how-to-get-data-without-programming-540222750135
Visual scraping with elixir and crawly, or how to get data without programming.
https://medium.com/@oltarasenko/visual-scraping-with-elixir-and-crawly-or-how-to-get-data-without-programming-540222750135
Medium
Visual scraping with Elixir and Crawly, or how to get data without programming.
In one of my previous articles, we discussed why you might want to scrape data from the Internet. We have shown how to extract data from…
#elixir
Functional programming matters in elixir
https://medium.com/@nicolacoding/functional-programming-matters-in-elixir-2c272d560959
Functional programming matters in elixir
https://medium.com/@nicolacoding/functional-programming-matters-in-elixir-2c272d560959
Medium
Functional programming matters in Elixir
This is a short piece (part of an extended series) that will cover the paper Functional Programming Matters, authored by John Hughes (PDF…
#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…