Elixir DevOps series

By Almir Sarajčić , Software Developer

1 min read

Everyone who’s dipped their feet in the Elixir knows its ecosystem has the best-in-class documentation, and learning resources for beginners are vast. There are so many blog posts about various domains Elixir is used in, including, but not limited to machine learning, embedded systems, web applications, etc.
 
One area we felt didn’t receive much love is DevOps. Specifically, complex continuous integration (CI) and continuous delivery (CD) systems. So here we are, coming up with a remedy. We’re trying to shine some light on some non-trivial problems to share knowledge with the community we learned a lot from, while, simultaneously increasing the visibility of our company in the field.
 

Blog posts

So here they are, in the order they were published - not necessarily in the order they should be read.
 
  1. Maintaining GitHub Actions workflows
  2. Optimum Elixir CI with GitHub Actions
 
We’re preparing some new posts, so be on the lookout for them.
 
Is there some topic that you’d like us to cover in this series? Feel free to reach us at blog@optimum.ba.

More articles