Go with Oracle Database – SQL Queries

This post will demonstrate how to connect to an Oracle database from Go using the Go DRiver for ORacle (godror) and execute SQL Queries. The code in this post is up on GitHub and was developed using Go 1.20.6 & VS Code running on Windows 10. I used a local version of the Oracle Database […]

Go: Excel to CSV

In this post I will demonstrate how to save all the worksheets within a Microsoft Excel file into individual CSV files using Excelize and the CSV functionality in the Standard Library. The code shown in this post can be found on GitHub and was developed using Go 1.20.5, Visual Studio Code with the Go Extension. […]

First Unit Test in Go with VS Code

This post will show you how to write a Unit Test in Go using VS Code. All the code examples can be found up on GitHub. Setup Create a new directory using a name of your choice and then open the directory in VS Code. Start the Integrated Terminal and create a new module using […]

Microsoft PowerToys Text Extractor

Text Extractor is one of the utilities included with Microsoft Powertoys and provides the ability to copy text from images and video to the Windows Clipboard. Using Text Extractor There is no UI for Text Extractor, instead it is enabled via the activation shortcut of which allows the selection of the text from an image […]