Blog

Here is a collection of articles that I have written about software development, software testing, DevOps, and developer education.

Here we are on day 11, where I solved the Stringers Exercise.

Here we are on day 10. Today I read about and played with Type Assertions, Type Switches, and Stringers in Go.

Here we are on day 9. Today, I dove down a proverbial rabbit hole. While intending to learn more about Go's Empty Interface, I ended up reading about Abductive and Deductive reasoning, and Duck, structured, and nominal typing.

If you're encountering "General error - 8 attempt to write a readonly database" when working with SQLite, and confused because the write permission's set on the file, here's the solution.

Learning Golang. Day 8

May 19, 2022

Here we are on day 8. Today, I started learning about methods, pointer receivers, and interfaces.

Learning Golang. Day 7

May 17, 2022

Here we are on day 7. Today, I started learning about closures!

Learning Golang. Day 6

May 16, 2022

Here we are on day 6 – the start of the week two. Today, was a slower day, where I focused on one topic, maps!

Learning Golang. Day 5

May 13, 2022

Here we are on day 5 – the end of the first week. Today, I solved the Slices exercise!

Learning Golang. Day 4

May 12, 2022

Here I am at day 4. Today, I learned about the range function and started the slices exercise...but got stuck.

Learning Golang. Day 3

May 11, 2022

Here I am at day 3. Today, I started learning about pointers, arrays, slices, and structs!