#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.
#elixir #programming #programming_languages #web_development #functional_programming
Programming elixir 1.6 — chapter 5 summary
https://medium.com/@fay_jai/programming-elixir-1-6-chapter-5-summary-6a7b5d88cf07
Programming elixir 1.6 — chapter 5 summary
https://medium.com/@fay_jai/programming-elixir-1-6-chapter-5-summary-6a7b5d88cf07
Medium
Programming Elixir 1.6 — Chapter 5 Summary
Chapter 1 and 2 — OOP, Functional Programming, and Pattern Matching
#elixir #database #software_architecture
Build a simple persistent key-value store in elixir, using logs — part 1
https://medium.com/@asusmel/build-a-simple-persistent-key-value-store-in-elixir-using-logs-part-1-9f961944c832
Build a simple persistent key-value store in elixir, using logs — part 1
https://medium.com/@asusmel/build-a-simple-persistent-key-value-store-in-elixir-using-logs-part-1-9f961944c832
Medium
Build a Simple Persistent Key-Value Store in Elixir, using Logs — Part 1
In the last year I’ve got interested in logs and how something so simple can be the solid foundation of databases like Riak, Cassandra and…
#elixir #cache #distributed_systems #framework #erlang
Distributed caching in elixir using nebulex
https://medium.com/erlang-battleground/distributed-caching-in-elixir-using-nebulex-9af589186caa
Distributed caching in elixir using nebulex
https://medium.com/erlang-battleground/distributed-caching-in-elixir-using-nebulex-9af589186caa
Medium
Distributed Caching in Elixir using Nebulex
I remember around 2008 when I was submerged in the Java world I had a change to try awesome caching libraries and frameworks, such as…
#elixir #phoenix_framework #ecto #report
Streaming csv report in phoenix
https://medium.com/@feymartynov/streaming-csv-report-in-phoenix-4503b065bf4a
Streaming csv report in phoenix
https://medium.com/@feymartynov/streaming-csv-report-in-phoenix-4503b065bf4a
Medium
Streaming CSV report in Phoenix
Exporting some query result as CSV file is a very common task in web apps. Here I’m going to show to implement it considering latency…
#elixir #phoenix #deployment #circleci #continuous_delivery
Elixir/phoenix project — deployment steps and automation with circle ci
https://medium.com/coletiv-stories/elixir-phoenix-project-deployment-steps-and-automation-with-circle-ci-d719d8ab79f1
Elixir/phoenix project — deployment steps and automation with circle ci
https://medium.com/coletiv-stories/elixir-phoenix-project-deployment-steps-and-automation-with-circle-ci-d719d8ab79f1
Medium
How to automate the deployment of your Elixir project with CircleCI
This is the second article of a 2-part series, where we explain in full how to automate your Elixir project’s deployment. The technologies…
#elixir #embedded_systems #erlang #iot #distributed_systems
Iex remote shell into your elixir driven grisp board
https://medium.com/@toensbotes/iex-remote-shell-into-your-elixir-driven-grisp-board-76faa8f2179e
Iex remote shell into your elixir driven grisp board
https://medium.com/@toensbotes/iex-remote-shell-into-your-elixir-driven-grisp-board-76faa8f2179e
Medium
IEx Remote Shell into your Elixir driven GRiSP Board
A quick tutorial on opening a remote connection to your GRiSP board. This facilitates quicker development iterations, better shell…