Donald FeuryUtilize Redis with Golang (Go)The other day I was looking to see how difficult it would be to utilize Redis in a go program, not for a specific use case, just in…Aug 29, 2020Aug 29, 2020
Donald FeuryTotal Database Control in Go with GormCheck out the video for some more elaboration on the topics below.Aug 18, 2020Aug 18, 2020
Donald FeuryWhat are ORMs and why should you use them?Check out the video for some more elaboration on the topics below.Aug 17, 2020Aug 17, 2020
Donald FeuryTake command of your go programs with Cobra 🐍CLI applications are extremely handy to use. Building out a lot of the nice features that good CLI apps have can be a bit time consuming…Aug 12, 2020Aug 12, 2020
Donald FeuryChannel your inner snek 🐍 to configure your Go programsShout out to my wife who makes these hilarious thumbnails, follow her on twitter and instagram for more art stuff.Aug 10, 2020Aug 10, 2020
Donald FeuryLet’s reflect on a failed business discussionSo just a few days ago, I was discussing an opportunity that came about from me being approached by another YouTube channel that…Aug 7, 2020Aug 7, 2020
Donald FeuryError Chains in Go 1.13Go added a neat feature in 1.13 that they call error chainsAug 6, 2020Aug 6, 2020
Donald FeuryGo has no exceptions, no try catch, only ERROR.Error handling in Go is pretty straight forward. There are no exceptions, there are no try catch blocks, there is only ERROR.Aug 6, 2020Aug 6, 2020