#elixir #timeout #genserver #message #sliding
How to implement sliding timeouts in your elixir genservers
https://engineering.tripping.com/how-to-implement-sliding-timeouts-in-your-elixir-genservers-cc5a2ed70db9
How to implement sliding timeouts in your elixir genservers
https://engineering.tripping.com/how-to-implement-sliding-timeouts-in-your-elixir-genservers-cc5a2ed70db9
Medium
How to implement sliding timeouts in your Elixir GenServers
At Tripping.com, whenever a user makes a search, one of our Elixir microservice spawns up a bunch of GenServers to talk to a few external…
#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…
#elixir
Don’t try this at home: building a return statement in elixir
https://medium.com/codedge/dont-try-this-at-home-building-a-return-statement-in-elixir-17662dc8edcc
Don’t try this at home: building a return statement in elixir
https://medium.com/codedge/dont-try-this-at-home-building-a-return-statement-in-elixir-17662dc8edcc
Medium
Don’t Try This at Home: Building a Return Statement in Elixir
tldr; now you can feel like you’re writing in Ruby again
#elixir #nodejs #javascript #programming #humor
Elixir is worst language after node.js
https://medium.com/@zolotarev_k/elixir-is-worst-language-after-node-js-8ff4d73903cb
Elixir is worst language after node.js
https://medium.com/@zolotarev_k/elixir-is-worst-language-after-node-js-8ff4d73903cb
Medium
Elixir is worst language after Node.js
Disclaimer: first of all I have to tell that article is written under emotions. I still working with both languages on my daily bases and…
#elixir #today_i_learned
How to check in elixir if list contains maps with required parameters?
https://medium.com/@yegorheiz/how-to-check-in-elixir-if-list-contains-maps-with-required-parameters-c35b20355684
How to check in elixir if list contains maps with required parameters?
https://medium.com/@yegorheiz/how-to-check-in-elixir-if-list-contains-maps-with-required-parameters-c35b20355684
Medium
How to check in Elixir if list contains maps with required parameters?
At first we will need to define list with maps.
#elixir #elixir_conferences #erlang #functional_programming #ruby
What companies and start-ups depend on elixir in production?
https://medium.com/@codeBEAM/what-companies-and-start-ups-depend-on-elixir-in-production-6ffc876f8a1c
What companies and start-ups depend on elixir in production?
https://medium.com/@codeBEAM/what-companies-and-start-ups-depend-on-elixir-in-production-6ffc876f8a1c
Medium
What companies and start-ups depend on Elixir in production?
In the run up to Code Elixir LDN (16 Aug) we celebrate companies and start-ups that use Elixir in production now.
#docker #jenkins #elixir #cicd #testing
Continuous integration with jenkins, docker-compose, and elixir
https://engineering.tripping.com/continuous-integration-with-jenkins-docker-compose-and-elixir-7d47439231db
Continuous integration with jenkins, docker-compose, and elixir
https://engineering.tripping.com/continuous-integration-with-jenkins-docker-compose-and-elixir-7d47439231db
Medium
Continuous Integration with Jenkins, Docker-Compose, and Elixir
There’s currently no plugins for Jenkins to tie in nicely with any sort of Elixir testing framework. This lack of plug-n-play makes for…
#elixir
How to check if list includes any value from another list in elixir?
https://medium.com/@yegorheiz/how-to-check-if-list-includes-any-value-from-another-list-in-elixir-2cf46c3401ec
How to check if list includes any value from another list in elixir?
https://medium.com/@yegorheiz/how-to-check-if-list-includes-any-value-from-another-list-in-elixir-2cf46c3401ec
Medium
How to check if list includes any value from another list in Elixir?
Let’s define three lists
#elixir #scalability #design
Citybase blog post about elixir umbrella applications
https://medium.com/@pedroassumpcao/citybase-blog-post-about-elixir-umbrella-applications-2b6013341c58
Citybase blog post about elixir umbrella applications
https://medium.com/@pedroassumpcao/citybase-blog-post-about-elixir-umbrella-applications-2b6013341c58
Medium
CityBase blog post about Elixir umbrella applications
This month CityBase posted an article that I wrote on Elixir umbrella applications, and how this concept can help to build a codebase that…
#elixir #macros #programming #functional
The rigid code behind smooth code— elixir intermediate
https://dev.to/blackode/the-rigid-code-behind-smooth-code-elixir-intermediate-2pa3
The rigid code behind smooth code— elixir intermediate
https://dev.to/blackode/the-rigid-code-behind-smooth-code-elixir-intermediate-2pa3
The Practical Dev
The Rigid Code Behind Smooth Code— Elixir Intermediate
This article shows you the rigid lines of code behind smooth lines you write in elixir.
#javascript #elixir #developer #editor #vscode
The elixir ide/editor for javascript developers
https://medium.com/@raymondsiu/the-elixir-ide-editor-for-javascript-developers-ddb84c460fca
The elixir ide/editor for javascript developers
https://medium.com/@raymondsiu/the-elixir-ide-editor-for-javascript-developers-ddb84c460fca
Medium
The Elixir IDE/Editor for JavaScript Developers
As a JavaScript developer, the IDE of choice currently is Microsoft’s VS Code. Not only is it written in JS (TypeScript to be more…
#elixir #operators #redefinitions #fun
The secret behind elixir operator re-definitions: + to -
https://dev.to/blackode/the-secret-behind-elixir-operator-re-definitions--to---30om
The secret behind elixir operator re-definitions: + to -
https://dev.to/blackode/the-secret-behind-elixir-operator-re-definitions--to---30om
The Practical Dev
The Secret behind Elixir Operator Re-Definitions: + to -
Some crazy stuff with Elixir just for being fun.
#elixir #open_source
Getting the most out of pigeon (part 1)
https://medium.com/codedge/getting-the-most-out-of-pigeon-part-1-b1175f152605
Getting the most out of pigeon (part 1)
https://medium.com/codedge/getting-the-most-out-of-pigeon-part-1-b1175f152605
Medium
Getting the Most Out of Pigeon (Part 1)
Pigeon is the most popular Elixir push notification library for iOS and Android. This is Part 1 in a series of tips on using the package…