Productivity is the result of a commitment to excellence, intelligent planning, and focused effort.

HypeJS.

A place about all things JavaScript and more

Cover Image for Protocol Buffers in Go

Protocol Buffers in Go

Posted on:
Announcement: If you are interested to contribute with articles, contact me at georgerdp@gmail.com

I hope you are finding this platform useful and wishing you to have a good day!

Protocol Buffers (protobuf) is a language-neutral mechanism for serializing structured data. Used in distributed systems, APIs, and microservice architectures where efficient communication between services is important. Protobuf serializes data into a compact **binary representation**. This makes messages smaller and generally faster to serialize, transmit, and deserialize.

George Crisan
George Crisan

More Stories

Cover Image for Start using the Temporal API- Javascript

Start using the Temporal API- Javascript

Posted on:

JavaScript gets a predictable, timezone-aware, DST-safe date and time API and is available in the current version of Chrome, Safari (with useTemporal flag) and Node.js 23+.

George Crisan
George Crisan
Cover Image for The Power of Ten. Rules for Developing Safety-Critical Code in JavaScript

The Power of Ten. Rules for Developing Safety-Critical Code in JavaScript

Posted on:

To make this clear from the start, this article has my opinion on how to translate to JavaScript The Power of 10: Rules for Developing Safety-Critical Code, which was written with 'C' in mind. In safety-critical software systems, such as medical devices, aviation industry etc, reliability has primacy. Here’s how Gerard J. Holzmann's Power of Ten can be applied to JavaScript.

George Crisan
George Crisan
Cover Image for The Half-Distance Paradox. Simulation in Go

The Half-Distance Paradox. Simulation in Go

Posted on:

In this article, we'll explore a fascinating concept often referred to as the "half-distance paradox," using Go. This paradox comes from an idea in mathematics and philosophy, where a person or object is thought to always halve the distance between themselves and their goal, making it appear that they can never actually reach their destination. This program will simulate the concept and give us some insight into the way it behaves in computing.

George Crisan
George Crisan
Cover Image for The minimum subarray problem with JavaScript

The minimum subarray problem with JavaScript

Posted on:

The Minimum Subarray Problem can be compared to real-world scenarios where you want to minimize some negative outcome over a period of time or across sequential steps. Here's how it could relate to several real-life situations...

George Crisan
George Crisan