Rez Moss
Digital Reflections: Exploring Tech, Innovation & Ideas
Home
Book
Blog
Tools
About
golang
Parse Quoted Strings and Detect Character Types with Utility Functions 7/7
-
Jan 2026
Go’s strconv package provides a comprehensive set of utilities for parsing quoted strings and analyzing charact...
String and Character Quoting - Quote Functions in Go 6/7
-
Dec 2025
Introduction to Go’s Quote Functions When working with strings in Go, you’ll often need to create properl...
Efficient String Building - Append Functions in Go 5/7
-
Nov 2025
When building strings in Go, especially when dealing with dynamic content or multiple values, traditional string conc...
Converting to Strings - Format Functions 4/7
-
Oct 2025
When you’re working with Go, you’ll frequently need to convert various data types into their string repre...
Parsing Booleans and Integers in Go: ParseBool, ParseInt, and ParseUint 2/7
-
Aug 2025
String parsing is a fundamental operation in Go programming. Whether you’re reading configuration files, proces...
Go String to Int: Complete Atoi & Itoa Guide (With Examples) 1/7
-
Aug 2025
Learn Go's strconv.Atoi and Itoa functions with practical examples. Covers error handling, edge cases, and ParseInt for production code.
Build a Disk Partition Analyzer in Go: Storage Analysis Tool
-
Jun 2025
Create a disk partition analyzer in Go. Learn to read partition tables, calculate usage statistics, and build a storage analysis CLI tool.
Zero-Config Service Discovery in Go: Build Your Own System
-
Apr 2025
Build a zero-configuration service discovery system in Go. Learn mDNS, DNS-SD, and automatic service egistration for microservices.
Build a Terminal System Monitor in Go: CPU, Memory & Processes
-
Feb 2025
Step-by-step tutorial: Create a real-time system monitor in Go. Track CPU usage, memory consumption, network activity, and processes with a terminal dashboard.
New Iterator Features in Go 1.23
-
Jan 2025
Go 1.23 introduces new iterator features that simplify common programming patterns. Here’s what’s changed a...
Next page →