VSCode plug-in development overview– Xiao Ming

The author also wrote before Chrome plug-in development overview, very comprehensive, suitable for the novice to do plug-in development to learn.

The 16 most popular tech articles from Meituan’s tech team in 2020

The year 2020 is here! Read all the technical articles in one sitting

DDD as Code: How to interpret domain-driven design in Code?

🐎

How do YOU implement Retry correctly?– Ali Tao

If a request fails without stopping and retry, the downstream request pressure deteriorates further when the request fails.

If the retry interval is fixed, it is easy to cause synchronized pulse impact to the downstream. The problem is the same as above.

Random delay failed to retry. Although the request time was broken up, it still did not protect the downstream.

– > fuse

Remix TypeScript + GraphQL + DI + Decorator style to write Node.js applications

CSS fancy border animation- chokcoco

Some interesting border implementations

There are a few powerful JS operators you’ve never heard of