/

Blog

Software engineer, Technical writer & Systems architect

...
Exception Handling in JavaScript

If you work with JavaScript, you know that errors are unavoidable—how you handle them determines whether they work for or against you. This article discusses best practices for handling errors in JavaScript.

Read more
...
Comparing Babel, Sucrase, and Similar Libraries

Compilers, transpilers, oh my! Learn how Babel and friends do their thing—which is the right for your JavaScript build environment?

Read more
...
What exactly are Protocol Buffers and where do we use them?

Protocol buffers, also known as protobufs, are a data serialization format developed by Google for efficient data exchange between systems. They are used for a wide range of applications, including communication between microservices, data storage, and data processing.

Read more
...
Nodejs Implementation of Protocol Buffers.

I've been working with Protocol Buffers (also known as Protobuf) recently and wanted to share a little bit about what they are and why they're useful.

Read more