Skip to content

Latest commit

 

History

History
72 lines (51 loc) · 3.29 KB

Daily Golang Issue 13.md

File metadata and controls

72 lines (51 loc) · 3.29 KB
date draft slug title tags type public aliases
2024-09-02
false
daily-golang-newsletter-issue-13
Daily Golang Newsletter Issue #13
go
golang
newsletter
dailygolang
dailygolang
true
daily-golang-6

Daily Golang Issue #13 (2024-08-26)

🔥 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

  • Anonymous structs in Go: What, How and When
    • The article explains the concept of anonymous structs in Go, highlighting their use cases and benefits. The author provides examples to demonstrate when and how to use anonymous structs for cleaner and more concise code.
  • Write packages, not programs by John Arundel
  • Let's build a CLI in Go with Cobra
    • This article expands on creating a CLI application in Go using the Cobra library. It delves into advanced topics like subcommands, flags, and structuring your code for scalability.
  • Reading Google Sheets from a Go program
    • The author, Eli Bendersky, guides you through connecting to and reading data from Google Sheets using Go, covering API setup and code implementation for seamless data access.

📹 Videos

🛠️ Projects

  • nutsdb/nutsdb
    • A simple, fast, embeddable key/value store written in Go, supporting fully serializable transactions and a variety of data structures, ideal for lightweight storage needs.
  • rubenv/sql-migrate
    • Sql-migrate is a SQL schema migration tool for Go, offering a simple way to handle database schema changes, with support for multiple databases and a clean, intuitive API.

Max Kovalevsky, a software developer

Prague, the Czech Republic