Parish

Parish

Software Engineer. Interested in distributed systems and low level stuff. ( Golang, K8s, *nix Operating Systems )

19 Jun 2019

Debugging is not that bad

Here are my two cents on why I think debugging your own code first before looking for help elsewhere ( online/offline )...
11 May 2019

Golang Arrays

In Go, an array is a fixed length, ordered collection of values of the same type stored in contiguous memory locatio...