Issue #60 · May 7, 2018

Cross-Site Request Forgery is dead!

“The art challenges the technology, and the technology inspires the art”

Best 7 links of week #18, 2018

Articles

TOAST UI

The TOAST UI Is a Free and Open-source JavaScript UI Libraries that offers very elaborate and useful components like a calendar, a text editor and charts.

Node v10 is Here

Let's take a look at the new features of Node.js v10, such as: HTTP2, ESM Modules, Error Codes, Fs Promises, the N-API & V8 6.6

BigInt: arbitrary-precision integers in JavaScript

BigInts are a new numeric primitive in JavaScript that can represent integers with arbitrary precision. This article walks through some use cases and explains the new functionality in Chrome 67 by comparing BigInts to Numbers in JavaScript.

Easing Linear Gradients

Linear gradients are easy to create in CSS and are extremely useful. As we'll go through in this article, we can make them visually much smoother by creating them with non-linear gradients. Well, non-linear in the easing sense, anyway!

Finger-friendly numerical inputs with `inputmode`

Forms are often a nightmare on mobile. We can make the process as pain-free as possible by reacting to context. Input fields that expect numerical values should have a numerical UI. Bringing up a numeric keyboard on small screens is easy on most platforms.

Book of the week

The Go Programming Language

The Go Programming Language

by Alan A. A. Donovan

The Go Programming Language is the authoritative resource for any programmer who wants to learn Go. It shows how to write clear and idiomatic Go to solve real-world problems. The book does not assume prior knowledge of Go nor experience with any specific language, so you’ll find it accessible whether you’re most comfortable with JavaScript, Ruby, Python, Java, or C++.