↧
You Don’t Know Node: Quick Intro to Core Features
This essay was inspired by the Kyle Simpson’s series of books, You Don’t Know JavaScript. They are a good start with JavaScript fundamentals. Node is mostly JavaScript except for a few differences...
View ArticleJSON is Not Cool Anymore: Implementing Protocol Buffers in Node.js
There’s a better alternative to the ubiquitous JSON as the communication protocol of the web. It’s Protocol Buffers (protobuf). In a nutshell, protobuf offers a more dense format (faster processing)...
View Article