Working on a large project. When to Use gRPC vs GraphQL. Call Python from Node

December 09, 2022

Chrome, 10 years later

In this post, the author reflects on his experience working on Google Chrome from 2007 to 2012, the impact of Chrome on the browser market and the personal challenges of working on a large project.

When to Use gRPC vs GraphQL

A balanced comparison between gRPC and GraphQL in terms of their features, such as their interface design, message format, and defaults.
This blog post also provides recommendations for when each protocol should be used and discusses the strengths and weaknesses of each protocol.

BONUS: Call Python from Node

Call Python from NodeJS directly in-process without spawning processes. Github repo