fbpx

Carl

undefined

Post By Carl

Traits, tests and things I learned

Traits In the Merriam Webster, a trait is defined as: an inherited characteristic a distinguishing quality In programming languages that support it, for example PHP, Java, Rust, etc., a trait provides a set of methods that implements behaviour to a class, and require...

read more

Go, Go, Go, GoLang

GoLang started back in 2009. I have been hearing about Go as a hot new language for the past almost 10 years. GoLang is fast. GoLang compiles the code into binary. The performance of Go is comparable to C and C++. Go (shortened version of GoLang) was created to be...

read more