TAG

Golang

Master Golang Enum Techniques: Don't be a Rookie

Explore the dynamic world of Golang Enum. Unearth powerful strategies, avoid common pitfalls, and harness the full potential of enums to enhance your code's …

By antonyshikubu · 17 min read · GO

Golang Constructor Tutorial

we learn about Go constructors. Go does not come with constructors natively but provides ways to construct new types. Constructor functions are ordinary …

By antonyshikubu · 6 min read · GO

Golang http - Create HTTPS Server and Client

Use golang http to setup a basic and advanced web server and client. The client go code will establish communication with HTTPS server over TLS, MTLS or …

By tuannguyen · 12 min read · GO

Golang Graphql Tutorial with Examples

Complete golang graphql tutorial with sample schema and resolving the content with schema. Integrate graphql with HTTP

By tuannguyen · 7 min read · GO