#erlang #elixir #supervisor #error_handling
Why should every process be supervised?
https://medium.com/@derek.kraan2/why-should-every-process-be-supervised-4fbd39c495c6
Why should every process be supervised?
https://medium.com/@derek.kraan2/why-should-every-process-be-supervised-4fbd39c495c6
Medium
Why should every process be supervised?
If you’ve been around in the Elixir / Erlang community long enough, you’ll begin to hear the same wisdom being passed around time after…
#elixir #postgres #ecto #postgrex #phoenix
Custom postgresql driver and adapter for ecto
https://medium.com/@paveltyk/custom-postgresql-driver-and-adapter-for-ecto-bedf1f9e0d19
Custom postgresql driver and adapter for ecto
https://medium.com/@paveltyk/custom-postgresql-driver-and-adapter-for-ecto-bedf1f9e0d19
Medium
Custom PostgreSQL driver and adapter for Ecto
Ever wonder how does Ecto work with a database? What Postgrex, DBConnection, and EctoSQL are for? “Tear apart and put it back together” —…
#elixir #string
Elixir strings in single quote vs double quote
https://medium.com/@junwan01/elixir-strings-in-single-quote-vs-double-quote-c0a61d3e5acd
Elixir strings in single quote vs double quote
https://medium.com/@junwan01/elixir-strings-in-single-quote-vs-double-quote-c0a61d3e5acd
Medium
Elixir strings in single quote vs double quote
Today I stumbled on the subtle difference in Elixir between strings in single quote and double quote. Although the documentation explains…
#elixir #engineering
Erlang term ordering: evaluating elixir functions part 2
https://dockyard.com/blog/2019/04/01/erlang-term-ordering-evaluating-elixir-functions-part-2
Erlang term ordering: evaluating elixir functions part 2
https://dockyard.com/blog/2019/04/01/erlang-term-ordering-evaluating-elixir-functions-part-2
DockYard
Erlang Term Ordering: Evaluating Elixir Functions Part 2
Erlang term ordering is a concept that applies to many different Elixir functions.
#erlang #distributed_systems #software_development #functional_programming #elixir
Building distributed apps: zero approximation
https://medium.com/@vonmo/building-distributed-apps-zero-approximation-b0c4b16f92d3
Building distributed apps: zero approximation
https://medium.com/@vonmo/building-distributed-apps-zero-approximation-b0c4b16f92d3
Medium
Building distributed apps: zero approximation
These days, the world is moving fast. Progress constantly creates new technological challenges. Information systems architecture should be…
#elixir #distillery #release_management
Wrong path in elixir after release with distillery
https://medium.com/@afternow/wrong-path-in-elixir-after-release-with-distillery-2b7e5be7872f
Wrong path in elixir after release with distillery
https://medium.com/@afternow/wrong-path-in-elixir-after-release-with-distillery-2b7e5be7872f
Medium
Wrong path in Elixir after release with Distillery
After releasing my Elixir 1.8 mailing app with Distillery 2.0, the path of my EEx templates where no more valid. I put the template files…
#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.