A more advanced wxErlang Hello World
In the previous post, we saw how to fire a simple message box from iex. In this blog post, we’ll go deeper (not too much!) and present the elements wxFrame, wxButton, and wxTextCtrl.
My name is Luis Ferreira, I'm a software developer from Montevideo, Uruguay.
In the previous post, we saw how to fire a simple message box from iex. In this blog post, we’ll go deeper (not too much!) and present the elements wxFrame, wxButton, and wxTextCtrl.
This blog post assumes that you have Erlang installed with wxWidgets support enabled, as this comes by default.
One of the Git commands I use the most is
I’ve read the amazing book Building Git by James Coglan and inspired by it, I thought of trying some of the examples in Elixir.
In this blog post, we’ll focus on how to create a simple Broadway app that can read and write messages using the SQS LocalStack service.