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 Empty Interfaces in Go
go, golang, programming Noah Parker go, golang, programming Noah Parker

Understanding Empty Interfaces in Go

In many programming languages, interfaces are used to define a contract that types must fulfill. Go, commonly known as Golang, is no different. One unique and powerful feature in Go’s type system is the empty interface. For those coming from dynamically-typed languages or even some statically-typed languages, this can be a curious concept.

Read More