A Missing README Isn't a Missing README

A missing README is rarely just missing documentation. It usually signals other things, too. ...

March 29, 2026 · 1 min · Jake Worth

Read the Docs

When learning a new language or framework, the first thing I do is read the official documentation cover-to-cover. ...

October 19, 2022 · 2 min · Jake Worth

Improve Your API Documentation Workflow with Dash

One of my all-time favorite programming tools is Dash by Kapeli. In this post, I’ll share some tips for leveraging this fantastic program. ...

August 21, 2022 · 4 min · Jake Worth

How to Read Postgres Docs

Have you ever tried to read the documentation for a Postgres command? Although many consider Postgres’ docs best-in-class, they include conventions that might challenge newbies. In this post, I’ll paraphrase Postgres’ conventions page to help us understand what the documentation for a command is saying. ...

March 21, 2022 · 3 min · Jake Worth