Skip to content

Commit

Permalink
Feed
Browse files Browse the repository at this point in the history
  • Loading branch information
rednafi committed Jan 9, 2025
1 parent 2b1c56b commit 0f63d9d
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions content/feed/2025.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,35 @@ images:
date: 2025
---

### January 09

#### [GopherCon 2015: Embrace the interface – Tomas Senart][14]

One great thing about Go is that you can grok a 10-year-old talk and still find it relevant.
Here, Tomas demonstrates the decorator pattern in idiomatic Go, showing how to add logging,
instrumentation, or retry functionality to an RPC function without polluting its core logic.
The result is a Python-like decorator workflow without syntactic sugar that feels native to
Go.

[14]: https://www.youtube.com/watch?v=xyDkyFjzFVc

---

### January 08

#### [Go developer survey 2024 h2 results][13]

> Similar to previous years, the most common use cases for Go were API/RPC services (75%)
> and command line tools (62%). More experienced Go developers reported building a wider
> variety of applications in Go. This trend was consistent across every category of app or
> service. We did not find any notable differences in what respondents are building based on
> their organization size. Respondents from the random VS Code and GoLand samples did not
> display significant differences either.
[13]: https://go.dev/blog/survey2024-h2-results

---

### January 07

#### [How I program with LLMs – David Crawshaw][12]
Expand Down

0 comments on commit 0f63d9d

Please sign in to comment.