CATEGORY

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

Golang Type Assertion Explained with Examples

Golang type assertion is a mechanism for working with the underlying concrete value of an interface. Type switches use switch blocks for data types and allow …

By tuannguyen · 5 min read · GO