-
Building Command Line Utilities in C# and Python
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2021 - July/August
Rod whips up a quick app to help a friend and ends up discovering some pretty cool multi-platform features that are part of command line utilities.
-
Introduction to the Go Programming Language
Last updated: Thursday, November 24, 2022
Published in: CODE Magazine: 2020 - November/December
Get started with the Go programming language. Use Visual Studio Code as your editor to write Go code. Learn Go variables, strings and data structures including arrays, slices, maps, structs and more. Go supports the standard if-else staement and switch statement. It supports the for loop. Learn to use Go functions, goroutines, packages and modules.
-
Five PowerShell cmdlets for Beginners
Last updated: Thursday, April 1, 2021
Published in: CODE Magazine: 2019 - May/June
The sheer number of PowerShell cmdlets that come straight out of the box with Microsoft products these days can be bewildering. Dan provides a handy guide to the most important ones.