#programming #erlang #distributed_systems #elixir
Building distributed apps: first approximation
https://medium.com/@vonmo/building-distributed-apps-first-approximation-2bbab777f6b2
Building distributed apps: first approximation
https://medium.com/@vonmo/building-distributed-apps-first-approximation-2bbab777f6b2
Medium
Building distributed apps: first approximation
In the previous article we have addressed the theoretical basics or reactive architecture. Now it’s time to talk about data flows, ways of…
#elixir #erlang #iot #distributed_systems #testing
Distributed testing pitfalls with elixir
https://medium.com/grandcentrix/distributed-testing-pitfalls-with-elixir-ec5280beeaa4
Distributed testing pitfalls with elixir
https://medium.com/grandcentrix/distributed-testing-pitfalls-with-elixir-ec5280beeaa4
Medium
Distributed testing pitfalls with Elixir
Testing distributed systems it is really hard, for starters the developer that wants to write a test in this magnitude needs to understand…
#elixir #http #stream
Elixir stream and large http responses: processing text
https://dev.to/alvisesus/elixir-stream-and-large-http-responses-processing-text-4min
Elixir stream and large http responses: processing text
https://dev.to/alvisesus/elixir-stream-and-large-http-responses-processing-text-4min
The Practical Dev
Elixir Stream and large HTTP responses: processing text
We are going to process on the fly a 30 million lines remote file, summing the numbers of each line. We will see how to implement the functions we need to convert a stream of chunks (the one built in part 1) to a stream of lines. We'll then run a benchmark…
#elixir #programming #phoenix_framework #web_development #functional_programming
Pattern matching in elixir
https://medium.com/pathfactory/pattern-matching-in-elixir-1690f82ea479
Pattern matching in elixir
https://medium.com/pathfactory/pattern-matching-in-elixir-1690f82ea479
Medium
Pattern matching in Elixir
Pattern matching is an integral feature of functional programming and gives us a way to compare data against certain patterns. It can be…
#elixir #kafka #kaffe #functional_programming #docker
Connecting elixir to kafka with kaffe: a codealong
https://medium.com/flatiron-labs/connecting-elixir-to-kafka-with-kaffe-ab10c4f8023f
Connecting elixir to kafka with kaffe: a codealong
https://medium.com/flatiron-labs/connecting-elixir-to-kafka-with-kaffe-ab10c4f8023f
Medium
Connecting Elixir to Kafka with Kaffe: A codealong
A codealong
#elixir #debug #repl #phoenix_framework
Connect to remote elixir node through a bastion host
https://medium.com/@marcio_lopes/connect-to-remote-elixir-node-through-a-bastion-host-28c4ff4bdd51
Connect to remote elixir node through a bastion host
https://medium.com/@marcio_lopes/connect-to-remote-elixir-node-through-a-bastion-host-28c4ff4bdd51
Medium
Connect to remote Elixir node through a Bastion Host
Here at Rakuten Brazil I work on a team that uses Ruby ostensively, mainly Hanami (you can known more about this in this blog post series…
#elixir #hashing #md5 #sha1
Hashing a file in elixir
https://medium.com/@asusmel/hashing-a-file-in-elixir-bad2ac6cd1e
Hashing a file in elixir
https://medium.com/@asusmel/hashing-a-file-in-elixir-bad2ac6cd1e
Medium
Hashing Files in Elixir
A hash function is a function that converts a variable size sequence of bytes (a string, a file content etc.) to a fixed size sequence of bytes, called digest. This means that hashing a file of any…
#elixir #engineering
Cadre solves distributed state challenges
https://dockyard.com/blog/2019/04/11/cadre-solves-distributed-state-challenges
Cadre solves distributed state challenges
https://dockyard.com/blog/2019/04/11/cadre-solves-distributed-state-challenges
DockYard
Cadre Solves Distributed State Challenges - DockYard
Learn about Cadre, a new library by Paul Schoenfelder to help solve the challenges of building software with distributed state.
#erlang #elixir #web_development #functional_programming
5 reasons elixir can be your competitive advantage
https://medium.com/@elviovicosa/5-reasons-elixir-can-be-your-competitive-advantage-7ad884e9cb98
5 reasons elixir can be your competitive advantage
https://medium.com/@elviovicosa/5-reasons-elixir-can-be-your-competitive-advantage-7ad884e9cb98
Medium
5 reasons Elixir can be your competitive advantage
How can a programming language become a competitive advantage? This post is about how the Elixir programming language can be that…
#erlang #software_development #programming #elixir #coding
Solving embarrassingly obvious problems in erlang
https://medium.com/@gar1t/solving-embarrassingly-obvious-problems-in-erlang-e3f21a6203cc
Solving embarrassingly obvious problems in erlang
https://medium.com/@gar1t/solving-embarrassingly-obvious-problems-in-erlang-e3f21a6203cc
Medium
Solving Embarrassingly Obvious Problems In Erlang
This is revised version of my 2012 essay on using small, simple functions to drive clear-headedness in programming. After seven years and…
#vim #elixir #erlang #configuration #dotfiles
Dumb elixir visual (and improved) editor
https://medium.com/@hauleth/dumb-elixir-visual-and-improved-editor-53c23a0800e4
Dumb elixir visual (and improved) editor
https://medium.com/@hauleth/dumb-elixir-visual-and-improved-editor-53c23a0800e4
Medium
Dumb Elixir VIsual (and iMproved) editor
We all want our code to be simple and clear for any reader, at the same time vimrc is often clogged pile of magic. Here I show how I Vim
#elixir #softwaredevelopment #techdebt
Building software with broken windows
https://dev.to/jackmarchant/building-software-with-broken-windows-cli
Building software with broken windows
https://dev.to/jackmarchant/building-software-with-broken-windows-cli
DEV Community
Building Software with Broken Windows
Building software is hard, there's no doubt about it. There are ways we can make it easier to write code in teams with large codebases.
#elixir #test_driven_development #testing #programming #programming_languages
Test driven development — why elixir excels at tdd
https://medium.com/podium-engineering/test-driven-development-why-elixir-excels-at-tdd-8b5f1a51aee3
Test driven development — why elixir excels at tdd
https://medium.com/podium-engineering/test-driven-development-why-elixir-excels-at-tdd-8b5f1a51aee3
Medium
Test Driven Development — Why Elixir Excels at TDD
I joined Podium for many reasons, among them was our dedication to testing. A good test suite gives you confidence to go fast and ship…
#elixir
Announcing the rabbitmq connector for broadway
http://blog.plataformatec.com.br/2019/04/announcing-the-rabbitmq-connector-for-broadway/
Announcing the rabbitmq connector for broadway
http://blog.plataformatec.com.br/2019/04/announcing-the-rabbitmq-connector-for-broadway/
blog.plataformatec.com.br
Announcing the RabbitMQ Connector for Broadway « Plataformatec Blog
Since the announcement of Broadway a couple of months ago, we've received a very positive response from the community. We were able to gather some great
#elixir #learning
Routing in phoenix umbrella apps
https://dev.to/appsignal/routing-in-phoenix-umbrella-apps-3g0j
Routing in phoenix umbrella apps
https://dev.to/appsignal/routing-in-phoenix-umbrella-apps-3g0j
DEV Community
Routing in Phoenix Umbrella Apps
Today, we’re diving into Phoenix umbrella applications to build a router that can route requests from multiple subdomains to different apps in our umbrella.
#programming #elixir #software_engineering #imperative_programming
Guarding boundaries in functional programming
https://medium.com/@lucaspenzeymoog/guarding-boundaries-in-functional-programming-b43e77af82e1
Guarding boundaries in functional programming
https://medium.com/@lucaspenzeymoog/guarding-boundaries-in-functional-programming-b43e77af82e1
Medium
Guarding Boundaries in Functional Programming
I’m currently working on a CLI implementation of Tic Tac Toe in Elixir, and I recently received feedback that I could be doing more to…