#elixir #grpc #protobuf #backend #chat
Elixir with a drop of grpc
https://medium.com/@aleksandrasays/elixir-with-a-drop-of-grpc-cb2569ddee4b
Elixir with a drop of grpc
https://medium.com/@aleksandrasays/elixir-with-a-drop-of-grpc-cb2569ddee4b
Medium
Elixir with a drop of gRPC
Some time ago I found this Elixir implementation of gRPC and wanted to give it a try. This article will briefly cover the basic setup for…
#aws #elixir #circleci #continuous_deployment #backend
How to automate your elixir project’s deployment into aws
https://medium.com/coletiv-stories/how-to-automate-your-elixir-projects-deployment-into-aws-9ecbbafb403d
How to automate your elixir project’s deployment into aws
https://medium.com/coletiv-stories/how-to-automate-your-elixir-projects-deployment-into-aws-9ecbbafb403d
Medium
How to automate your Elixir project’s deployment into AWS
This is the first article of a 2-part series, where we explain in full how to automate your Elixir project’s deployment. The technologies…
#elixir #backend_development #change_management
Adopting elixir: the bff case study
https://jobandtalent.engineering/adopting-elixir-the-bff-case-study-b575a81ec794
Adopting elixir: the bff case study
https://jobandtalent.engineering/adopting-elixir-the-bff-case-study-b575a81ec794
Medium
Adopting Elixir: The BFF Case study
Here at Jobandtalent, we have started to implement new services using Elixir. We are feeling quite comfortable and pleased with the…
#postgis #elixir #backend #postgresql
Improvements in a geographical search on a database
https://medium.com/coletiv-stories/improvements-in-a-geographical-search-on-a-database-70c878ed9721
Improvements in a geographical search on a database
https://medium.com/coletiv-stories/improvements-in-a-geographical-search-on-a-database-70c878ed9721
Medium
Improvements in a geographical search on a database
A couple of weeks ago I decided to take a look into one of our service logs, searching for endpoints that could be improved. In order to…
#elixir #backend #api #pagination
Retrieving results from cursor-paginated endpoints in elixir
https://dev.to/coletiv/retrieving-results-from-cursor-paginated-endpoints-in-elixir-5f48
Retrieving results from cursor-paginated endpoints in elixir
https://dev.to/coletiv/retrieving-results-from-cursor-paginated-endpoints-in-elixir-5f48
DEV Community
Retrieving results from cursor-paginated endpoints in Elixir
If you’re familiar with using external API calls for your coding needs, there’s probably been a time...
#elixir #aws #backend #websockets
Using websockets with cookie-based authentication
https://dev.to/coletiv/using-websockets-with-cookie-based-authentication-fg6
Using websockets with cookie-based authentication
https://dev.to/coletiv/using-websockets-with-cookie-based-authentication-fg6
DEV Community
Using WebSockets With Cookie-Based Authentication
Before diving into the details of the problem lets first have a small recap about these two topics: W...
#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?
#backend #elixir
Using changesets for normal structs | AppUnite
https://appunite.com/blog/using-changesets-for-normal-structs
Using changesets for normal structs | AppUnite
https://appunite.com/blog/using-changesets-for-normal-structs
AppUnite
Using changesets for normal structs | AppUnite
Today I learned about using changesets for normal structs