Cloud Zone

Cloud Zone

Follow
homeCloudGoProxyCI/CDnuwabadges
Series

Go

Sharing about Go related

Articles in this series

Go Generics draft design Final

Sep 17, 20202 min read

This is continue of previous blog The syntax now is settled with [T any] syntax, without type keyword, where any indicates that there are no...

Go Generics draft design Final

Playing around at Go Generics draft design v2

Jul 25, 20201 min read

This is continue of previous blog After some discussion, the playground is updated with generic with [type T] syntax Using the example previous blog,...

Playing around at Go Generics draft design v2

Playing around at Go Generics draft design

Jun 20, 20201 min read

Recently Go has released an experimentation tool for generics. Here is my quick attempts. Contains function Playground link package main import...

Playing around at Go Generics draft design

Create a travel list app with Go, Fiber, Angular, MongoDB and Google Cloud Secret Manager

Apr 25, 20203 min read

Introduction I have been writing app service/REST/RPC in Go on and off quite awhile, for freelancing and side projects. I have use numbers of...

Create a travel list app with Go, Fiber, Angular, MongoDB and Google Cloud Secret Manager

Why I learn Go and why I never regret

Jun 5, 20193 min read

Background Few months earlier, when i started to design on my final year project for bachelor degree, I needed a programming language that can handle...

Why I learn Go and why I never regret