I rewrote a PHP script in Go

Photo by Ben Griffiths on Unsplash This is a short story detailing one of my successful projects, which I hope I’ll never need to repeat. I happened in the older times, in the pre-COVID era. SEO had an old PHP script The script was in fact a small PHP server running on a Windows server. It served a single unattractive HTML form allowing users to upload a SVC file and receive another CSV file in response....

January 7, 2024 · 4 min · Dror Nir

A Declarative Config for Golang

A Declarative Configuration lib for Go I’m thinking about building a Go package (and CLI) to let me just declare a schema of a config, and use code generation on top of that to declare how I want to Marshal and Unmarshal it into anything that makes sense. I want to try to make a case in favor of writing it before I actually roll up my sleeves and write it....

July 25, 2023 · 9 min · Dror Nir