A Guide to Secure Elixir Package Updates

Keeping your dependencies up-to-date is essential to ensure that your applications stay healthy, secure, and performant. Thankfully, the BEAM ecosystem has its own package manager, Hex, which is fast, mature, and simple to use.

This article explores the available tools and commands to manage Hex dependencies and some tips to make the process more enjoyable.

Read more

Organising Book Highlights and Notes

I’ve used a variety of tools to organise my reading and notes. Given I spend a significant amount of my time studying, depending on 3rd parties gives me anxiety. Any of the tools I use, even the open-source offline-first ones, can become unmaintained, ridden with security vulnerabilities, slow or they may change in way which makes me reluctant to use them.

To some extent, this post is a sequel to “knowledge mapping”.

Read more

Writing a Command-Line Application in Elixir

I’ve always been fascinated by well-made applications for the terminal. Who doesn’t install htop on a new machine, am I right? My plan was to build something that I’d use daily and other people would potentially find useful. Therefore I decided to build a cli app for Tefter. It’s built on Elixir and Ratatouille and it’s open-source. Check out the source or download and try it or install via brew. … Read more