Skip to content

Latest commit

 

History

History
71 lines (50 loc) · 3.27 KB

Daily Golang Issue 10.md

File metadata and controls

71 lines (50 loc) · 3.27 KB
date draft slug title tags type public aliases
2024-08-30
false
daily-golang-newsletter-issue-10
Daily Golang Newsletter Issue #10
go
golang
newsletter
dailygolang
dailygolang
true

Daily Golang Issue #10 (2024-08-23)

🔥 This newsletter issue was published 7 days ago in my Daily Golang newsletter. Subscribe to the newsletter to get newsletter issues with best and latest resources about Golang every day in your mailbox.

{{< dailygolangsubscription >}}

Your daily hub for Go news, insights, and projects

⚡️ Latest

Here are the newest blog posts, videos, and projects from the Go community and all around it.

🧭 Discoveries

Here is the list of discovered interesting blog posts, videos, and projects that are worth checking out.

📝 Blog Posts

  • Solving the Expression Problem in Go
    • This article delves into the "expression problem" in programming, which refers to the challenge of adding new data types and operations to a program in a type-safe way. The author explains how to address this problem in Go, offering patterns and examples to implement flexible and extensible code.
  • Testing CLI tools in Go by John Arundel
  • Go Enums Still Suck
    • This article revisits the topic of enums in Go, discussing the limitations and challenges developers face when implementing them in the language. The author critiques the current state of enums in Go and suggests ways to work around these issues, despite Go’s lack of native enum support.
  • Does Go Have Subtyping?

📹 Videos

🛠️ Projects

  • EchoVault/EchoVault
    • An embeddable and distributed in-memory alternative to Redis, designed for high availability and fault tolerance, making it ideal for caching and real-time data processing.
  • golang-module/carbon
    • Carbon is a simple, developer-friendly time manipulation library for Go, providing a rich set of functions for working with dates and times in a human-readable way.

Max Kovalevsky, a software developer

Prague, the Czech Republic