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

---
title: Best Golang News posts — August 2022 | daily.dev
description: The most upvoted Golang News posts from August 2022, curated by the daily.dev community.
canonical: https://daily.dev/sources/glc/best-of/2022/08
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/glc/best-of/2022/08
og:type: website
og:site_name: daily.dev
og:title: Best Golang News posts — August 2022 | daily.dev
og:description: The most upvoted Golang News posts from August 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 — August 2022

1. 1  
[](https://daily.dev/posts/a-personal-information-dashboard-for-your-terminal-developed-in-golang-2xsgzsqyo "A personal information dashboard for your terminal, developed in Golang")  
Article  
![Avatar of glc](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/glc)Golang News · 4y  
A personal information dashboard for your terminal, developed in Golang  
WTF is a personal information dashboard for your terminal, developed in Golang for those who spend most of their day in the command line. It provides a framework for rapidly viewing crucial at-a-glance information quickly. Keep an eye on your OpsGenie schedules, Google Calendar, Git and Github repositories.  
220  
16
2. 2  
[](https://daily.dev/posts/a-lightweight-alternative-to-elasticsearch-written-in-golang-llgyhtdxj "A lightweight alternative to Elasticsearch, written in Golang")  
Article  
![Avatar of glc](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/glc)Golang News · 4y  
A lightweight alternative to Elasticsearch, written in Golang  
Zinc is a lightweight alternative to Elasticsearch and runs using a fraction of the resources. It uses bluge as the underlying indexing library. It is a drop-in replacement for Elasticsearch if you are just ingesting data using APIs and searching using kibana.  
23  
1
3. 3  
[](https://daily.dev/posts/how-to-implement-grpc-with-golang-x-rkef5u8 "How to implement gRPC with Golang")  
Article  
![Avatar of glc](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/glc)Golang News · 4y  
How to implement gRPC with Golang  
How to implement gRPC with Golang will show you how to build a basic unary server-client. The unary could be the simplest because it just involves a request and a response. The client makes the request by sending the needed information by calling the related method to execute the action.  
17
4. 4  
[](https://daily.dev/posts/how-to-create-an-automated-github-bot-in-golang-2v-is3q6l "How to create an automated GitHub Bot in Golang")  
Article  
![Avatar of glc](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/glc)Golang News · 4y  
How to create an automated GitHub Bot in Golang  
Golang Let’s look at how you can get started creating a bot written in Go that can interact with GitHub. To begin receiving GitHub events for you to react to (such as someone creating a pull request), you need to create a GitHub App.  
15
5. 5  
[](https://daily.dev/posts/a-golang-low-code-engine-to-create-web-services-and-dashboards-ruoyz8gma "A Golang low-code engine to create web services and dashboards")  
Article  
![Avatar of glc](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/glc)Golang News · 4y  
A Golang low-code engine to create web services and dashboards  
Low-Code Demo Application Yao allows developers to create web services by processes. Yao is a low-code engine that creates a database model, writes API services, and describes a dashboard interface just by JSON for web & hardware, no code, and 10x productivity. Yao has a built-in data management system.  
12
6. 6  
[](https://daily.dev/posts/substrings-vs-regular-expressions-benchmarking-in-golang-mlbrkt38w "Substrings vs. Regular Expressions – Benchmarking in Golang")  
Article  
![Avatar of glc](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/glc)Golang News · 4y  
Substrings vs. Regular Expressions – Benchmarking in Golang  
In this third part of a four-part series, we’ll cover benchmarking in Go using our text filtering tool as a test subject. Using these tools, we can garner insights on whether the tool runs faster (under these scenarios) using substring or pattern matching.  
12

[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/08#page","url":"https://daily.dev/sources/glc/best-of/2022/08","name":"Best Golang News Posts — August 2022","description":"The most upvoted Golang News posts from August 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/08#items","numberOfItems":6,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/a-personal-information-dashboard-for-your-terminal-developed-in-golang-2xsgzsqyo","name":"A personal information dashboard for your terminal, developed in Golang"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/a-lightweight-alternative-to-elasticsearch-written-in-golang-llgyhtdxj","name":"A lightweight alternative to Elasticsearch, written in Golang"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/how-to-implement-grpc-with-golang-x-rkef5u8","name":"How to implement gRPC with Golang"},{"@type":"ListItem","position":4,"url":"https://daily.dev/posts/how-to-create-an-automated-github-bot-in-golang-2v-is3q6l","name":"How to create an automated GitHub Bot in Golang"},{"@type":"ListItem","position":5,"url":"https://daily.dev/posts/a-golang-low-code-engine-to-create-web-services-and-dashboards-ruoyz8gma","name":"A Golang low-code engine to create web services and dashboards"},{"@type":"ListItem","position":6,"url":"https://daily.dev/posts/substrings-vs-regular-expressions-benchmarking-in-golang-mlbrkt38w","name":"Substrings vs. Regular Expressions – Benchmarking in Golang"}]},{"@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":"August 2022"}]}]}
```

