×
Go

Excelize 2.8.0 Released - Powerful open-source library for spreadsheet (Excel) document

Excelize is a library written in pure Go providing a set of functions that allow you to write to and read from spreadsheet documents, the community just announce the release of version 2.

Time Series Database – Solution to the Problem of Timeline Expansion (High Cardinality)

This article mainly discusses some feasible solutions for InfluxDB when it encounters the problem of high cardinality in the written data.

dubbo-go-pixiu: The Mythical Animal of Cross-Language Calls in Dubbo

This article discusses the history, features, and core functions of Pixiu.

Effectively Overcome Python's Shortcomings with Go+

In this post, Wang Yi of Ant Group shares the reasons why he follows Go+ and explores how it can help overcome shortcomings in Python.

A Brief on RSocket and Reactive Programming

This article summarizes some of the author's thoughts when implementing RSocket SDK for Go and Rust.

Get Started with Go

This article is a Go Language 101 overview from the perspective of a recent learner.

Deploying a BeeGo Application on Function Compute

This article covers the deployment of a Beego Application on Function Compute using the Alibaba Cloud management console.

Brief Introduction to Distributed Consensus: Raft and SOFAJRaft

This article gives a brief overview of Distributed Consensus.

Dubbo-Go 3.0: Enter the Cloud-Native Era with gRPC

This article focuses on the new communication protocol and application-level service registration and discovery model of dubbo-go 3.0.

Simplifying Knative: Application Deployment and Access

This article describes the application deployment and service access in Kubernetes and then comparing it in Knative.

OpenYurt v0.3.0 Released: Improve Application Deployment Efficiency in Edge Scenarios

This article discusses the release of OpenYurt v0.3.0.

Go 2019 Survey Report (Including Go Map Download)

The article is a summary of the 2019 Go programming language survey report. Learn about the latest Go updates with an array of supporting data.

Is Java Still the Best Choice Now That Go Is Available?

Amid the emergence of many new asynchronous frameworks and languages, this article throws light on how WISP 2 brings the coroutine capability of Go into Java to keep it up to date.

Quick Guide to Setup Go Project on Alibaba Cloud

This tutorial introduces the Go project and discusses how you can set it up on Alibaba Cloud.

Deploying a Go Application to an ECS Instance

In this article, we will introduce how to deploy a Go application to an Alibaba Cloud ECS instance.

Build a Blockchain with Less Than 200 Lines of Go

Blockchain technology holds tremendous potential to transform business processes across all verticals.

PouchContainer Engineering Quality Practice

As PouchContainer develops, consistent code specification is needed to keep the code maintainable. This article shares PouchContainer practices in cod...

PouchContainer Goroutine Leak Detection Practices

We will introduce how PouchContainer deals with goroutine leaks, including what constitutes a goroutine leak, how they can be detected, and the kinds of tools that can be used for analysis.