"The art challenges the technology, and the technology inspires the art"
|
—
John Lasseter,
Director
|
|
|
Best 7 links of week #18, 2018
|
|
|
After toiling with Cross-Site Request Forgery on the web for, well forever really, we finally have a proper solution, it's Same-Site Cookies.
|
|
|
|
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.
|
|
|
|
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
|
|
|
|
If you have been using Node.js for sometime, you should know that it is single threaded. This is why you can’t take full advantage of multiple core machines unless you use the cluster module or a process manager like PM2.
|
|
|
|
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.
|
|
|
|
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!
|
|
|
|
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.
|
|
|
|