Skip to content

Latest commit

 

History

History
67 lines (47 loc) · 3.2 KB

Daily Golang Issue 9.md

File metadata and controls

67 lines (47 loc) · 3.2 KB
date draft slug title tags type public aliases
2024-08-29
false
daily-golang-newsletter-issue-9
Daily Golang Newsletter Issue #9
go
golang
newsletter
dailygolang
dailygolang
true

Daily Golang Issue #9 (2024-08-22)

🔥 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

  • Live website updates with Go, SSE, and htmx
    • This article explores how to implement live updates for websites using Server-Sent Events (SSE) in Go, combined with the htmx library. The post includes practical examples of how to keep web pages dynamically updated without requiring full-page reloads.
  • Writing a Go fuzz target by John Arundel
  • Sudoku, Go and WebAssembly
    • This post explores how to implement a Sudoku solver using Go and WebAssembly. The author walks through the process of compiling Go code to WebAssembly, making it runnable in a web browser, and integrating it with a simple web-based Sudoku interface.
  • How does Go parseInt?

📹 Videos

🛠️ Projects

  • Delta456/box-cli-maker
    • A Go package that enables you to create highly customized boxes for command-line interfaces (CLI), providing a simple way to beautify terminal output.
  • alexflint/go-arg
    • A Go library that offers struct-based argument parsing, making it straightforward to define and parse command-line arguments using Go structs.

Max Kovalevsky, a software developer

Prague, the Czech Republic