cd/sources/jola-auto-discoveredΒ· homeβ€Ί sourcesβ€Ί Jola (auto-discovered)
cat /sources/jola-auto-discovered.feed | wc -l β†’ 25

Jola (auto-discovered)

articles 25 domain jola.dev β†’ page 2/2 feed RSS
00:00
2020-01-21
jola.dev
open-source

Building Hex Diff

The article describes the development of Hex Diff, an open-source tool for comparing Hex package versions. It explains how the project uses LiveView for a responsive search interface, reads package da…

00:00
2019-10-19
jola.dev
developer-tools

Push-based GenStage

The article explains that while GenStage is typically a pull-based system where consumers request events from producers, it can also function as a push-based system. In this push-based approach, consu…

00:00
2019-10-18
jola.dev
developer-tools

The Erlang :queue module in Elixir

The article explains that Elixir uses Erlang's `:queue` module, which provides a double-ended FIFO (first-in, first-out) data structure for efficiently adding and removing items from both ends. It not…

00:00
2019-06-05
jola.dev
developer-tools

Patterns for managing ETS tables

This article provides an introductory overview of using ETS (Erlang Term Storage) in Elixir and Erlang, focusing on basic patterns for table management and practical usage. It explains how ETS offers …

00:00
2019-06-01
jola.dev
developer-tools

Health checks for Plug and Phoenix

This article by Johanna Larsson describes a simple pattern for implementing HTTP health checks in Plug and Phoenix applications, using a custom plug that intercepts requests to a specific path (e.g., …

← prev page 2 / 2