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

Exploring Go Fiber: A Fast Express.js Inspired Web Framework
go, golang, web, api, server Noah Parker go, golang, web, api, server Noah Parker

Exploring Go Fiber: A Fast Express.js Inspired Web Framework

Go has steadily gained traction in the world of server-side programming, offering a compelling blend of performance, strong typing, and concurrency tools. As Go's ecosystem grows, we're witnessing the emergence of robust web frameworks designed to simplify the development of Go applications. Among these is Go Fiber - an Express.js inspired framework that promises speed and flexibility.

Read More
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