#aws #elixir #kinesis
How to maximize kinesis write throughput with elixir
https://medium.com/appmonet/how-to-maximize-kinesis-write-throughput-with-elixir-6747e55d96ea
How to maximize kinesis write throughput with elixir
https://medium.com/appmonet/how-to-maximize-kinesis-write-throughput-with-elixir-6747e55d96ea
Medium
How to maximize Kinesis write throughput with Elixir
At AppMonet we help mobile app developers maximize their advertising revenue by running auctions each time an ad slot is available on…
#elixir #beginners #programming
Iteration, recursion, and tail-call optimization in elixir
https://dev.to/appsignal/iteration-recursion-and-tail-call-optimization-in-elixir-3ibp
Iteration, recursion, and tail-call optimization in elixir
https://dev.to/appsignal/iteration-recursion-and-tail-call-optimization-in-elixir-3ibp
The DEV Community
Iteration, recursion, and tail-call optimization in Elixir
It’s time for another Elixir Alchemy! This week, we’ll dive into recursion in Elixir to find the fastest looping method. (Spoiler: it depends). 🎢
#internet_of_things #azure #elixir #terraform #microsoft
How we brought our iot platform to production
https://medium.com/grandcentrix/how-we-brought-our-iot-platform-to-production-1cdebbbdadd3
How we brought our iot platform to production
https://medium.com/grandcentrix/how-we-brought-our-iot-platform-to-production-1cdebbbdadd3
Medium
How we brought our IoT platform to production
As developers we face problems every day — some easy to master, others harder, some seemingly impossible. More often than not this classification is based on the technology used to address these…
#concurrency #elixir #httpoison #receive #send
The primitives of elixir concurrency: a full example
https://medium.com/@asusmel/the-primitives-of-elixir-concurrency-full-example-f328f60519
The primitives of elixir concurrency: a full example
https://medium.com/@asusmel/the-primitives-of-elixir-concurrency-full-example-f328f60519
Medium
The Primitives of Elixir Concurrency: a Full Example
Let’s put in practice what we’ve seen in the last few articles about concurrency. In this article we see how to fully make our initial cryptocurrency example, using just HTTPoison module and spawn…
#elixir #phoenix_framework #programming #liveview #tutorial
How to create a counter with phoenix liveview
https://medium.com/@dnsbty/how-to-create-a-counter-with-phoenix-liveview-dc273bcb4d58
How to create a counter with phoenix liveview
https://medium.com/@dnsbty/how-to-create-a-counter-with-phoenix-liveview-dc273bcb4d58
Medium
How to Create a Counter with Phoenix LiveView
If you follow Elixir Twitter very closely, you probably noticed that Chris McCord released Phoenix LiveView on Friday. Chris (and the…
#elixir #phoenix #phoenix_framework #cypress #testing
Phoenix end-to-end testing in real life
https://medium.com/@svengehring/phoenix-end-to-end-testing-in-real-life-efdba3a85be1
Phoenix end-to-end testing in real life
https://medium.com/@svengehring/phoenix-end-to-end-testing-in-real-life-efdba3a85be1
Medium
Phoenix end-to-end testing in real life
Test your whole frontend and backend using cypress, phoenix and some minor manual tweaks to make it all work
#elixir #otp #genserver
How we scrapped and aggregated data from multiple sources using otp
https://medium.com/coletiv-stories/how-we-scrapped-and-aggregated-data-from-multiple-sources-using-otp-beccdb90f5f3
How we scrapped and aggregated data from multiple sources using otp
https://medium.com/coletiv-stories/how-we-scrapped-and-aggregated-data-from-multiple-sources-using-otp-beccdb90f5f3
Medium
How we scrapped and aggregated data from multiple sources using OTP
Just like in the documentary series “Big, Bigger, Biggest” we are going to show the different versions we developed on a real project…
#elixir #engineering
What's new in intellij elixir v10.3.0
https://dockyard.com/blog/2019/03/22/what-s-new-in-intellij-elixir-v10-3-0
What's new in intellij elixir v10.3.0
https://dockyard.com/blog/2019/03/22/what-s-new-in-intellij-elixir-v10-3-0
DockYard
What's New in IntelliJ Elixir v10.3.0
Type Specifications are viewable in Dbgi tab of .beam files. Fix for performance issues potentially introduced in v7.0.0.
#elixir #parsing #messagepack #erlang #protocol
Building beautiful binary parsers in elixir
https://medium.com/@hansonkd/building-beautiful-binary-parsers-in-elixir-1bd7f865bf17
Building beautiful binary parsers in elixir
https://medium.com/@hansonkd/building-beautiful-binary-parsers-in-elixir-1bd7f865bf17
Medium
Visual Programming with Elixir: Learning to Write Binary Parsers
Visualize binary protocols by building parsers in Elixir.
#api #elixir #auth0 #phoenix #authentication
Api authentication with phoenix, auth0 and guardian — part 2
https://medium.com/@zoltanarvai/api-authentication-with-phoenix-auth0-and-guardian-part-2-f76797327251
Api authentication with phoenix, auth0 and guardian — part 2
https://medium.com/@zoltanarvai/api-authentication-with-phoenix-auth0-and-guardian-part-2-f76797327251
Medium
API authentication with Phoenix, Auth0 and Guardian — Part 2
In Part 1 we explored why we want to use Auth0, username and password to acquire a token for authenticating with APIs in Machine to…
#elixir #phoenix #auth0 #authentication #api
Api authentication with phoenix, auth0 and guardian — part 1
https://medium.com/@zoltanarvai/api-authentication-with-phoenix-auth0-and-guardian-part-1-43797eac4bda
Api authentication with phoenix, auth0 and guardian — part 1
https://medium.com/@zoltanarvai/api-authentication-with-phoenix-auth0-and-guardian-part-1-43797eac4bda
Medium
API authentication with Phoenix, Auth0 and Guardian — Part 1
It’s quite a common scenario that we are building an API that’ll be consumed by external applications and clients (machine to machine) who…
#elixir #phoenix_framework #software_development #single_page_applications #ecommerce
A gentle introduction to elixir + phoenix + graphql + spa
https://medium.com/build-ideas/a-gentle-introduction-to-elixir-phoenix-graphql-spa-7902fdb921c8
A gentle introduction to elixir + phoenix + graphql + spa
https://medium.com/build-ideas/a-gentle-introduction-to-elixir-phoenix-graphql-spa-7902fdb921c8
Medium
A gentle Introduction to Elixir + Phoenix + GraphQL + SPA
This is the 3rd part in the series of my journey of writing an E-Commerce software from scratch. Let’s get started right away!