All posts - Page 5
Strange Leaflet about Elixir - Page 1
featured
featured
- Author: Stephen Ball
- Published:
- Permalink: /blog/strange-leaflet-about-elixir-page1
Elixir is a language of independently running processes
Let's query the GitHub GraphQL API from a Livebook smart cell
- Author: Stephen Ball
- Published:
- Permalink: /blog/lets-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
- Author: Stephen Ball
- Published:
- Permalink: /blog/lets-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
- Author: Stephen Ball
- Published:
-
Tags:
- Permalink: /blog/a-subtle-go-bug-that-types-cannot-help-with
Types are not a solution for all programming bugs
swapcase with the tr command
- Author: Stephen Ball
- Published:
- Permalink: /blog/swapcase-with-the-tr-command
A light introduction to the tr command and using character classes.
Better Go test output
- Author: Stephen Ball
- Published:
-
Tags:
- Permalink: /blog/better-go-test-output
Improving the default `go test` output
See where vim settings came from
- Author: Stephen Ball
- Published:
- Permalink: /blog/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
- Author: Stephen Ball
- Published:
-
Tags:
- Permalink: /blog/containers-in-the-real-world
A real world example of backpressure and unintended ramifications.