RSSAmplifier

Blog

Random Thoughts

My name is Luis Ferreira, I'm a software developer from Montevideo, Uruguay.

hidnasio.github.ioRSS feed ↗5 posts

Latest posts

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.

wxErlang Hello World

This blog post assumes that you have Erlang installed with wxWidgets support enabled, as this comes by default.

Git history with Elixir

One of the Git commands I use the most is

Inflating Git objects with Elixir

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.

Local development with LocalStack and Elixir Broadway

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.