Building a Serverless REST API using MongoDB(mongoose), NodeJs and Serverless framework

I created this post, because while I was trying to deploy my first Serverless API, I realized the great lack of info, about how to do it using mongoose and how to test it locally. Source: Building a Serverless REST API using MongoDB(mongoose), NodeJs and Serverless framework

Writing WebAssembly By Hand

WebAssembly is a new language for the web, although unlike JavaScript it’s not a language you are expected to use directly. However, it is actually possible to write WebAssembly directly by hand and it turns out this is an educational and enjoyable process, which I will explore in this blog post. Source: Writing WebAssembly By …