Stephen Solka

Stephen Solka @trashhalo

About: VP of Engineering growing happy teams.

Location:
Washington, DC
Joined:
Jul 2, 2020

Stephen Solka
articles - 9 total

Astro Command unlocks the world

Introduction This weekend I built a new Astro component that lets callers use external...

Learn More 13 0Sep 19 '21

Reddit RSS

A tiny project I have been maintaining since April 2020 is an alternative rss feed for Reddit called...

Learn More 4 0Nov 9 '20

📰 Bypass paywalls; read your news on the terminal

Last night I built a new go tool to let me read websites on the command line. Readcli readcli http...

Learn More 10 1Oct 29 '20

Embrace the Pipe

The unix pipe operator is magical. As long as you write your application to read input from standard...

Learn More 5 0Oct 22 '20

Mocking http clients in Go

If you ever find yourself needing intercept a http client in go, httptest provides a facility to do j...

Learn More 7 0Oct 14 '20

Testable go with function types

A helpful pattern I've picked up writing test cases for go code is called Ports and Adapters. Skippin...

Learn More 5 0Oct 9 '20

Go errors.is cool

In 1.13 go introduced a new function on the errors package. Is. This lets you ask if the error you ar...

Learn More 8 0Jul 16 '20

Managing up through calendar stalking

Working at start-ups can be a pretty crazy experience. When everyone is running hard, one of the firs...

Learn More 3 0Jul 8 '20

How to ship more points

A lot can impact your velocity number. The kinds of tickets you have been taking, your mood, how you...

Learn More 4 0Jul 2 '20