serverless AWS λ + Serverless framework and DynamoDB How about using the Lambda function and not worrying too much about availability with guaranteed execution and direct access to DynamoDB? The purpose of this article is to show you
npm Interesting npm features and quirks you may not know about npm is the node package manager. If you are using Node.js, you will have used it and you will be familiar with it, but since it works so well
JavaScript Webpack Module Bundler What is Webpack? Webpack is a module bundler. It takes Modules with dependencies and generates static assets representing those modules. The official webpack docs are somewhat difficult to process, so
BackboneJS Create a Frontend App in Backbone We’ll be making a Superadmin Account Manager as P.O.C. frontend app. The goal of this application is to manage our accounts and users. This post will cover
Nginx Set up your Local Battleground There is no such thing as always online. As any seasoned developer will second, domesticated or not, you need a local environment to develop. The bigger and more versatile your
Nodejs Brew it, goddamnit* * You’ll thank me later. If you own a mac and are an aspiring coder, get HomeBrew. And Xcode. But this post is about brew. Homebrew installs the stuff you