Kevin Wan
Kevin Wan's Blog

Kevin Wan's Blog

Follow
homebadges
Tag

Go Language

#go

More content

Read more stories on Hashnode


Articles with this tag

How I learned a programming language, and how I wrote a popular microservice framework.

Mar 30, 20223 min read

Learning The programming language that I'm talking about is Go, but I think it's almost the same for most programming languages. I've been coding for...

How I learned a programming language, and how I wrote a popular microservice framework.

Using Stream API to process data efficiently in Go

Jan 6, 202218 min read

What is Stream Processing Java developers should be very impressed with Stream API in Java, which greatly improves the ability to handle data...

Using Stream API to process data efficiently in Go

Reduce Response Time with MapReduce

Oct 4, 20216 min read

In microservice development, api gateways play the role of providing restful api to the outside world, and api data often depends on other services,...

Reduce Response Time with MapReduce

Cache System Stability

Jun 13, 20214 min read

In terms of cache stability, basically every cache-related article and share on the web talks about three key points. Cache penetration Cache...

Cache System Stability

Implmenting timeout in Golang

Jun 3, 20216 min read

Problems If the response time is too long, the users may have left this page, but the server is still consuming resources to process, and the result...

Implmenting timeout in Golang