Key features of Astro JS for static website building
astrojs static-website framework
Posted on Sunday, June the 23rd 2024
1 min read
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