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 Difference Between Update and Save in GORM
go, golang, database Noah Parker go, golang, database Noah Parker

Understanding the Difference Between Update and Save in GORM

When working with databases in Go applications, the GORM library is a popular choice due to its powerful and developer-friendly ORM capabilities. Two of the most frequently used methods for modifying database entries in GORM are Update and Save. While they may seem similar at a glance, they serve distinct purposes and come with different behaviors and implications.

Read More