multi-line bash scripting

2020-03-19

 | 

~2 min read

 | 

244 words

In researching how to filter Git Commits by Author I found Adam Dymitruk’s bash solution. The reason I’m writing about this is not the…

object oriented javascript: extending classes

2020-03-19

 | 

~6 min read

 | 

1005 words

I’ve written in the past about OO in Javascript, but recently I was working on learning more about heaps and as I pulled together my own…

cloc: code base analysis

2020-03-18

 | 

~5 min read

 | 

914 words

Today is another entry in my Package Discovery series. The topic is project statistics with . Software is getting more complex. Look no…

filter git commits by author

2020-03-18

 | 

~2 min read

 | 

242 words

In the past, I’ve written about diving into the git log with grep and the pickaxe. Those do not search by the author of a commit, however…

typescript switch statement with enums

2020-03-17

 | 

~1 min read

 | 

199 words

We use Enums a lot in our Typescript code to make sure that we’re using a value that we expect. One way that we use the Enum is as the basis…

Hi there and thanks for reading! My name's Stephen. I live in Chicago with my wife, Kate, and dog, Finn. Want more? See about and get in touch!