Dispatch 5 (and various misc. updates)

This commit is contained in:
David Eisinger
2023-07-02 22:55:35 -04:00
parent d86d681da3
commit 2efcf477e3
12 changed files with 2882 additions and 15 deletions

View File

@@ -15,6 +15,10 @@ references:
url: https://cerebralab.com/Imaginary_Problems_Are_the_Root_of_Bad_Software
date: 2023-06-20T16:28:39Z
file: cerebralab-com-qy5zqs.txt
- title: "When to Build Millennia Sewers"
url: https://taylor.town/millennium-sewer
date: 2023-07-03T00:32:43Z
file: taylor-town-5siv9a.txt
---
### Thoughts on priorities in software development
@@ -28,7 +32,9 @@ references:
* [The Grug Brained Developer][1]
* [Even Amazon can't make sense of serverless or microservices][2]
* [Imaginary Problems Are the Root of Bad Software][3]
* [When to Build Millennia Sewers][4]
[1]: https://grugbrain.dev/
[2]: https://world.hey.com/dhh/even-amazon-can-t-make-sense-of-serverless-or-microservices-59625580
[3]: https://cerebralab.com/Imaginary_Problems_Are_the_Root_of_Bad_Software
[4]: https://taylor.town/millennium-sewer

View File

@@ -47,6 +47,7 @@ I find [Go][1] really compelling, even though it's not super applicable to my jo
* [SyncThing][5]
* [Restic][6]
* [Gotenberg][7]
* [Shiori][8]
[2]: https://gohugo.io/
[3]: https://caddyserver.com/
@@ -54,29 +55,30 @@ I find [Go][1] really compelling, even though it's not super applicable to my jo
[5]: https://syncthing.net/
[6]: https://restic.net/
[7]: https://gotenberg.dev/
[8]: https://github.com/go-shiori/shiori
### Project Ideas
* Bookmarking app (Pinboard replacement)
* Note-taking / journaling app
* [StevieBlocks][8]
* [StevieBlocks][9]
{{<thumbnail project1 "400x" />}}
[8]: https://gist.github.com/dce/f975cb21b50a2cf998bf7230cbf89d85
[9]: https://gist.github.com/dce/f975cb21b50a2cf998bf7230cbf89d85
### Resources
* [Standard Go Project Layout][9]
* [The files & folders of Go projects][10]
* [Why David Yach Loves Go][11]
* [One process programming notes (with Go and SQLite)][12]
* [Go Project Layout][13]
* [Gopher Wrangling. Effective error handling in Go][14]
* [Standard Go Project Layout][10]
* [The files & folders of Go projects][11]
* [Why David Yach Loves Go][12]
* [One process programming notes (with Go and SQLite)][13]
* [Go Project Layout][14]
* [Gopher Wrangling. Effective error handling in Go][15]
[9]: https://github.com/golang-standards/project-layout
[10]: https://changelog.com/gotime/278
[11]: https://cloud.google.com/blog/products/application-modernization/why-david-yach-loves-go
[12]: https://crawshaw.io/blog/one-process-programming-notes
[13]: https://medium.com/golang-learn/go-project-layout-e5213cdcfaa2
[14]: https://stephenn.com/2023/06/gopher-wrangling.-effective-error-handling-in-go/
[10]: https://github.com/golang-standards/project-layout
[11]: https://changelog.com/gotime/278
[12]: https://cloud.google.com/blog/products/application-modernization/why-david-yach-loves-go
[13]: https://crawshaw.io/blog/one-process-programming-notes
[14]: https://medium.com/golang-learn/go-project-layout-e5213cdcfaa2
[15]: https://stephenn.com/2023/06/gopher-wrangling.-effective-error-handling-in-go/

View File

@@ -2,6 +2,11 @@
title: "Good Tests"
date: 2023-05-12T23:40:19-04:00
draft: false
references:
- title: "A year of Rails - macwright.com"
url: https://macwright.com/2021/02/18/a-year-of-rails.html
date: 2023-07-03T02:52:03Z
file: macwright-com-o4dndf.txt
---
_(Notes for a Viget article I'm putting together)_