Updating the about me
All checks were successful
GitHub Pages / deploy (push) Successful in 28s

This commit is contained in:
2026-03-01 11:31:54 -06:00
parent d560b83da9
commit e3d320d581
2 changed files with 14 additions and 2 deletions

10
content/posts/kla.md Normal file
View File

@@ -0,0 +1,10 @@
+++
title = 'KLA'
date = 2024-01-28T20:45:05-06:00
draft = true
+++
You know what I love, when things have documented HTTP Restful APIs. They make it possible for me to configure things without having to log in to some UI. It also enables me to automate or write scripts to make managing those things easier. Another thing I love is the terminal. I spend most of my engineering time in one, even preferring something like [helix](https://helix-editor.com/) over VSCode. Given these two loves it was only inevitable I ended up creating [kla](https://github.com/d1ngd0/kla).
Kla is an open source replacement for curl (you know, because we needed that) that also allows you to create templates, which can take arguments, to easily create https requests against a RESTful API. While I do regularly use it in my day to day now, it started as an excuse to learn rust.