Posts
-
Exploring Go: Channels
As a modern programming language, Go supports concurrent data transfer using a mechanism called channels. This may be new for... -
Exploring Go: Pointers
For programmers not familiar with Golang (or C/C++ kind of language), pointers may be a new thing that is quite...Implementing Interface in Python
An interface serves as a blueprint for classes in object-oriented programming. A formal interface defines a list of methods for...subscribe via RSS