-
Building Command Line Utilities in C# and Python
Last updated: Friday, December 26, 2025
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: Friday, May 8, 2026
Published in: CODE Magazine: 2020 - November/December
Wei-Meng Lee introduces readers to the Go programming language, highlighting its scalability, speed, and growing adoption in cloud computing and microservices. The article provides a comprehensive overview of Go's key features, including variables, data structures, functions, decision-making constructs, and its standout concurrency model using goroutines and channels. Lee also delves into creating and managing packages and modules, offering practical examples to help readers develop reusable code and integrate third-party libraries. With its straightforward syntax and powerful concurrency capabilities, Go is positioned as an accessible yet robust tool for modern application development.
-
Five PowerShell cmdlets for Beginners
Last updated: Friday, December 26, 2025
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.

