The cover picture shows the new nest of tangyuan at home. Recently, I always like to sleep on the “authoritative guide to JavaScript”. It seems that I also want to write the front end.

Record the front-end trend technology seen every week, and publish it in the way of grounding gas after screening. At the same time, you can also follow the “Fliggy F2E” public number to get update notification

The front-end technology

Use the Whistle as a substitute for your Web debugging tool zhuanlan.zhihu.com/p/79037633 Charles a good tool for debugging, and open source, when see him how to use this article.

Common sense concept map construction and application in the Meituan scene tech.meituan.com/2021/06/24/… Helping machines do a good job of understanding natural language text, building a body of knowledge is a direct way to help natural language understand more accurately.

Is to understand AsyncHooks mp.weixin.qq.com/s/08AVmJLMd… Well, the first time I’ve seen this feature, the “Async_hooks module provides an API for tracing asynchronous resources”.

Write a simple browser – HTML parser mp.weixin.qq.com/s/ku6yNZqIK article… But if you were to write a simple HTML Parser converter, what would you do?

Trend of open source

FZF: Command line fuzzy finder

Github.com/junegunn/fz…

Lowdb: a micro database for small projects github.com/typicode/lo… Support browser, Node, Electron, super lightweight directly with JSON mode.

import { join } from 'path';
import { Low, JSONFile } from 'lowdb';
const file = join(__dirname, 'db.json');
const adapter = new JSONFile(file);
const db = new Low(adapter);

await db.read();

db.data ||= { posts: []}; db.data.posts.push('hello world');
db.data.posts[0];

const { posts } = db.data;
posts.push('hello world');

await db.write();
Copy the code

Sucrase: Super fast Babel replaceable tool github.com/alangpierce… There is also a new tool, Snowpackjs/Astro, to try.

Rustdesk: Another remote desktop software github.com/rustdesk/ru… Out-of-the-box remote desktop software that replaces TeamViewer and AnyDesk without any configuration.

Node Cli Development Best Practices github.com/lirantal/no… For the students who write tools, you can give a look at one of the suggestions.

His shan zhishi

After feed the Mao Xuan and lu xun complete works to AI, write the university entrance exam composition too right zhuanlan.zhihu.com/p/384410563 articles written by lu xun pass me zhou shuren what things?

The victory of SHEIN: long-term socialist www.huxiu.com/article/437… This paper will make an in-depth interpretation of SHEIN from the three dimensions of flow, supply chain and management.

Figma Plugin for UI designers www.uisdc.com/10-figma-pl… “Flying Horse” is a tool that many people say is very useful, but I was still used to Sketch after learning it.

What are the effects of interactive marketing products super easy to use? www.uisdc.com/marketing-d… <> Looks good, combined with the business use of the way to dynamic design.