#elixir
Keep your readme install instructions up to date
https://dockyard.com/blog/2019/02/22/keep-your-readme-install-instructions-up-to-date
Keep your readme install instructions up to date
https://dockyard.com/blog/2019/02/22/keep-your-readme-install-instructions-up-to-date
DockYard
Keep Your README Install Instructions Up To Date
A simple unit test ensures compatibility between your Elixir app's current version and the version constraint in your README's installation instructions.
#elixir #sockets #genserver
Elixir socket like genserver
https://medium.com/@mrwolf85/elixir-socket-like-genserver-7fadf8ec53b3
Elixir socket like genserver
https://medium.com/@mrwolf85/elixir-socket-like-genserver-7fadf8ec53b3
Medium
Elixir socket like GenServer
In this story I will show you an implementation of socket server through :gen_tcp. Not always that is the right way to implement a socket…
#graphql #absinthe #elixir
Graphql with absinthe: how to map data to different structures
https://dev.to/revent/graphql-with-absinthe-how-to-map-data-to-different-structures-5897
Graphql with absinthe: how to map data to different structures
https://dev.to/revent/graphql-with-absinthe-how-to-map-data-to-different-structures-5897
The DEV Community
GraphQl with absinthe: How to map data to different structures
After starting using graphql with absinthe and discovering some gotchas everyth...
#elixir #mnesia #erlang #database #distributed_database
Why go for redis when you can use mnesia?
https://medium.com/@wttj_tech/why-go-for-redis-when-you-can-use-mnesia-fe0dd23fd7ff
Why go for redis when you can use mnesia?
https://medium.com/@wttj_tech/why-go-for-redis-when-you-can-use-mnesia-fe0dd23fd7ff
Medium
Why go for Redis when you can use Mnesia?
Mnesia is cool. It’s quite cryptic but worth the pain. Already present in the OTP framework, it’s easy to use in both simple cases and…
#microservices #erlang #development #devops #elixir
Can microservices make things simpler?
https://medium.com/windmill-engineering/can-microservices-make-things-simpler-f169d540955a
Can microservices make things simpler?
https://medium.com/windmill-engineering/can-microservices-make-things-simpler-f169d540955a
Medium
Can Microservices Make Things Simpler?
When I think about microservices “simple” is not the first word that comes to mind. Quite the opposite, in fact. Microservices have a…
#elixir
Powercontrol: improve the performance of your nerves device
https://dockyard.com/blog/2019/02/25/powercontrol-improve-the-performance-of-your-nerves-device
Powercontrol: improve the performance of your nerves device
https://dockyard.com/blog/2019/02/25/powercontrol-improve-the-performance-of-your-nerves-device
DockYard
PowerControl: Improve the Performance of Your Nerves Device
PowerControl is a Nerves library that controls the clock speed and reduces power consumption for IoT projects and other smart devices.
#docker #apple #elixir
Optimising docker for mac and elixir
https://stories.abletech.nz/optimising-docker-for-mac-and-elixir-130db4ecd7c3
Optimising docker for mac and elixir
https://stories.abletech.nz/optimising-docker-for-mac-and-elixir-130db4ecd7c3
Abletech.nz
Optimising Docker for Mac and Elixir
In response to highlight how slow Docker for Mac can be in syncing files between the host and docker container, we can try and optimise…
#elixir #phoenix_framework #xmpp
Xmpp bot with phoenix on raspberry pi
https://medium.com/@yjchen.taiwan/xmpp-bot-with-phoenix-on-raspberry-pi-6fe8acb2fe2d
Xmpp bot with phoenix on raspberry pi
https://medium.com/@yjchen.taiwan/xmpp-bot-with-phoenix-on-raspberry-pi-6fe8acb2fe2d
Medium
XMPP bot with Phoenix on Raspberry Pi
This is basically the recreation of this article “Hands on XMPP(MongooseIM) connection from Phoenix/Elixir using Hedwig” with latest…
#elixir #erlang #c_language #erlang_nif #membrane_framework
Unifex — integrate native code with elixir without a hassle
https://blog.swmansion.com/unifex-integrate-native-code-with-elixir-without-a-hassle-9cff3b6b4554
Unifex — integrate native code with elixir without a hassle
https://blog.swmansion.com/unifex-integrate-native-code-with-elixir-without-a-hassle-9cff3b6b4554
Medium
Unifex — integrate native code with Elixir without a hassle
Get rid of boilerplate code and avoid potential traps when mixing native and Elixir code.
#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…