Golang
Week 1 of learning Golang. Here are a few things I found interesting about Go: 1. Go is sort of Object-Oriented...
Week 2 of learning Golang: Speed-running has been my method of learning Go for the past week. Having learnt Python and C, I skipped some parts of A To...
Week 3 of learning Golang. It's been a while! Yeah, I just graduated and spent some time traveling with my parents! Recently, I've been doing Go chall...
I love how Go does error-handling! Error handling is not done via exceptions in Go. Instead, errors are normal values of types that implement the buil...
Have not made any update to my Golang journey, because I had been busy building my first Golang project over the past few weeks. This project was buil...