Curious About Technology

Welcome to Coding Explorations, your go-to blog for all things software engineering, DevOps, CI/CD, and technology! Whether you're an experienced developer, a curious beginner, or simply someone with a passion for the ever-evolving world of technology, this blog is your gateway to valuable insights, practical tips, and thought-provoking discussions.

Recent Posts

Understanding the "go build" Command
go, golang, build Noah Parker go, golang, build Noah Parker

Understanding the "go build" Command

The Go programming language is popular for its simplicity, performance, and strong support for concurrency. One of the many tools that make Go development a breeze is the go build command. In this post, we will delve into the go build command, its arguments, how it determines which files to include/exclude, and the concept of build tags and constraints.

Read More