Jethro Larson

Jethro Larson @jethrolarson

Joined:
Jan 3, 2020

Jethro Larson
articles - 14 total

i cant today

a bug i posted a fix for 11 months ago only today released like bruh, i can't today i have to...

Learn More 0 0Oct 31 '24

TypeScript Tagged Unions are OP

Ever struggled with handling multiple object shapes in TypeScript and wished for a more type-safe...

Learn More 1 0Oct 9 '24

Streaming ChatGPT API responses with python and JavaScript

It took me a while to figure out how to get a python flask server and web client to support...

Learn More 4 3Mar 21 '23

Creating link tags to locales for SEO in NextJS

This wasn't hard but I didn't find good search results for it so here's a quick tip. I'm using...

Learn More 10 3Jun 30 '22

Beautiful Functions: Psi

Continuing on with my last post, I want to look at another function which I consider particularly...

Learn More 14 1Jan 7 '22

Beautiful Functions: Compose

I'd like to take a look at some functions whose form and function are the epitome of elegant. The B...

Learn More 32 2Dec 30 '21

Git push pitfalls to watch out for

Git is powerful but its relatively terse and obtuse api can make it hard to be sure what commands are...

Learn More 4 0Oct 29 '21

The Math of TypeScript's Types

I've been studying functional programming for a few years and in doing so I've learned a lot about...

Learn More 8 7Oct 2 '21

5 tips for creating dysfunctional teams

There are so many blog articles showing how to make teams more effective but what if you need your...

Learn More 3 0Sep 9 '21

Functional React State Management with FunState and TypeScript

React 16.8 gave us hooks, a concise way of organizing our components and separating complexity from...

Learn More 6 0Jul 23 '21

A Case for snake_case

The common naming convention in many languages I've used over the years has been camelCase. I've come...

Learn More 5 0Dec 10 '20

Mapping out your Projects

I've been kicking around in my head the basic way I do project management for non-software stuff and...

Learn More 6 0Aug 27 '20

Eliminating Partial Functions by Balancing Types in TypeScript

When writing software it's valuable to avoid code that throws exceptions as they lead to problems...

Learn More 9 0Jan 13 '20

Intro to Functional Combinators in Javascript

Functional programming is at its core about using functions as the primary means of building...

Learn More 47 8Jan 3 '20