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

Utilizing Protocol Buffers (Protobuf) to Create API Contracts Between Web Server and Client
go, golang, protobuf, web Noah Parker go, golang, protobuf, web Noah Parker

Utilizing Protocol Buffers (Protobuf) to Create API Contracts Between Web Server and Client

As web applications continue to evolve, so does the necessity for efficient, scalable, and clear communication protocols between the server and the client. Traditional methods like RESTful APIs using JSON or XML have been popular, but there's another player in the arena: Protocol Buffers, or "Protobuf" for short. In this blog post, we'll explore how Protobuf can be used to establish clear API contracts between a web server and a client.

Read More