node Building a Node API with stateless authentication When building an api in Node I suddenly got the need to implement some form of simple authentication. I wanted to be able to create users and have them log in and access a bunch of secure routes. The solution turned out to be a simple combination of jwt, passport
build Simplifying the build process with Cake Ensuring your application can be built and deployed easily in a repeatable manner, consistent across multiple environments, is an important success factor in development. Enter cake.