#blockchain #elixir
What’s elixir and how can it help the crypto space?
https://medium.com/@jelassikhalil98/whats-elixir-and-how-can-it-help-the-crypto-space-c2be174e9a1b
What’s elixir and how can it help the crypto space?
https://medium.com/@jelassikhalil98/whats-elixir-and-how-can-it-help-the-crypto-space-c2be174e9a1b
Medium
What’s Elixir and how can it help the crypto space?
What is Elixir?
#android #elixir #ecto
How to use ecto’s fragment for building complex queries
https://medium.com/@Mike_Andr/how-to-use-ectos-fragment-for-building-complex-queries-1379b95a2904
How to use ecto’s fragment for building complex queries
https://medium.com/@Mike_Andr/how-to-use-ectos-fragment-for-building-complex-queries-1379b95a2904
Medium
How to use Ecto’s fragment for building complex queries
Hey! Long time no see! Today I want to tell you about one useful thing.
#elixir #erlang #phoenix #phoenix_framework #tutorial
Using kerl and kiex for erlang and elixir version management
https://medium.com/@dkerrious/using-kerl-and-kiex-for-elixir-and-erlang-version-management-a56bcf2be89a
Using kerl and kiex for erlang and elixir version management
https://medium.com/@dkerrious/using-kerl-and-kiex-for-elixir-and-erlang-version-management-a56bcf2be89a
Medium
Using Kerl and Kiex for Erlang and Elixir Version Management
Working with Phoenix/Elixir/Erlang has its benefits, mainly performance and ease of writing production ready code, but one drawback is the…
#elixir
Introducing phoenix.liveview
https://medium.com/@freekmurze/introducing-phoenix-liveview-4573686302dd
Introducing phoenix.liveview
https://medium.com/@freekmurze/introducing-phoenix-liveview-4573686302dd
Medium
Introducing Phoenix.LiveView
[Phoenix](https://phoenixframework.org/) is a framework written in [Elixir](https://elixir-lang.org/). It’s creator, [Chris McCord](https://twitter.com/chris_mccord), showcased an impressive new…
#elixir #beginners #programming #erlang
How otp applications are structured
https://dev.to/appsignal/how-otp-applications-are-structured-59e4
How otp applications are structured
https://dev.to/appsignal/how-otp-applications-are-structured-59e4
The Practical Dev
How OTP Applications are structured
OTP uses applications to package code into units or components. In this edition of Elixir Alchemy, we'll learn about how Elixir applications are used, configured and compiled.
#web_development #software_development #programming #elixir #tech
How to write a super fast link shortener with elixir, phoenix, and mnesia
https://medium.freecodecamp.org/how-to-write-a-super-fast-link-shortener-with-elixir-phoenix-and-mnesia-70ffa1564b3c
How to write a super fast link shortener with elixir, phoenix, and mnesia
https://medium.freecodecamp.org/how-to-write-a-super-fast-link-shortener-with-elixir-phoenix-and-mnesia-70ffa1564b3c
freeCodeCamp.org News
How to write a super fast link shortener with Elixir, Phoenix, and Mnesia
by Ben Church
How to write a super fast link shortener with Elixir, Phoenix, and Mnesia
This is our stage, though behind the scene’s is where the real action is.Let's
start this month’s tutorial with two statements that are going to get me in
trouble:
…
How to write a super fast link shortener with Elixir, Phoenix, and Mnesia
This is our stage, though behind the scene’s is where the real action is.Let's
start this month’s tutorial with two statements that are going to get me in
trouble:
…
#elixir
Where can an elixir beginner ask for help?
https://medium.com/@adolfont/where-can-an-elixir-beginner-ask-for-help-419937e3ecc3
Where can an elixir beginner ask for help?
https://medium.com/@adolfont/where-can-an-elixir-beginner-ask-for-help-419937e3ecc3
Medium
Where can an Elixir beginner ask for help?
Suppose a person X is learning Elixir. Suppose also that X knows no one that can answer his questions. Where can X ask a question?
#heroku #redis #elixir #gigalixir #flatstack
Elixir. some performance remarks
https://medium.flatstack.com/elixir-some-performance-remarks-4b5bd10202b6
Elixir. some performance remarks
https://medium.flatstack.com/elixir-some-performance-remarks-4b5bd10202b6
Flatstack Thoughts
Elixir. Some performance remarks
Recently, we had a small task: API with couple of endpoints making authentication based on asymmetric encryption and JWT. Application was…
#elixir #cms #phoenix #programming #functional_programming
Two years of elixir at the outline
https://medium.com/@davelucia/two-years-of-elixir-at-the-outline-ad671a56c9ce
Two years of elixir at the outline
https://medium.com/@davelucia/two-years-of-elixir-at-the-outline-ad671a56c9ce
Medium
Two years of Elixir at The Outline
Two years ago this month, I started as a developer at The Outline. At the time, the site was just an idea that existed as a series of…
#elixir #phoenix #functional_programming #router #plug
Elixir bits #2 — rewriting your phoenix plug.conn paths
https://medium.com/@tinen.bruno/elixir-bits-2-rewriting-your-phoenix-plug-conn-paths-84c9f4268f4f
Elixir bits #2 — rewriting your phoenix plug.conn paths
https://medium.com/@tinen.bruno/elixir-bits-2-rewriting-your-phoenix-plug-conn-paths-84c9f4268f4f
Medium
Elixir Bits #2 — Rewriting your Phoenix Plug.Conn Paths
There are situations in which you may want to rewrite the URL path you receive to another one. Imagine you have the following scenario…
#elixir #nerves #iot #phoenix_framework #raspberry_pi
Building a product based on an embedded device with elixir, nerves & phoenix — part 1
https://medium.com/@adrian_ribao/building-a-product-based-on-an-embedded-device-with-elixir-nerves-phoenix-part-1-f7b52b1aee11
Building a product based on an embedded device with elixir, nerves & phoenix — part 1
https://medium.com/@adrian_ribao/building-a-product-based-on-an-embedded-device-with-elixir-nerves-phoenix-part-1-f7b52b1aee11
Medium
Building a product based on an embedded device with Elixir, Nerves & Phoenix — Part 1
We are facing some changes in Europe regarding data protection. The EU General Data Protection Regulation (GDPR) has changed some rules…
#elixir #protocols #polymorphism
Using protocols to decouple implementation details
https://dev.to/jackmarchant/using-protocols-to-decouple-implementation-details-2im5
Using protocols to decouple implementation details
https://dev.to/jackmarchant/using-protocols-to-decouple-implementation-details-2im5
The DEV Community
Using Protocols to decouple implementation details
Protocols are a way to implement polymorphism in Elixir. There are many use-cases for it, but I'll go through a typical example of interacting with an external API that needs data in a specific structure.