#development #elixir
Idea: genservers with map-based state
https://blog.carbonfive.com/2019/03/12/idea-genservers-with-map-based-state/
Idea: genservers with map-based state
https://blog.carbonfive.com/2019/03/12/idea-genservers-with-map-based-state/
Blog by Carbon Five
Idea: GenServers with Map-based state
I recently gave a talk at Empex LA in which I talked about my desire to see simplifications and enhancements to using some of the OTP behaviors offered in Elixir. In this post I’m going to explore …
#startup #train #junior_developer #elixir #onboarding
Onboarding our first jr. software engineer wk: 1
https://medium.com/@kimchibot64/onboarding-our-first-jr-software-engineer-wk-1-d382344bb681
Onboarding our first jr. software engineer wk: 1
https://medium.com/@kimchibot64/onboarding-our-first-jr-software-engineer-wk-1-d382344bb681
Medium
Onboarding the first Jr. Software Engineer at ScriptDrop wk: 1 recap
The Engineering team at work is growing and we just hired our first Jr. Welcome Izzy! Hmm Now what?
#concurrency #elixir #erlang #messages
Hey process, there is a message for you!
https://dev.to/alvisesus/hey-process-there-is-a-message-for-you-19a2
Hey process, there is a message for you!
https://dev.to/alvisesus/hey-process-there-is-a-message-for-you-19a2
The DEV Community
Hey Process, there is a Message for you!
Messages are a fundamental part of concurrency in Erlang and Elixir. In this article I introduce how messaging between processes works. We play with simple examples to see how a process sends and receives messages.
#elixir
Install elixir in debian/ubuntu using precompiled packages
https://dev.to/giovanni_cortes/install-elixir-in-debianubuntu-using-precompiled-packages-2k2b
Install elixir in debian/ubuntu using precompiled packages
https://dev.to/giovanni_cortes/install-elixir-in-debianubuntu-using-precompiled-packages-2k2b
#elixir #ansi #terminal #cli #programming
Cool clis in elixir (part 2) with io.ansi
https://medium.com/@dnsbty/cool-clis-in-elixir-part-2-with-io-ansi-c1fbabebc52d
Cool clis in elixir (part 2) with io.ansi
https://medium.com/@dnsbty/cool-clis-in-elixir-part-2-with-io-ansi-c1fbabebc52d
Medium
Cool CLIs in Elixir (Part 2) with IO.ANSI
In the last post, I talked about using IO.write/2 to create cool CLIs. After writing that post, I got lots of great feedback along with…
#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…