Zheng Caiyun front-end tabloid no. 118

For more past tabloids, visit: weekly.zoo.team

  1. How does idle fish implement a complete set of buried point automation verification scheme? -InfoQ

Background As a national second-hand trading App, Thousands of second-hand and idle goods are released every day by Xianyu. Accurate and personalized product recommendation is the secret to facilitate the rapid transaction of Xianyu users. The accuracy of search recommendation algorithm is closely related to the accuracy of buried data. Once buried point data appear problem, the user side will appear to recommend commodities inaccuracies, such problems as excessive recommended, at the same time, macro trading market data statistics will have deviation, thus affecting the whole commodity operating strategy, so to take effective measures to ensure quality of burial site has become a spare key to fish the client quality assurance. Problem with the past year idle fish customers

  1. Front-end engineering: Build performance testing library “source code + video” from scratch

After chatting, I came to some conclusions: these readers generally work in small and medium sized companies, with single-digit front-end staff, busy development, almost no infrastructure within the team, and wild tools. Engineering is so new to these readers that they have little idea what it is or think that Webpack is all about front-end engineering. The author is currently working in the infrastructure group of a factory, providing…

  1. What’s new on the front end in 2021?

Latest direction point forecast

  1. All data can be configured: iQiyi overseas station operation background design practice

Iqiyi’s overseas App is a re-launch. For the top navigation, my page, pop-ups and so on in the App, operation management should be carried out according to different dimensions such as mode, version, platform, language, channel and so on. With the rapid development of the business and the rapid iteration of the version, how to maintain the efficient, stable and flexible allocation of operational resources and how to provide support for the new operational requirements in an efficient and stable manner are the problems we need to solve.

  1. Read Serverless, this one is enough _ code fly _CC blog -CSDN blog _serverless

1. What is Serverless computing? FaaS and Baas 2.1 FaaS (Function as a Service) 2.2 Baas (Backend as a Service) 3. How does Serverless computing work? 4. What scenarios does Serverless apply to? 4.1 Scenario 1: Application Load Waves Are Significant…

  1. Build react, TS scaffolding from 0-1

Build react, TS scaffolding from 0-1

  1. Git branch development specifications you must know

There are currently several community specifications for how to write Commit messages. The Angular specification is currently the most widely used, reasonable and systematic. As shown in the figure below: Subject: Briefly explain the main purpose of this commit, and specially emphasize several points in the original text: 1. Use the imperative, isn’t it a very familiar and unfamiliar word, to portal here…

  1. Maven plugin automatically generates Mock test code

Are you still struggling to write a lot of unit tests? Are you still struggling to build the values of the wrapped classes? The mock unit test code automatically generates Maven plug-ins to solve the problem of developers spending a lot of time in unit testing, optimizing the efficiency and testing time of developers.

  1. My grandma saw the awesome front end scaffolding tutorial

When you think of scaffolding, you definitely think of vue-CLI. Some people are put off by vue-CLI’s cool features and interactions. Would you be a little excited if I told you that all we need is nodeJS to write something like vue-CLI? Now follow my steps to uncover the scaffolding bit by bit.

  1. React Optimization techniques for Raytracing on the Web (Middle)

In the last article, we introduced the JS operator overload scheme, which uses JSX instead of React. CreateElement in React. We can optimize our code to make it more concise and intuitive.