Issue #39 · December 11, 2017

Securing Serverless Applications

“Computers are like Old Testament gods; lots of rules and no mercy”

Best 7 links of week #49, 2017

Securing Serverless Applications

Securing Serverless Applications

You need a new approach to security for serverless applications. Classic approaches just don’t make sense, because tools and process can only take you so far. This video from the latest AWS re:Invent will guide you step by step to securing your serverless applications.

Articles

A Deep Dive into InfluxDB

This article focus on InfluxDB, a database optimized to store and run time-series data. Influx can help us to gather metrics and understand how our applications are performing. If you are interested in these kind of topics, this article is worth checking it out.

Turbo: 5x faster than Yarn & NPM

A NEW alternative to yarn and NPM to install dependencies in JavaScript. Turbo claims to be 5 times faster than its competitors and it also runs natively in the browser!

React v16.2.0: Improved Support for Fragments

React 16.2 is now available! The biggest addition is improved support for returning multiple children from a component’s render method. We call this feature fragments : Fragments look like empty JSX tags. They let you group a list of children without adding extra nodes to the DOM.

Book of the week

Web Development with Node and Express: Leveraging the JavaScript Stack

Web Development with Node and Express: Leveraging the JavaScript Stack

by Ethan Brown

Learn how to build dynamic web applications with Express, a key component of the Node/JavaScript development stack. In this hands-on guide, author Ethan Brown teaches you the fundamentals through the development of a fictional application that exposes a public website and a RESTful API. You’ll also learn web architecture best practices to help you build single-page, multi-page, and hybrid web apps with Express.