Blog
algorithms
data structures
gatsby
go
javascript
react
Implementing a counter in Go to find the most popular characters in a string
January 11, 2021 • 3 min readA Go data structure for recording the counts of each character in a string and sorting it by character frequency, and then alphabetically in the case of a tie.
go
algorithms
data structures
Building a blog site with Gatsby
March 18, 2020 • 3 min readRendering pages from Markdown, adding a contact form with reCAPTCHA, and filtering articles by tags; on a Gatsby blog site, written in Typescript.
gatsby
javascript
react