#elixir #engineering
Three simple patterns for retrying jobs in elixir
https://dockyard.com/blog/2019/04/02/three-simple-patterns-for-retrying-jobs-in-elixir
Three simple patterns for retrying jobs in elixir
https://dockyard.com/blog/2019/04/02/three-simple-patterns-for-retrying-jobs-in-elixir
DockYard
Three Simple Patterns for Retrying Jobs in Elixir - DockYard
Three simple patterns for Elixir engineers to retry failed jobs without touching a database.
#programming #elixir #engineering #fintech #business
Why divvy uses elixir instead of more popular coding languages.
https://medium.com/@divvyhq/why-divvy-uses-elixir-instead-of-more-popular-coding-languages-92c514dc47d0
Why divvy uses elixir instead of more popular coding languages.
https://medium.com/@divvyhq/why-divvy-uses-elixir-instead-of-more-popular-coding-languages-92c514dc47d0
Medium
Why Divvy uses Elixir instead of more popular coding languages.
By Clinton De Young, Senior Software Engineer
#elixir #httpoison #stream
Elixir stream and large http responses: processing text
https://medium.com/@asusmel/elixir-stream-and-large-http-responses-processing-text-c8f759c72602
Elixir stream and large http responses: processing text
https://medium.com/@asusmel/elixir-stream-and-large-http-responses-processing-text-c8f759c72602
Medium
Elixir Stream and large HTTP responses: processing text
You find the code, of this and the previous article, on poeticoding/httpstream_articles GitHub repo. The code at this repo is not meant for production use, is just part of the experiments of these…
#elixir #tutorial #beginners
Web monitor with email notifications in elixir
https://dev.to/bakenator/web-monitor-with-email-notifications-in-elixir-2ml9
Web monitor with email notifications in elixir
https://dev.to/bakenator/web-monitor-with-email-notifications-in-elixir-2ml9
The DEV Community
Web Monitor with Email Notifications in Elixir
#elixir #lets_encrypt #production #deployment #erlang
Deploying elixir/phoenix projects to production
https://medium.com/@mcsonique/deploying-elixir-phoenix-projects-to-production-44a236c643c
Deploying elixir/phoenix projects to production
https://medium.com/@mcsonique/deploying-elixir-phoenix-projects-to-production-44a236c643c
Medium
Deploying Elixir/Phoenix projects to production
Setting up a bare Ubuntu 18 machine to deplaoy an Elixir/Phoenix service supervised by systemd behind nginx to handle TLS (SSL) encryption.
#elixir
Exdoc v0.20: keyboard shortcuts, autocompletion, full-text search, and more!
http://blog.plataformatec.com.br/2019/04/exdoc-v0-20-keyboard-shortcuts-autocompletion-full-text-search-and-more/
Exdoc v0.20: keyboard shortcuts, autocompletion, full-text search, and more!
http://blog.plataformatec.com.br/2019/04/exdoc-v0-20-keyboard-shortcuts-autocompletion-full-text-search-and-more/
blog.plataformatec.com.br
ExDoc v0.20: Keyboard shortcuts, autocompletion, full-text search, and more! « Plataformatec Blog
ExDoc v0.20 has been released with many exciting new features: keyboard shortcuts, search improvements, and more! At Plataformatec, we are particularly happy
#elixir #programming #concurrent_programming
Elixir: spawning processes (part 1)
https://medium.com/@samyak.kumbhalwar/elixir-spawning-processes-part-1-1e2dc3251d78
Elixir: spawning processes (part 1)
https://medium.com/@samyak.kumbhalwar/elixir-spawning-processes-part-1-1e2dc3251d78
Medium
Elixir: Spawning processes (part 1)
In this post, I will discuss about the basic two ways of spawning processes in Elixir programming language.
#elixir #concurrent_programming #programming #erlang
Elixir: spawning processes (part 2)
https://medium.com/@samyak.kumbhalwar/elixir-spawning-processes-part-2-1bdb29caf1f0
Elixir: spawning processes (part 2)
https://medium.com/@samyak.kumbhalwar/elixir-spawning-processes-part-2-1bdb29caf1f0
Medium
Elixir: Spawning processes (part 2)
Apart from the methods mentioned in part 1, Elixir ships a Task module for ease of spawning processes. You may find it more convenient…
#phoenix #elixir #gitlab
Setting up automated testing and deployment to gigalixir for a phoenix application using gitlab.
https://dev.to/edwinthinks/setting-up-automated-testing-and-deployment-to-gigalixir-for-a-phoenix-application-using-gitlab-3oe5
Setting up automated testing and deployment to gigalixir for a phoenix application using gitlab.
https://dev.to/edwinthinks/setting-up-automated-testing-and-deployment-to-gigalixir-for-a-phoenix-application-using-gitlab-3oe5
The Practical Dev
Setting up automated testing and deployment to Gigalixir for a Phoenix Application using GitLab.
A guide to show how to setup CI/CD /w automated testing & deployment to gigalixir on gitlab for your phoenix application.
#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…