#elixir #erlang #programming #software_engineering #technology
Elixir umbrella projects: building blocks for code that scales
https://medium.com/@citybase/elixir-umbrella-projects-building-blocks-for-code-that-scales-55d3158f4961
Elixir umbrella projects: building blocks for code that scales
https://medium.com/@citybase/elixir-umbrella-projects-building-blocks-for-code-that-scales-55d3158f4961
Medium
Elixir Umbrella Projects: Building Blocks for Code that Scales
In my last CityBase blog post on Elixir, I discussed how Elixir helps make some of the most complex systems work more effectively. One of the features of Elixir that helps accomplish that goal is the…
#database #elixir #couchdb #technology
Database technical decisions
https://medium.com/@rebhuinc/database-technical-decisions-6edbfd15e011
Database technical decisions
https://medium.com/@rebhuinc/database-technical-decisions-6edbfd15e011
Medium
Database technical decisions
Choosing a persistent store is a long and arduous process. The problems you encounter on the way govern which database you choose. This is…
#elixir #change #technology #technology_trends #transformation
How to embrace change with elixir
https://medium.com/weareevermore/how-to-embrace-change-with-elixir-f3361e099281
How to embrace change with elixir
https://medium.com/weareevermore/how-to-embrace-change-with-elixir-f3361e099281
Medium
How to Embrace Change with Elixir
Elixir can still be considered a relatively young programing language, as it appeared on the busy IT scene just seven years ago. Since…
#programming #open_source #elixir #technology #women_in_tech
Witchcraft: the magic of math, functional programming, and community
https://medium.com/open-collective/witchcraft-the-magic-of-math-functional-programming-and-community-b45bc7213ff8
Witchcraft: the magic of math, functional programming, and community
https://medium.com/open-collective/witchcraft-the-magic-of-math-functional-programming-and-community-b45bc7213ff8
Medium
Witchcraft: the magic of math, functional programming, and community
Interview with Brooklyn Zelenka, blockchain engineer, functional programming math wizard, community builder, and founder of Fission and…
#technology #backend #web #elixir
Handling failures in background workers with Elixir and supervisors | AppUnite
https://appunite.com/blog/handling-failures-in-background-workers-with-Elixir-and-supervisors
Handling failures in background workers with Elixir and supervisors | AppUnite
https://appunite.com/blog/handling-failures-in-background-workers-with-Elixir-and-supervisors
AppUnite
Handling failures in background workers with Elixir and supervisors | AppUnite
Elixir allows us to write systems that can run practically forever. Does that mean that we don't have to do anything to make our systems reliable?
#technology #web #elixir
10 Companies you didn’t know that use Elixir | AppUnite
https://appunite.com/blog/10-companies-you-didnt-know-that-use-elixir
10 Companies you didn’t know that use Elixir | AppUnite
https://appunite.com/blog/10-companies-you-didnt-know-that-use-elixir
AppUnite
10 Companies you didn’t know that use Elixir | AppUnite
Elixir is chosen by more and more developers and businesses. Except for the obvious ones, we made a list of 10 not-so-obvious companies that use Elixir.
#technology #elixir
Challenges with testing Phoenix LiveView with Cypress | AppUnite
https://appunite.com/blog/challenges-with-testing-phoenix-live-view-with-cypress
Challenges with testing Phoenix LiveView with Cypress | AppUnite
https://appunite.com/blog/challenges-with-testing-phoenix-live-view-with-cypress
AppUnite
Challenges with testing Phoenix LiveView with Cypress | AppUnite
We came to a conclusion, that number of dynamic UI elements is big enough to justify using LiveView, at least in some specific components.