Libraries are cool: don’t reinvent the wheel, don’t repeat yourself, compile once run everywhere… The list of buzzwords could go on!
However it’s often not long before libraries turn into…
dependency hell!
Continue reading
Libraries are cool: don’t reinvent the wheel, don’t repeat yourself, compile once run everywhere… The list of buzzwords could go on!
However it’s often not long before libraries turn into…
dependency hell!
Continue reading
Google’s Protocol Buffers is a structured way to serialize data.
Think JSON, on steroids.
We are going to discuss advanced Protobuf usage.
Continue reading