Files
davideisinger.com/content/notes/golang/index.md
2023-07-02 22:55:35 -04:00

2.7 KiB

title, date, draft, references
title date draft references
Golang 2023-05-08T09:54:48-04:00 false
title url date file
Why David Yach Loves Go https://cloud.google.com/blog/products/application-modernization/why-david-yach-loves-go 2023-06-13T14:51:05Z cloud-google-com-windxx.txt
title url date file
One process programming notes (with Go and SQLite) https://crawshaw.io/blog/one-process-programming-notes 2023-06-13T14:49:51Z crawshaw-io-k5slfj.txt
title url date file
Go Project Layout https://medium.com/golang-learn/go-project-layout-e5213cdcfaa2 2023-06-13T15:00:02Z medium-com-efpmux.txt
title url date file
Gopher Wrangling. Effective error handling in Go | Stephen's Tech Blog https://stephenn.com/2023/06/gopher-wrangling.-effective-error-handling-in-go/ 2023-06-20T16:25:12Z stephenn-com-kbiijs.txt

I find Go really compelling, even though it's not super applicable to my job. When evaluating a new tool, I find I'm weirdly biased to things written in Go.

  • I like that it compiles, and have no desire to install someone else's Python
  • It just seems to hit the right balance of productivity, performance, simplicity, safety
  • The language (and the tech built with the language) just seems built to last

Questions to Answer

Projects I like

Project Ideas

  • Bookmarking app (Pinboard replacement)
  • Note-taking / journaling app
  • StevieBlocks

{{<thumbnail project1 "400x" />}}

Resources