#programming #elixir #functional
7 reasons to use elixir in 2019
https://medium.com/@neiro/7-reasons-to-use-elixir-in-2019-f39b77469f6
7 reasons to use elixir in 2019
https://medium.com/@neiro/7-reasons-to-use-elixir-in-2019-f39b77469f6
Medium
7 Reasons to use Elixir in 2019
Currently Elixir is not one of the most popular programming languages but for sure it is one of the most promising and underrated ones…
#elixir #programming #database
Build a simple persistent key-value store in elixir, using logs — part 2
https://medium.com/@asusmel/build-a-simple-persistent-key-value-store-in-elixir-using-logs-part-2-eb6a7c8fff41
Build a simple persistent key-value store in elixir, using logs — part 2
https://medium.com/@asusmel/build-a-simple-persistent-key-value-store-in-elixir-using-logs-part-2-eb6a7c8fff41
Medium
Build a Simple Persistent Key-Value Store in Elixir, using Logs — Part 2
Published articles in the series:
#elixir #coinbase #cryptocurrency #programming #erlang
Counting real-time trades
https://medium.com/@asusmel/counting-real-time-trades-f9db363e6ae8
Counting real-time trades
https://medium.com/@asusmel/counting-real-time-trades-f9db363e6ae8
Medium
Counting Real-Time Trades
In the Real-time Market-Data Updates with Elixir article, we have seen how to build a Coinbase WebSocket client and receive real-time…
#elixir #til #programming #mix
Handling environmental variables in elixir
https://medium.com/@noordean/handling-environmental-variables-in-elixir-549428585176
Handling environmental variables in elixir
https://medium.com/@noordean/handling-environmental-variables-in-elixir-549428585176
Medium
Handling Environmental Variables in Elixir
I started learning Elixir about a month ago after reading some nice things about it. Elixir has a similar syntax as Ruby but a very power…
#elixir #australia #programming_languages #developer #erlang
How to implement string operations in elixir?
https://medium.com/@harrydigital4075/how-to-implement-string-operations-in-elixir-9ce465817a62
How to implement string operations in elixir?
https://medium.com/@harrydigital4075/how-to-implement-string-operations-in-elixir-9ce465817a62
Medium
How to implement String operations in Elixir?
Elixir is a dynamic, functional programming language designed especially for building scalable and maintainable applications. Some of…
#elixir #pattern_matching #how_it_works #learn_to_code #programming
How functions pattern match in elixir
https://medium.com/flatiron-labs/how-functions-pattern-match-in-elixir-12a44a51c6ad
How functions pattern match in elixir
https://medium.com/flatiron-labs/how-functions-pattern-match-in-elixir-12a44a51c6ad
Medium
How functions pattern match in Elixir
Each function parameter matches against the incoming data at call time.
#elixir #engineering
What's new in intellij elixir 10.2.0
https://dockyard.com/blog/2019/01/02/what-s-new-in-intellij-elixir-10-2-0
What's new in intellij elixir 10.2.0
https://dockyard.com/blog/2019/01/02/what-s-new-in-intellij-elixir-10-2-0
DockYard
What's New in IntelliJ Elixir 10.2.0
Umbrella project in single-language IDEs. IntelliJ IDEA 2018.3 IEx and IEx Mix Terminal compatibility; :path handling for external dependencies
#elixir #ruby #ruby_on_rails #phoenix_framework #programming_languages
Elixir vs. ruby and phoenix vs. rails: what to choose and why
https://medium.com/@MLSDevCom/elixir-vs-ruby-and-phoenix-vs-rails-what-to-choose-and-why-130b34abe3a1
Elixir vs. ruby and phoenix vs. rails: what to choose and why
https://medium.com/@MLSDevCom/elixir-vs-ruby-and-phoenix-vs-rails-what-to-choose-and-why-130b34abe3a1
Medium
Elixir vs. Ruby and Phoenix vs. Rails: What to Choose and Why
Extensive comparison of Elixir vs. Ruby and Phoenix vs. Rails. Learn what advantages and disadvantages Elixir and Ruby have.
#kubernetes #elixir #devops #infrastructure #cloud_computing
Bonny: extending kubernetes with elixir — part 3
https://medium.com/coryodaniel/bonny-extending-kubernetes-with-elixir-part-3-fdfc8b8cc843
Bonny: extending kubernetes with elixir — part 3
https://medium.com/coryodaniel/bonny-extending-kubernetes-with-elixir-part-3-fdfc8b8cc843
Medium
Bonny: Extending Kubernetes with Elixir — Part 3
This is part 3 of a multi-part series. Checkout Part 1 to learn about Operators or Part 2 for the beginning of this tutorial. The full…
#phoenix #absinthe #elixir #graphql
Writing your own absinthe dsl with macros and middleware
https://dev.to/maartenvanvliet/writing-your-own-absinthe-dsl-with-macros-and-middleware-14ic
Writing your own absinthe dsl with macros and middleware
https://dev.to/maartenvanvliet/writing-your-own-absinthe-dsl-with-macros-and-middleware-14ic
The Practical Dev
Writing your own Absinthe DSL with macros and middleware
Absinthe is a great library to do graphql in Elixir. However, when writing your...
#elixir #erlang #programming #installation #tech
How to manage elixir versions on mac or linux — part 2 of getting started with elixir
https://medium.com/juq/how-to-manage-elixir-versions-on-mac-or-linux-part-2-of-getting-started-with-elixir-68c907afb38c
How to manage elixir versions on mac or linux — part 2 of getting started with elixir
https://medium.com/juq/how-to-manage-elixir-versions-on-mac-or-linux-part-2-of-getting-started-with-elixir-68c907afb38c
Medium
How to Manage Elixir versions on Mac or Linux — Part 2 of Getting Started with Elixir
We could manually uninstall and re-install different versions when moving between projects… but that sounds tedious. Why not automate it?
#continuous_integration #elixir #gitlab #phoenix
Gitlab-ing phoenix — (elixir and others) aka gitops
https://medium.com/blackode/gitlab-ing-phoenix-elixir-and-others-aka-gitops-50e291ce5d85
Gitlab-ing phoenix — (elixir and others) aka gitops
https://medium.com/blackode/gitlab-ing-phoenix-elixir-and-others-aka-gitops-50e291ce5d85
Medium
Gitlab-ing Phoenix — (Elixir and others) Aka GitOps
Automating Phoenix development and deployment using Gitlab CI/CD.
#ecto #elixir
Building a new mysql adapter for ecto part iv: ecto integration
http://blog.plataformatec.com.br/2019/01/building-a-new-mysql-adapter-for-ecto-part-iv-ecto-integration/
Building a new mysql adapter for ecto part iv: ecto integration
http://blog.plataformatec.com.br/2019/01/building-a-new-mysql-adapter-for-ecto-part-iv-ecto-integration/
Plataformatec Blog | Plataformatec's place to talk about Ruby, Ruby on Rails, Elixir, and software engineering
Building a new MySQL adapter for Ecto Part IV: Ecto Integration « Plataformatec Blog
Welcome to the "Building a new MySQL adapter for Ecto" series: Part I: Hello World Part II: Encoding/Decoding Part III: DBConnection Integration Part IV: Ecto Integration (you're here!) After DBConnection integration we have a driver that should be usable…
#elixir #phoenix_framework #programming #software_development #learning_to_code
Learn to code the easy way (part 2)
https://medium.com/@damonvjanis/learn-to-code-the-easy-way-part-2-d5974723b577
Learn to code the easy way (part 2)
https://medium.com/@damonvjanis/learn-to-code-the-easy-way-part-2-d5974723b577
Medium
Learn to Code the Easy Way (Part 2)
This is a continuation of Learning to Code the Easy Way (Part 1).
#elixir #phoenix #web_application_design
Functional web development with elixir, otp, and phoenix — a book review
https://medium.com/@merajulislam/functional-web-development-with-elixir-otp-and-phoenix-a-book-review-b95bbb4ae98f
Functional web development with elixir, otp, and phoenix — a book review
https://medium.com/@merajulislam/functional-web-development-with-elixir-otp-and-phoenix-a-book-review-b95bbb4ae98f
ITNEXT
Functional Web Development with Elixir, OTP, and Phoenix — A Book Review
I recently had the pleasure to read “Functional Web Development with Elixir, OTP, and Phoenix” by Lance Halvorsen. As a fan of Elixir and…