#elixir #ec2 #aws
Quick connect to your amazon ec2 linux instance through the command line
https://medium.com/podiihq/quick-connect-to-your-amazon-ec2-linux-instance-through-the-command-line-6c682960ef91
Quick connect to your amazon ec2 linux instance through the command line
https://medium.com/podiihq/quick-connect-to-your-amazon-ec2-linux-instance-through-the-command-line-6c682960ef91
Medium
Quick connect to your Amazon ec2 linux instance through the command line
Here are a few things you need to understand to ssh and make changes to your application. There are many disclaimers, follow best practices
#microservices #engineering #elixir #rails #software_engineering
Monolith to microservice without downtime — a production story
https://medium.com/salesloft-engineering/monolith-to-microservice-without-downtime-a-production-story-652c9b82f03e
Monolith to microservice without downtime — a production story
https://medium.com/salesloft-engineering/monolith-to-microservice-without-downtime-a-production-story-652c9b82f03e
Medium
Monolith to Microservice Without Downtime — A Production Story
We at SalesLoft have a Ruby on Rails monolithic base that we drove development on until about two years ago. Secretly I love this monolith…
#bors #elixir
Twenty-sixth monthly bors newsletter
https://dev.to/notriddle/twenty-sixth-monthly-bors-newsletter-1df
Twenty-sixth monthly bors newsletter
https://dev.to/notriddle/twenty-sixth-monthly-bors-newsletter-1df
#programming #elixir #erlang #beam #process
Understanding processes in beam
https://medium.com/@bruteforcecat/understanding-processes-in-beam-e5f2a85e6a43
Understanding processes in beam
https://medium.com/@bruteforcecat/understanding-processes-in-beam-e5f2a85e6a43
Medium
Understanding Processes in BEAM
If you are been working on Elixir or Erlang, you will not be unfamiliar with processes. They are the most important building block of…
#elixir #software_engineering #phoenix_framework #ruby_on_rails #javascript
Why we choose elixir as the main technology for our startup?
https://medium.com/flipay/why-we-choose-elixir-as-the-main-technology-for-our-startup-30fe3b57ee31
Why we choose elixir as the main technology for our startup?
https://medium.com/flipay/why-we-choose-elixir-as-the-main-technology-for-our-startup-30fe3b57ee31
Medium
Why we choose Elixir as the main technology for our startup?
Elixir is one of the young programming languages people mentioned a lot. We have been working on Elixir and Phoenix for several months…
#elixir #circleci
Blazing fast ci suite for elixir with circle ci 2.1 for your libraries
https://dev.to/revent/blazing-fast-ci-suite-for-elixir-with-circle-ci-21-for-your-libraries-5337
Blazing fast ci suite for elixir with circle ci 2.1 for your libraries
https://dev.to/revent/blazing-fast-ci-suite-for-elixir-with-circle-ci-21-for-your-libraries-5337
DEV Community
Blazing fast CI suite for Elixir with Circle CI 2.1 for your libraries
How to test library code quality and compatibility with many elixir versions.
#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…