#functional_programming #elixir #algae #witchcraft #type_classes
Why witchcraft’s “(semi-)principled type classes” are a big deal
https://medium.com/scientific-breakthrough-of-the-afternoon/why-witchcrafts-semi-principled-type-classes-are-a-big-deal-80d5610d0cbe
Why witchcraft’s “(semi-)principled type classes” are a big deal
https://medium.com/scientific-breakthrough-of-the-afternoon/why-witchcrafts-semi-principled-type-classes-are-a-big-deal-80d5610d0cbe
Medium
Why Witchcraft’s “(semi-)principled type classes” are a big deal
(draft)
#elixir #phoenix_framework
Lonestar elixirconf 2019 recap
https://dev.bleacherreport.com/lonestar-elixirconf-2019-recap-905b59fbee12
Lonestar elixirconf 2019 recap
https://dev.bleacherreport.com/lonestar-elixirconf-2019-recap-905b59fbee12
Medium
Lonestar ElixirConf 2019 Recap
Lonestar ElixirConf 2019 took place February 28 thru March 2 in Austin, Texas. Several engineers from Bleacher Report attended the…
#elixir #timer #genserver
Simple genserver with periodical callback
https://medium.com/@mrwolf85/simple-genserver-with-periodical-callback-256b39d90f7b
Simple genserver with periodical callback
https://medium.com/@mrwolf85/simple-genserver-with-periodical-callback-256b39d90f7b
Medium
Simple GenServer with periodical callback
In this story I will show how can we use the Elixir tools for implementing an GenSever with a call back who is called every is 10 seconds.
#elixir #graphql #absinthe #kronky #phoenix_framework
Solving “cannot return null for non-nullable field” error with graphql api using kronky, absinthe & elixir
https://medium.com/@DMeechan/solving-cannot-return-null-for-non-nullable-field-error-with-graphql-api-using-kronky-absinthe-a4660a68381e
Solving “cannot return null for non-nullable field” error with graphql api using kronky, absinthe & elixir
https://medium.com/@DMeechan/solving-cannot-return-null-for-non-nullable-field-error-with-graphql-api-using-kronky-absinthe-a4660a68381e
Medium
Solving “Cannot return null for non-nullable field” error with GraphQL API using Kronky, Absinthe & Elixir
I was stuck when my Absinthe GraphQL API mutations were returning “ Cannot return null for non-nullable field”. But the solution was…
#elixir #erlang #database #race_condition #locks
Database lock in elixir? why and how? and the alternative in elixir
https://medium.com/@bruteforcecat/database-lock-in-elixir-why-and-how-and-the-alternative-in-elixir-6e0581156ee3
Database lock in elixir? why and how? and the alternative in elixir
https://medium.com/@bruteforcecat/database-lock-in-elixir-why-and-how-and-the-alternative-in-elixir-6e0581156ee3
Medium
Database Lock in Elixir? Why and How? And the Alternative in Elixir
I got a question in a recent interview about locking in Database. I found that I actually lack insufficient knowledge of this essential…
#elixir #phoenix #erlang
How to calculate the number of business days in a month using elixir
https://medium.com/@hakeemhal/how-to-calculate-the-number-of-business-days-in-a-month-using-elixir-9737a86357a6
How to calculate the number of business days in a month using elixir
https://medium.com/@hakeemhal/how-to-calculate-the-number-of-business-days-in-a-month-using-elixir-9737a86357a6
Medium
How to calculate the number of business days in a month using elixir
I needed to get the total working days in a month on an elixir/phoenix project. I could not find any helpful method in the *Date* or…
#elixir #phoenix_framework #mongodb
How to create a graphql api with elixir and mongodb
https://medium.com/@pierreabreu/how-to-create-a-graphql-api-with-elixir-and-mongodb-f3a9e0602832
How to create a graphql api with elixir and mongodb
https://medium.com/@pierreabreu/how-to-create-a-graphql-api-with-elixir-and-mongodb-f3a9e0602832
Medium
How to create a graphql API with Elixir and Mongodb
All I will explain in this article is implemented in my repository https://github.com/pierreabreup/graphqlapi-with-elixir-and-mongo. Feel…
#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