Daily Golang Issue #6 (2024-08-19)

πŸ”₯ 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.

Daily Golang Logo

Daily Golang

Daily Golang is your daily and weekly source for everything about the Go (Golang) programming language. Get the latest news, tips, tutorials, and more delivered straight to your inbox.
    Marketing permission (GDPR) I give my consent to Max Kovalevsky to be in touch with me via email using the information I have provided in this form for the purpose of news, updates and marketing.
    How often would you like to receive the newsletter?
    We won't send you spam. Unsubscribe at any time.

    Why Subscribe to Daily Golang?

    • Receive fresh Go programming content in your inbox every day and week.
    • Keep up with the latest news, trends, and developments in the Go community.
    • Access tips, tutorials, and best practices to enhance your Go programming expertise.
    • Save time with hand-picked articles and resources relevant to your Go journey.

    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

    • Safer Enums in Go
      • This post explores how to implement safer enums in Go, providing strategies to avoid common errors associated with enums and ensuring type safety in your code.
    • Random testing in Go by John Arundel
    • Sign in with Google in Go
      • This post walks you through implementing Google OAuth authentication in a Go application. It covers setting up OAuth credentials, integrating with Google’s API, and handling user sign-ins securely within your Go projects.
    • Building an interactive shell in Golang
      • The author provides a guide to creating an interactive command-line shell in Go. The post covers topics like handling user input, executing commands, and managing the shell’s environment, offering a practical approach to building robust CLI tools.

    πŸ“Ή Videos

    πŸ› οΈ Projects

    • sirupsen/logrus
      • Logrus is a structured, pluggable logging library for Go, designed to provide a flexible logging framework that supports various output formats and hooks.
    • fergusstrange/embedded-postgres
      • Embedded Postgres allows running a real Postgres database locally as part of another Go application or test, providing a simple way to include Postgres in your development environment.