#elixir #phoenix_framework #pub_sub #adapter
Phoenix.pubsub adapter specification and implementations
https://medium.com/@toraritte/phoenix-pubsub-adapter-specification-and-implementations-8d46bd060f83
Phoenix.pubsub adapter specification and implementations
https://medium.com/@toraritte/phoenix-pubsub-adapter-specification-and-implementations-8d46bd060f83
Medium
Phoenix.PubSub adapter specification and implementations
Yes, completely inaccessible, but this is in the public domain, so feel free to transcribe it (with corrections), and publish it under…
#elixir #lisbon #meetup
Awakening the lisbon |> elixir meetup
https://medium.com/@dcaixinha/awakening-the-lisbon-elixir-meetup-58ddebce8f7d
Awakening the lisbon |> elixir meetup
https://medium.com/@dcaixinha/awakening-the-lisbon-elixir-meetup-58ddebce8f7d
Medium
Awakening the Lisbon |> Elixir Meetup
Hey folks! In this post I’m sharing some very exciting news: we’re reviving the Lisbon |> Elixir meetup. Within the Elixir cosmos, the…
#elixir #genserver
You might not need a genserver
https://dev.to/jackmarchant/you-might-not-need-a-genserver-24h1
You might not need a genserver
https://dev.to/jackmarchant/you-might-not-need-a-genserver-24h1
The DEV Community
You might not need a GenServer
It can be confusing sometimes, to know when to use a GenServer. There are a couple of modules, including Task and Agent that may fit your purpose better.
#elixir #testing #mocks #cowboy #plug
Testing external web requests in elixir? roll your own mock server
https://medium.com/flatiron-labs/rolling-your-own-mock-server-for-testing-in-elixir-2cdb5ccdd1a0
Testing external web requests in elixir? roll your own mock server
https://medium.com/flatiron-labs/rolling-your-own-mock-server-for-testing-in-elixir-2cdb5ccdd1a0
Medium
Testing External Web Requests in Elixir? Roll Your Own Mock Server
We’ll show you what to avoid and how to roll your own mock server for your test environment.
#elixir #raspberry_pi
Nerves on a cellular network with the hologram nova
https://medium.com/@chiragtoor/nerves-on-a-cellular-network-with-the-hologram-nova-b4fb26e5278b
Nerves on a cellular network with the hologram nova
https://medium.com/@chiragtoor/nerves-on-a-cellular-network-with-the-hologram-nova-b4fb26e5278b
Medium
Nerves on a Cellular Network with the Hologram Nova
I’ve been experimenting with a Nerves project lately that required a network connection on the go. I wanted to be able to run…
#advent of code #elixir
Let’s learn elixir together with advent of code!
http://blog.plataformatec.com.br/2018/11/lets-learn-elixir-together-with-advent-of-code/
Let’s learn elixir together with advent of code!
http://blog.plataformatec.com.br/2018/11/lets-learn-elixir-together-with-advent-of-code/
blog.plataformatec.com.br
Let's learn Elixir together on Advent of Code! « Plataformatec Blog
Hi everyone, Advent of Code is a series of small programming puzzles for a variety of skill sets and skill levels in any programming language you like. Advent
#elixir #ecto #ddd #business_logic
Exoperation: organizing business logic with operations in elixir
https://medium.com/@feymartynov/exoperation-organizing-business-logic-with-operations-in-elixir-ce28a5f8b5ef
Exoperation: organizing business logic with operations in elixir
https://medium.com/@feymartynov/exoperation-organizing-business-logic-with-operations-in-elixir-ce28a5f8b5ef
Medium
ExOperation: organizing business logic with operations in Elixir
Approaching business-logic organization problem with composable operations and presenting a new library ExOperation for implementing them.
#elixir #testing #functional_programming
Testing in elixir without a mix project
https://medium.com/@dinobi/testing-in-elixir-without-a-mix-project-3ab8c82b0222
Testing in elixir without a mix project
https://medium.com/@dinobi/testing-in-elixir-without-a-mix-project-3ab8c82b0222
Medium
Testing in Elixir without a Mix project
Whenever I chose to pick up a new programming language, I typically start by creating a #language-WIL repository on Github. By the way…
#elixir #genstage #ads_b
Stop collection pokemons and start collecting aircrafts
https://medium.com/@ainformatico/stop-collection-pokemons-and-start-collecting-aircrafts-c5cfb7982170
Stop collection pokemons and start collecting aircrafts
https://medium.com/@ainformatico/stop-collection-pokemons-and-start-collecting-aircrafts-c5cfb7982170
Medium
Stop collection Pokemons and start collecting aircrafts
Using Elixir, GenStage and an ADS-B receiver it is time to start collecting aircrafts and forget about Pokemons!
#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 #json #javascript #postgres #data_science
Battleship elixir: json sunk my float
https://medium.com/@davelucia/battleship-elixir-json-sunk-my-float-dc3df46447db
Battleship elixir: json sunk my float
https://medium.com/@davelucia/battleship-elixir-json-sunk-my-float-dc3df46447db
Medium
Battleship Elixir: JSON sunk my Float
As the legend goes, Brendan Eich wrote the first version of Javascript over the course of 10 days in 1995. Among many compromises…
#elixir #phoenix_framework #phoenix #programming_languages #app_development
Elixir programming: facts to know for better app development
https://medium.com/@MLSDevCom/elixir-programming-facts-to-know-for-better-app-development-ff0c7a6b5f2c
Elixir programming: facts to know for better app development
https://medium.com/@MLSDevCom/elixir-programming-facts-to-know-for-better-app-development-ff0c7a6b5f2c
Medium
Elixir Programming: Facts to Know for Better App Development
Introduction to the Elixir programming language and Phoenix framework. Overview of their benefits for app development.
#elixir #erlang #iot #esp32 #functional_programming
Atomvm: how to run elixir code on a 3 $ microcontroller
https://medium.com/@Bettio/atomvm-how-to-run-elixir-code-on-a-3-microcontroller-b414773498a6
Atomvm: how to run elixir code on a 3 $ microcontroller
https://medium.com/@Bettio/atomvm-how-to-run-elixir-code-on-a-3-microcontroller-b414773498a6
Medium
AtomVM: how to run Elixir code on a 3 $ microcontroller
AtomVM is a tiny portable virtual machine that allows BEAM code to run on microcontrollers with less than 500KB of RAM such as the ESP32.