All posts - Page 5

Strange Leaflet about Elixir - Page 1
featured

Elixir is a language of independently running processes

Let's query the GitHub GraphQL API from a Livebook smart cell

In which we write a Livebook smart cell to allow querying the Github GraphQL API

Let's write an Elixir Livebook smart cell

The basics of how to write an Elixir Livebook smart cell

A subtle Go bug that types cannot help with

Types are not a solution for all programming bugs

swapcase with the tr command

A light introduction to the tr command and using character classes.

Better Go test output

Improving the default `go test` output

See where vim settings came from

How to ask vim to tell where a setting originated e.g. "Last set from ~/.vim/ftplugin/go.vim line 1"

Containers in the real world and backpressure in distributed systems

A real world example of backpressure and unintended ramifications.