<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/sources/glc/best-of/2022/09" -->

---
title: Best Golang News posts — September 2022 | daily.dev
description: The most upvoted Golang News posts from September 2022, curated by the daily.dev community.
canonical: https://daily.dev/sources/glc/best-of/2022/09
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/glc/best-of/2022/09
og:type: website
og:site_name: daily.dev
og:title: Best Golang News posts — September 2022 | daily.dev
og:description: The most upvoted Golang News posts from September 2022, curated by the daily.dev community.
og:image: https://media.daily.dev/image/upload/s--VAY5ToZt--/f_auto/v1724209435/public/daily.dev%20-%20open%20graph
---

# Best of Golang News — September 2022

1. 1  
[](https://daily.dev/posts/a-golang-based-simple-easy-to-use-elegant-open-source-home-cloud-system-6-6yxeyob "A Golang based simple, easy-to-use, elegant open-source Home Cloud system")  
Article  
![Avatar of glc](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/glc)Golang News · 4y  
A Golang based simple, easy-to-use, elegant open-source Home Cloud system  
A Golang based simple, easy-to-use, elegant open-source Home Cloud system for your home Cloud system. Think about it seriously. Is control of our data, smart devices and digital assets now only in the hands of some big company? Is your photo album saved in their cloud service?  
67  
2
2. 2  
[](https://daily.dev/posts/a-lightweight-golang-alternative-to-electron-v9ey4mehn "A lightweight, Golang alternative to Electron")  
Article  
![Avatar of glc](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/glc)Golang News · 4y  
A lightweight, Golang alternative to Electron  
Wails v2.0 is a lightweight, Go alternative to Electron Wails. It's been about 18 months since the first v2 alpha and about a year from the first beta release. The v2 release is a giant leap forward for the project, addressing many of the pain points of v1.  
65  
5
3. 3  
[](https://daily.dev/posts/complete-free-golang-course-from-basics-to-advanced-topics-cefhy5h-e "Complete Free Golang Course – from basics to advanced topics")  
Article  
![Avatar of glc](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/glc)Golang News · 4y  
Complete Free Golang Course – from basics to advanced topics  
Golang is a programming language developed at Google in 2007 and open-sourced in 2009\. It was designed to combine the efficacy, speed, and safety of a statically typed and compiled language with the ease of programming of a dynamic language. It focuses on simplicity, reliability, and efficiency.  
62  
2
4. 4  
[](https://daily.dev/posts/how-to-use-buffalo-a-golang-rapid-web-development-framework-mhnmdinlr "How to use Buffalo, a Golang rapid web development Framework")  
Article  
![Avatar of glc](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/glc)Golang News · 4y  
How to use Buffalo, a Golang rapid web development Framework  
How to use Buffalo, a Golang rapid web development Framework Intro – Rapid Software Development in the Modern World with Golang. This post is the first in a planned series about rapid software development in the modern world. Buffalo can generate both pure backend API services and fully-fledged web apps with frontend matter included.  
25  
1
5. 5  
[](https://daily.dev/posts/a-golang-based-open-source-alternative-to-datadog-new-relic-etc-g9covliva "A Golang-based open-source alternative to DataDog, New Relic, etc")  
Article  
![Avatar of glc](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/glc)Golang News · 4y  
A Golang-based open-source alternative to DataDog, New Relic, etc  
SigNoz is a Golang-based open-source alternative to DataDog, New Relic, etc. You can see metrics like p99 latency, error rates for your services, external API calls, and individual endpoints. You can find the root cause of the problem by going to the exact traces causing the problem.  
22
6. 6  
[](https://daily.dev/posts/an-advanced-starter-golang-repository-template-8b-xc-nze "An advanced starter Golang Repository Template")  
Article  
![Avatar of glc](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/glc)Golang News · 4y  
An advanced starter Golang Repository Template  
An advanced starter Golang Repository Template is a GitHub repository template for Golang. It has been created for ease of use for anyone who wants to - quickly get into Go without losing too much time on environment setup, - create a new repository with essential Continous Integration. Star this repository if you find it valuable and worth maintaining.  
19
7. 7  
[](https://daily.dev/posts/a-tiny-web-application-golang-showcases-best-practices-of-running-microservices-in-kubernetes-zjrbsq4s8 "A tiny web application Golang showcases best practices of running microservices in Kubernetes")  
Article  
![Avatar of glc](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/glc)Golang News · 4y  
A tiny web application Golang showcases best practices of running microservices in Kubernetes  
A tiny web application Golang showcases best practices of running microservices in Kubernetes Podinfo. Podinfo is used by CNCF projects like Flux and Flagger for end-to-end testing and workshops.  
18
8. 8  
[](https://daily.dev/posts/a-golang-tutorial-about-a-standard-project-structure-with-grpc-sql-and-dependency-injection-gb-bi3as1 "A Golang Tutorial about a standard project structure with gRPC, SQL, and Dependency Injection")  
Article  
![Avatar of glc](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/glc)Golang News · 4y  
A Golang Tutorial about a standard project structure with gRPC, SQL, and Dependency Injection  
A Golang Tutorial about a standard project structure with gRPC, SQL, and Dependency Injection. We are going to create a basic login gR PC API, and when you finish, you will know how Standard g RPC API features are implemented in Golang.  
17
9. 9  
[](https://daily.dev/posts/a-golang-based-tool-for-glamorous-shell-scripts-1dlpodpyu "A Golang-based tool for glamorous shell scripts")  
Article  
![Avatar of glc](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/glc)Golang News · 4y  
A Golang-based tool for glamorous shell scripts  
Gum provides highly configurable, ready-to-use utilities to help you write shell scripts. The tool is designed to be embedded in scripts and supports all sorts of use cases.  
15
10. 10  
[](https://daily.dev/posts/golang-tutorial-on-how-to-use-websockets-jel-ok-pl "Golang Tutorial on How to Use Websockets")  
Article  
![Avatar of glc](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/glc)Golang News · 4y  
Golang Tutorial on How to Use Websockets  
WebSockets allow a browser to send messages to a server and receive event-driven responses without polling the server for a reply. For now, WebSockets are the number one solution for building real-time applications: online games, instant messengers, tracking apps, and so on.  
14

[See all Golang News archives](/sources/glc/best-of)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://daily.dev/sources/glc/best-of/2022/09#page","url":"https://daily.dev/sources/glc/best-of/2022/09","name":"Best Golang News Posts — September 2022","description":"The most upvoted Golang News posts from September 2022, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/glc/best-of/2022/09#items","numberOfItems":10,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/a-golang-based-simple-easy-to-use-elegant-open-source-home-cloud-system-6-6yxeyob","name":"A Golang based simple, easy-to-use, elegant open-source Home Cloud system"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/a-lightweight-golang-alternative-to-electron-v9ey4mehn","name":"A lightweight, Golang alternative to Electron"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/complete-free-golang-course-from-basics-to-advanced-topics-cefhy5h-e","name":"Complete Free Golang Course – from basics to advanced topics"},{"@type":"ListItem","position":4,"url":"https://daily.dev/posts/how-to-use-buffalo-a-golang-rapid-web-development-framework-mhnmdinlr","name":"How to use Buffalo, a Golang rapid web development Framework"},{"@type":"ListItem","position":5,"url":"https://daily.dev/posts/a-golang-based-open-source-alternative-to-datadog-new-relic-etc-g9covliva","name":"A Golang-based open-source alternative to DataDog, New Relic, etc"},{"@type":"ListItem","position":6,"url":"https://daily.dev/posts/an-advanced-starter-golang-repository-template-8b-xc-nze","name":"An advanced starter Golang Repository Template"},{"@type":"ListItem","position":7,"url":"https://daily.dev/posts/a-tiny-web-application-golang-showcases-best-practices-of-running-microservices-in-kubernetes-zjrbsq4s8","name":"A tiny web application Golang showcases best practices of running microservices in Kubernetes"},{"@type":"ListItem","position":8,"url":"https://daily.dev/posts/a-golang-tutorial-about-a-standard-project-structure-with-grpc-sql-and-dependency-injection-gb-bi3as1","name":"A Golang Tutorial about a standard project structure with gRPC, SQL, and Dependency Injection"},{"@type":"ListItem","position":9,"url":"https://daily.dev/posts/a-golang-based-tool-for-glamorous-shell-scripts-1dlpodpyu","name":"A Golang-based tool for glamorous shell scripts"},{"@type":"ListItem","position":10,"url":"https://daily.dev/posts/golang-tutorial-on-how-to-use-websockets-jel-ok-pl","name":"Golang Tutorial on How to Use Websockets"}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Sources","item":"https://daily.dev/sources"},{"@type":"ListItem","position":3,"name":"Golang News","item":"https://daily.dev/sources/glc"},{"@type":"ListItem","position":4,"name":"Best of","item":"https://daily.dev/sources/glc/best-of"},{"@type":"ListItem","position":5,"name":"September 2022"}]}]}
```

