#elixir #phoenix #caching
Caching in an elixir/phoenix app
https://medium.com/@toddresudek/caching-in-an-elixir-phoenix-app-a499cdf91046
Caching in an elixir/phoenix app
https://medium.com/@toddresudek/caching-in-an-elixir-phoenix-app-a499cdf91046
Medium
Caching in an Elixir/Phoenix app
An API project I have been working on recently uses a plug to get the current user and authenticate them. This is not uncommon, but as a…
#programming #elixir #gpu #machine_learning
Hastega: challenge for gpgpu on elixir (intend to apply it to machine learning)
https://medium.com/@zacky1972/hastega-challenge-for-gpgpu-on-elixir-intend-to-apply-it-to-machine-learning-691c3560d179
Hastega: challenge for gpgpu on elixir (intend to apply it to machine learning)
https://medium.com/@zacky1972/hastega-challenge-for-gpgpu-on-elixir-intend-to-apply-it-to-machine-learning-691c3560d179
Medium
Hastega: Challenge for GPGPU on Elixir (intend to apply it to machine learning)
Do you want to learn and use machine learning in Elixir / Phoenix / Nerves apps? Of course, you can, but the machine learning is written…
#programming #elixir #oop
Who said that elixir is not an oop language?
https://medium.com/@feymartynov/who-said-that-elixir-is-not-an-oop-language-32071dcdaac5
Who said that elixir is not an oop language?
https://medium.com/@feymartynov/who-said-that-elixir-is-not-an-oop-language-32071dcdaac5
Medium
Who said that Elixir is not an OOP language?
I think that the distinction between OOP and functional paradigms is murky. For example we can write in Ruby in functional style (check…
#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…