#tdd #elixir #programming #software_development #encryption
Solving the caesar cipher kata in elixir with tdd
https://medium.com/@lucaspenzeymoog/solving-the-caesar-cipher-kata-in-elixir-with-tdd-38c055ad1b17
Solving the caesar cipher kata in elixir with tdd
https://medium.com/@lucaspenzeymoog/solving-the-caesar-cipher-kata-in-elixir-with-tdd-38c055ad1b17
Medium
Solving the Caesar Cipher Kata in Elixir with TDD
TDD, aka Test Driven Development, is simple enough on the surface, but in practice it can be anything but intuitive. Many programmers view…
#elixir #umbrellaapps
The problem with elixir umbrella apps
https://dev.to/jackmarchant/the-problem-with-elixir-umbrella-apps-850
The problem with elixir umbrella apps
https://dev.to/jackmarchant/the-problem-with-elixir-umbrella-apps-850
DEV Community
The problem with Elixir Umbrella Apps
Umbrella apps are big projects that contain multiple mix projects. Using umbrella apps feels more like getting poked in the eye from an actual umbrella
#elixir
How to write bits as read such as 0001 1101 on elixir
https://dev.to/niku/how-to-write-bits-as-read-on-elixir-2abf
How to write bits as read such as 0001 1101 on elixir
https://dev.to/niku/how-to-write-bits-as-read-on-elixir-2abf
DEV Community
How to write bitstring as read such as 001 1101 on Elixir
#elixir #phoenix_framework #liveview #web_development
Phoenix liveview round-up: the story so far
https://shift.infinite.red/phoenix-liveview-round-up-the-story-so-far-3cbb1648e940
Phoenix liveview round-up: the story so far
https://shift.infinite.red/phoenix-liveview-round-up-the-story-so-far-3cbb1648e940
Medium
Phoenix LiveView Round-Up: The Story So Far
What’s been going on since LiveView was finally made public? Answer: a lot!
#programming #elixir
Accessing named genservers from anywhere in a beam cluster
https://medium.com/@pdgonzalez872/accessing-named-genservers-from-anywhere-in-a-beam-cluster-ffc062df526c
Accessing named genservers from anywhere in a beam cluster
https://medium.com/@pdgonzalez872/accessing-named-genservers-from-anywhere-in-a-beam-cluster-ffc062df526c
Medium
Accessing named GenServers from anywhere in a BEAM cluster
You can create named Agents that can be called from any connected node in a cluster. This technique can be helpful when you have a cluster, don’t necessarily know which node will handle the work…
#elixir #postgres #aws_s3 #phoenix #aws_athena
How to purge rows from tables to s3 from a elixir application using ports
https://medium.com/@marcio_lopes/how-to-purge-rows-from-tables-to-s3-from-a-elixir-application-using-ports-4d760507eae6
How to purge rows from tables to s3 from a elixir application using ports
https://medium.com/@marcio_lopes/how-to-purge-rows-from-tables-to-s3-from-a-elixir-application-using-ports-4d760507eae6
Medium
How to purge rows from tables to s3 from a Elixir application using Ports
Here in Rakuten Brazil, one of the main products that my team maintain is a Elixir system that function as a kind of Proxy that allows the…
#elixir #immutability #programming #while_loop #functional_programming
Using while loops in elixir
https://medium.com/@kohlerjp/using-while-loops-in-elixir-efc368149aa1
Using while loops in elixir
https://medium.com/@kohlerjp/using-while-loops-in-elixir-efc368149aa1
Medium
Using While Loops in Elixir
Most people would tell you not to use a while loop in Elixir. And most people are right. Since data is immutable, they generally won’t do…
#javascript #typescript #elixir #store
Frontend store with the state on the elixir backend.
https://dev.to/nerdslabs/frontend-store-with-the-state-on-the-elixir-backend-551e
Frontend store with the state on the elixir backend.
https://dev.to/nerdslabs/frontend-store-with-the-state-on-the-elixir-backend-551e
DEV Community
Frontend store with the state on the elixir backend.
Frontend store with the state on the backend. You are able to mutate store state from the frontend and also from the backend. Whole communication going through WebSocket.
#elixir #erlang
Elixir brasil 2019 and other elixir news
https://medium.com/@adolfont/elixir-brasil-2019-and-other-elixir-news-939bf52dfea9
Elixir brasil 2019 and other elixir news
https://medium.com/@adolfont/elixir-brasil-2019-and-other-elixir-news-939bf52dfea9
Medium
Elixir Brazil 2019 and other Elixir News
We are going to have Elixir Brasil 2019 in São Paulo in May 25th-26th. It will be the second Elixir Brasil conference. I wrote about…
#elixir #functional_programming #ecto #changeset #web_development
Ecto cast-ing sugar
https://medium.com/@ItizAdz/ecto-cast-ing-sugar-31bddbc62cd7
Ecto cast-ing sugar
https://medium.com/@ItizAdz/ecto-cast-ing-sugar-31bddbc62cd7
Medium
Ecto — Cast-ing sugar
Casting embedded or associated schemas in ecto can be a little bit cumbersome. We look at 1. How to do it and 2. How to improve it.
#elixir
How to write bitstring as read such as 001 1101 on elixir
https://dev.to/niku/how-to-write-bits-as-read-on-elixir-2abf
How to write bitstring as read such as 001 1101 on elixir
https://dev.to/niku/how-to-write-bits-as-read-on-elixir-2abf
DEV Community
How to write bitstring as read such as 001 1101 on Elixir
#elixir #webdev #tutorial
Elixir: building a small json endpoint with plug, cowboy and poison
https://dev.to/jonlunsford/elixir-building-a-small-json-endpoint-with-plug-cowboy-and-poison-1826
Elixir: building a small json endpoint with plug, cowboy and poison
https://dev.to/jonlunsford/elixir-building-a-small-json-endpoint-with-plug-cowboy-and-poison-1826
DEV Community
Elixir: Building a Small JSON Endpoint With Plug, Cowboy and Poison
Let’s see how easy it is to build a production ready endpoint with Plug, using Erlang’s Cowboy HTTP server
#functional_programming #programming #software_development #elixir #software_engineering
Functional core imperative shell in elixir
https://medium.com/@lucaspenzeymoog/functional-core-imperative-shell-in-elixir-48ec0ad3d9c0
Functional core imperative shell in elixir
https://medium.com/@lucaspenzeymoog/functional-core-imperative-shell-in-elixir-48ec0ad3d9c0
Medium
Functional Core Imperative Shell in Elixir
Functional programming languages such as Elixir are great until they’re not. That is, they’re great for writing pure functions, but a…
#elixir #python #machine_learning #phoenix_framework
Using python trained machine learning models from phoenix (elixir) applications
https://medium.com/@merajulislam/using-machine-learning-models-python-from-phoenix-elixir-applications-cd028e4e5f01
Using python trained machine learning models from phoenix (elixir) applications
https://medium.com/@merajulislam/using-machine-learning-models-python-from-phoenix-elixir-applications-cd028e4e5f01
Medium
Using Machine Learning Models (Python) from Phoenix(Elixir) Applications
Python is the de facto language for machine learning and data science. There are numerous libraries and frameworks available in Python for…