How to Install Livebook With Asdf

I’m reading this book Machine learning in Elixir so I tested elixir livebook on my macos using the .dmg installer , and it’s running smoothly. I decided to install it locally on my computer to know what is happening behind the scenes, so it’s straightforward; only need to run these commands: # install or update rebar and hex mix do local.rebar --force, local.hex --force # install as executable livebook mix escript....

October 13, 2023 · 1 min · Carlos Ramos

My first elixir library: SoftRepo

don’t destroy sensible data It’s a placer to announce my first library, this handle soft-delete using directly a Repo wrapper, so the main idea is to have a global lib/module that represent all of the logic to do soft-delete of records. The setup and usage has been written on the README of soft_repo. Future The idea is to have a basic library that handles soft-delete, but in a future I’ll implement:...

October 3, 2018 · 1 min · Carlos Ramos

Learning Elixir programming language

I’m really exited about to learn new programming language ‘Elixir’ running on top of Erlang OTP, I was reading some books like ‘Metaprograming with elixir’ and other things. The idea of learning is create a websocket for my startup folgama in that I’m planning to ’STREAM’ all of activities about a person, adding geolocalization, upload pictures, send messages. I’m going to share here some of my experience working on that.

November 24, 2015 · 1 min · Carlos Ramos