Abstract:

recommended

1. Application status of JavaScript in embedded devices and Internet of Things

Auth0.com/blog/javasc…

With the development of Web and the rise of JavaScript in recent years, JavaScript has been applied to many scenarios that were never imagined, from server, workstation, database, desktop environment to Internet of Things devices, JavaScript can be seen. This paper summarizes the application status of JavaScript in different embedded micro-devices, and selects representative devices to introduce specific use scenarios and practice methods.

Mikeal Rogers: Node.js will surpass Java in a year

Thenewstack. IO/open – source…

In a recent interview, Mikeal Rogers, one of node.js’s core creators and community managers, expressed optimism about the future of Node.js. He said node.js is now used by about eight million developers worldwide, and it’s growing by multiple times every year. While Java still leads the pack, it’s expected to surpass Java next year if Node.js can maintain its momentum.

Chromium new popover mechanism and HTML elements

Segmentfault.com/a/119000000…

JavaScript has had three methods alert(), Confirm (), and prompt() since its inception in 1995, and the Chrome team has been tinkering with how native popovers behave in subsequent versions of Chrome. However, such blocking pop-ups are often maliciously used by AD sites because JavaScript engines wait for pop-ups to occur until the user does something. So the biggest use of native pop-ups is not to prompt the user, but to hurt the user.

4. Html5 Pointer Event Api integrating mouse, touch, and stylus events

Mobiforge.com/design-deve…

Pointer Events API is one of the event specifications of Hmtl5. Its main purpose is to integrate Mouse, Touch and pen Events into a unified API.

other

1. Webpack 3.0 is officially released, with a list of new features

Mp.weixin.qq.com/s?__biz=MzI…

The Webpack team is pleased to announce the official release of Webpack 3.0. Since the 2.0 release, the Webpack team has become more connected to the community, providing a faster and more stable release process while prioritizing the functionality the community expects. For Webpack 3.0, users can easily and smoothly upgrade to enjoy performance improvements and new features such as Magic Comment.

2. Temper Chrome is an easy to use HTTP request modification plug-in

Zhuanlan.zhihu.com/p/27657281?…

Called Temper Chrome, this special feature allows developers to modify HTTP requests in real time to help with Web security testing. It runs on all operating systems, including Chrome OS.

3. CSS Animations vs Web Animations API

Css-tricks.com/css-animati…

Web Animation API is a JavaScript native Animation operation API, we will abbreviate WAAPI. Dan Wilson has also written a series of tutorials for you to check out. In this article, we will compare WAAPI and CSS3 Animation.

4. Data in visualization

Efe.baidu.com/blog/echart…

With the advent of big data, data visualization, as a new field, has attracted the attention of academia and industry. It is increasingly being used in everything from visual analytics to data journalism to business reporting. Since it is data visualization, it shows that data is the main body, and visualization is only a means to express data in visual form. Next xiaobian will uncover the veil of data in visualization together with you to see what it is.

5. Rust, WebAssembly, and Webpack

parg.co/byh

WebAssembly is a new binary format for running on the Web platform. We can compile languages like C, C++, and Rust into.wasm files and run them in a browser environment. Often the compiled code is significantly larger and faster than JavaScript. This article focuses on how to execute the underlying Rust code in a browser.