#elixir #lonestar #elixirconf
Lonestar elixirconf 2019 highlights
https://dev.to/jackmarchant/lonestar-elixirconf-2019-highlights--575n
Lonestar elixirconf 2019 highlights
https://dev.to/jackmarchant/lonestar-elixirconf-2019-highlights--575n
The DEV Community
Lonestar ElixirConf 2019 Highlights
Last weekend was Lonestar ElixirConf 2019. In this article I recap some of my personal highlights and favourite presentations from the conference.
#erlang #elixir #programming
Erlang/elixir solutions: struggle for quality
https://medium.com/@vonmo/erlang-elixir-solutions-struggle-for-quality-2bd0a63de057
Erlang/elixir solutions: struggle for quality
https://medium.com/@vonmo/erlang-elixir-solutions-struggle-for-quality-2bd0a63de057
Medium
Erlang/Elixir solutions: struggle for quality
Today we are going to talk about logs, quantitative metrics, and how to observe them in order to increase the team reaction rate and…
#postgis #elixir #backend #postgresql
Improvements in a geographical search on a database
https://medium.com/coletiv-stories/improvements-in-a-geographical-search-on-a-database-70c878ed9721
Improvements in a geographical search on a database
https://medium.com/coletiv-stories/improvements-in-a-geographical-search-on-a-database-70c878ed9721
Medium
Improvements in a geographical search on a database
A couple of weeks ago I decided to take a look into one of our service logs, searching for endpoints that could be improved. In order to…
#elixir #ruby_on_rails #phoenix_framework #mindvalley
A tale of two passions
https://medium.com/clips-of-logic/a-tale-of-two-passions-28020e42ced7
A tale of two passions
https://medium.com/clips-of-logic/a-tale-of-two-passions-28020e42ced7
Medium
A tale of Two Passions
Recently, I had the chance to speak at KL Elixir Meet-up and I shared our journey switching from Ruby/Rails to Elixir/Phoenix in the past…
#blockchain #esprezzo #software_development #elixir #app_development
Esprezzo block explorer is live!
https://medium.com/esprezzo/esprezzo-block-explorer-is-live-8ad7a41b440f
Esprezzo block explorer is live!
https://medium.com/esprezzo/esprezzo-block-explorer-is-live-8ad7a41b440f
Medium
Esprezzo Block Explorer is Live!
We’re excited to announce the initial release of the official Esprezzo Block Explorer! View balances & activity on the Perkle Blockchain.
#elixir
To use or not to use the ++ operator in elixir
https://dev.to/jmbejar/to-use-or-not-to-use-the--operator-in-elixir-2k6f
To use or not to use the ++ operator in elixir
https://dev.to/jmbejar/to-use-or-not-to-use-the--operator-in-elixir-2k6f
DEV Community
To use or not to use the ++ operator in Elixir
In this article, performance implications of using the ++ operator with lists in Elixir are discussed. Hope that people starting to use the language find it interesting!
#concurrency #elixir #erlang #parallelism #process
Spawning processes in elixir, a gentle introduction to concurrency
https://medium.com/@asusmel/spawning-processes-in-elixir-a-gentle-introduction-to-concurrency-e65a781cb12d
Spawning processes in elixir, a gentle introduction to concurrency
https://medium.com/@asusmel/spawning-processes-in-elixir-a-gentle-introduction-to-concurrency-e65a781cb12d
Medium
Spawning processes in Elixir, a gentle introduction to concurrency
Along with pattern matching, one of the coolest things in Erlang and Elixir is their concurrency implementation based on Actor model. In this article I introduce concurrency and show how we can start…
#elixir #code_quality #control_flow #discoverability #programming
Using control flow in elixir to improve discoverability
https://medium.com/podium-engineering/using-control-flow-in-elixir-to-improve-discoverability-21341b27d851
Using control flow in elixir to improve discoverability
https://medium.com/podium-engineering/using-control-flow-in-elixir-to-improve-discoverability-21341b27d851
Medium
Using Control Flow in Elixir to Improve Discoverability
At Podium we focus on writing discoverable code. Code is read many more times than it is written, so it is important to us that our code…
#elixir #engineering
Ecto techniques for elixir blockchain projects
https://dockyard.com/blog/2019/03/08/ecto-techniques-for-elixir-blockchain-projects
Ecto techniques for elixir blockchain projects
https://dockyard.com/blog/2019/03/08/ecto-techniques-for-elixir-blockchain-projects
#elixir #conference #phoenix_framework #embedded_systems #distributed_systems
Personal notes from lonestar elixir conf 2019
https://medium.com/@pedroassumpcao/personal-notes-from-lonestar-elixir-conf-2019-4ff464e01be5
Personal notes from lonestar elixir conf 2019
https://medium.com/@pedroassumpcao/personal-notes-from-lonestar-elixir-conf-2019-4ff464e01be5
Medium
Personal notes from Lonestar Elixir Conf 2019
I just came back from Lonestar Elixir Conf 2019 in Austin, Texas. The conference was a single track, 2 days, with an extra day for an…
#elixir #ecto #sql #phoenix_framework #where
What is “where(query, false)”? | Elixir / Phoenix
https://medium.com/codes-for-elixir-phoenix/what-is-where-query-false-elixir-phoenix-a7b4540d4a45
What is “where(query, false)”? | Elixir / Phoenix
https://medium.com/codes-for-elixir-phoenix/what-is-where-query-false-elixir-phoenix-a7b4540d4a45
Medium
Response to
Are you a good friend for SQL? Please say YES! I will tell you something about Ecto, but the essence of this post is SQL. I guess you…
#elixir #phoenix #caching
Caching in an elixir/phoenix app
https://medium.com/@toddresudek/caching-in-an-elixir-phoenix-app-a499cdf91046
Caching in an elixir/phoenix app
https://medium.com/@toddresudek/caching-in-an-elixir-phoenix-app-a499cdf91046
Medium
Caching in an Elixir/Phoenix app
An API project I have been working on recently uses a plug to get the current user and authenticate them. This is not uncommon, but as a…
#programming #elixir #gpu #machine_learning
Hastega: challenge for gpgpu on elixir (intend to apply it to machine learning)
https://medium.com/@zacky1972/hastega-challenge-for-gpgpu-on-elixir-intend-to-apply-it-to-machine-learning-691c3560d179
Hastega: challenge for gpgpu on elixir (intend to apply it to machine learning)
https://medium.com/@zacky1972/hastega-challenge-for-gpgpu-on-elixir-intend-to-apply-it-to-machine-learning-691c3560d179
Medium
Hastega: Challenge for GPGPU on Elixir (intend to apply it to machine learning)
Do you want to learn and use machine learning in Elixir / Phoenix / Nerves apps? Of course, you can, but the machine learning is written…
#programming #elixir #oop
Who said that elixir is not an oop language?
https://medium.com/@feymartynov/who-said-that-elixir-is-not-an-oop-language-32071dcdaac5
Who said that elixir is not an oop language?
https://medium.com/@feymartynov/who-said-that-elixir-is-not-an-oop-language-32071dcdaac5
Medium
Who said that Elixir is not an OOP language?
I think that the distinction between OOP and functional paradigms is murky. For example we can write in Ruby in functional style (check…