BLOG

Latest Articles

[SOLVED] Define GO function with multiple types

We can either use an empty interface using interface{} or use generics to define golang function accept two types or multiple types as an input.

By tuannguyen · 4 min read · GOLANG Solutions

Why Application Support Services is Important

Information technology is currently at the center of driving business growth and performance hence the need to implement them. However, businesses may not

By admin · 5 min read · Application Services

Golang Context Complete Tutorial with Examples

The golang context package is part of the standard library. It defines a Context struct type and three functions— withDeadline(), withCancel(), and …

By admin · 9 min read · GO