#elixir #exunit #repl
Testing elixir repl applications with only exunit
https://medium.com/@thiagokokada/testing-elixir-repl-applications-with-only-exunit-b2688b400ce1
Testing elixir repl applications with only exunit
https://medium.com/@thiagokokada/testing-elixir-repl-applications-with-only-exunit-b2688b400ce1
Medium
Testing Elixir REPL applications with only ExUnit
While writing a REPL toy application in Elixir, I discovered that writing tests to the REPL can be surprisingly difficult. This is thanks…
#docker #elixir #rails #debugger #repl
Debugging your phoenix, elixir and rails applications inside docker containers
https://engineering.tripping.com/debugging-your-phoenix-elixir-and-rails-applications-inside-docker-containers-305c9d80ff80
Debugging your phoenix, elixir and rails applications inside docker containers
https://engineering.tripping.com/debugging-your-phoenix-elixir-and-rails-applications-inside-docker-containers-305c9d80ff80
Medium
Debugging your Phoenix, Elixir and Rails applications inside Docker containers
Elixir has a great REPL(iex) which allows you to run arbitrary code and see its results. And the same `iex` can be used to start your mix…
#elixir #debug #repl #phoenix_framework
Connect to remote elixir node through a bastion host
https://medium.com/@marcio_lopes/connect-to-remote-elixir-node-through-a-bastion-host-28c4ff4bdd51
Connect to remote elixir node through a bastion host
https://medium.com/@marcio_lopes/connect-to-remote-elixir-node-through-a-bastion-host-28c4ff4bdd51
Medium
Connect to remote Elixir node through a Bastion Host
Here at Rakuten Brazil I work on a team that uses Ruby ostensively, mainly Hanami (you can known more about this in this blog post series…
#elixir #joy #repl #ycombinator
A joy repl - live exploring replicating programs
https://dev.to/palm86/a-joy-repl-live-exploring-replicating-programs-5bn3
A joy repl - live exploring replicating programs
https://dev.to/palm86/a-joy-repl-live-exploring-replicating-programs-5bn3
DEV Community
A Joy REPL - live exploring replicating programs
In previous posts we've developed a Joy parser and interpreter in Elixir. While it was possbile to pl...