/Posts>

This is my collection of blog posts. Enjoy!

← Previous page Next page →

Article

[Dev.to] How to define and work with a Rust-like result type in NuShell

nushell result-type pattern-matching

NuShell is a very modern shell and shell language that draws some heavy inspiration from Rust and that I really enjoy writing small programs and glue code in (especially for CI/CD pipelines). In contrast to Rust, it doesn’t have a Result type to model errors in code. Thanks to language features like pattern matching, however, we may easily add one.

Posted on June 21st, 2024
0 min read

Field Note

Wrapper functions in Nushell

nushell wrapper-function
Posted on Tuesday, June the 18th 2024
2 min read

Field Note

Configuring the OpenStack Python client with a YAML file

openstack cli yaml configuration
Posted on Monday, June the 17th 2024
1 min read

Field Note

The Spaces feature of Arc browser

arc browser tab
Posted on Wednesday, June the 12th 2024
1 min read

Field Note

Uninstalling a Helm release only if it exists

helm release uninstall
Posted on Monday, June the 10th 2024
1 min read

Field Note

Resizing an existing Lima VM's disk

lima vm disk
Posted on Friday, May the 31st 2024
1 min read

Field Note

Boostrapping a website with GatsbyJS

gatsbyjs website
Posted on Saturday, May the 25th 2024
1 min read

Field Note

Nushell `closure`s and higher order function patterns

nushell closure functional-programming
Posted on Thursday, May the 23rd 2024
1 min read

Field Note

Passing multiple build arguments to `docker build` from a `.env` file

docker dotenv build-arguments
Posted on Wednesday, May the 22nd 2024
2 min read

Field Note

The origin of the `.rc` suffix in shell configuration files

shell configuration rc
Posted on Tuesday, May the 21st 2024
1 min read
← Previous page Next page →
friedrichkurz.me

© 2025 Friedrich Kurz

Privacy Policy