PinnedPedro AssunçãoAllow Erlang/Elixir to open ports 80 and 443By default users other than root cannot open ports below 1000, for security reasons. If you want to — say — run your website in Elixir…Feb 16, 2021Feb 16, 2021
PinnedPedro AssunçãoBackground Elastic Search indexing using SidekiqThis article shows how we implemented background ActiveRecord model indexing using Sidekiq. By default, the SearchKick gem allows for 4…May 14, 2018May 14, 2018
PinnedPedro AssunçãoHow to download files from Google Drive using ElixirThe documentation around downloading a file from a Google Drive account is a bit spread out, so i figured i could make a mini tutorial on…Jul 24, 2020Jul 24, 2020
Pedro AssunçãoAutomatic enum values conversion in ElixirOne annoying detail about web forms is that on submission (unless you are using changesets) all the values come back as strings. This…Mar 5, 2021Mar 5, 2021
Pedro AssunçãoElixir/Phoenix VSCode snippetsHere’s my current Elixir VSCode snippets elixir.json file.Mar 4, 2021Mar 4, 2021
Pedro AssunçãoElixir/Phoenix deployments using Github ActionsOne of the trickiest parts of getting Elixir services into production is the deployment. Common approaches include using Docker to…Jul 23, 20205Jul 23, 20205
Pedro AssunçãoIntegrating vis.js with Phoenix Live ViewOne of the projects at my company required us to show a directed graph representation of a flow that happens inside that service and…Jul 22, 2020Jul 22, 2020
Pedro AssunçãoCool Elixir librariesAll Ruby/Rails developers know that for features neither provides, there is probably a Ruby Gem contributed by someone in the community…Nov 20, 20191Nov 20, 20191