Tagged

JavaScript + TypeScript 7

‹ All tags RSS feed for this tag

Apr 08, 2024

Building a CLI from scratch with TypeScript and oclif

I'm building a pair of CLI programs in TypeScript and decided to use oclif for flag parsing and releasing. I needed something more than the getting started doucmentation they had so I wrote it myself.

Mar 22, 2023

Scratching an Itch: Command Line Budgeting

After over a decade of trying to budget using existing tools, I decide to write my own in TypeScript. It turned out great!

Aug 19, 2022

Published: Federation and Single Sign-On with OpenID Connect

After a years worth of work and a number of delays (on my end), I finally published my first liveProject with Manning!

Jan 11, 2022

Generate new Eleventy post drafts with Hygen

Making new boilerplate files is one of many tiny professional pet peeves that makes me ask "what would a real engineer do?" Answer: automate it!

Jan 04, 2022

Eleventy Custom Content Type Collections and Layouts

How-to on creating separate collections and layouts for a custom content type. In this case: cocktails!

Nov 27, 2020

Testable Documentation Spike #1: "It's Just Code"

My first spike on finding a system to take linted, tested code and outputting usable markup. This spike uses Docco to turn transpile commented JS files to HTML.

Oct 28, 2020

Technical Research: Testable Documentation

I've been thinking about documentation quite a bit lately, especially the code-centric type, and how to avoid punishing myself for spending time writing it. Here's the start of my research project to that end.

‹ All tags RSS feed for this tag