Blog | 博客

Never seen such a troublesome broker

Original link: https://retire50blog.wang/invest/%E6%B2%A1%E8%A7%81%E8%BF%87%E8%BF%99%E4%B9%88%E9%BA%BB% E7%83%A6%E7%9A%84%E5%88%B8%E5%95%86.html KayHian is a local brokerage in Singapore, which belongs to UOB Singapore United Overseas Bank. I am going to open an account for it at the end of 2020. It has been two years now, and I have only recently understood the process and operation methods. Write an essay and record […]

Never seen such a troublesome broker Read More »

Take notes with classmate Xiaoshu

Original link: https://nexmoe.com/199G3Z.html Forgot what a bookmark does? don’t be afraid Now you can take notes on bookmarks and quickly find them in search. Smarter data backup Now Xiaoshu will automatically and regularly back up your data for you. At the same time, record the browser and version number you use, so that you can

Take notes with classmate Xiaoshu Read More »

A few recommended practices for writing good JavaScript asynchronous code

Today, I will recommend a few recommended practices for writing JavaScript asynchronous code. Each scenario has a corresponding eslint rule, and you can choose to configure it. no-async-promise-executor Passing an async function to the constructor of new Promise is not recommended. // ❌ new Promise(async (resolve, reject) => {}); // ✅ new Promise((resolve, reject) =>

A few recommended practices for writing good JavaScript asynchronous code Read More »

Lazy loading of non-critical CSS

CSS files are render-blocking resources : they must be loaded and processed before the browser can render the page. Web pages that contain unnecessarily large styles take longer to render. In this guide, you’ll learn how to lazy load non-critical CSS with the goal of optimizing the critical rendering path and improving First Contentful Paint

Lazy loading of non-critical CSS Read More »

Detailed explanation of http CORS options request (preflight request)

1. Introduction to CORS for Cross-Origin Resource Sharing The entire CORS communication process is automatically completed by the browser and does not require user participation. The key to implementing CORS communication is the server. Cross-origin communication is possible as long as the server implements the CORS interface. The OPTIONS request is a preflight request ,

Detailed explanation of http CORS options request (preflight request) Read More »

Inventory those black technologies used in low-latency network architecture!

Hello everyone, I’m Fei Ge! Recently, I briefly studied the low-latency network architecture and shared it with you today. When it comes to an excellent low-latency network architecture, the first thing that comes to mind is the Internet giants, such as Tencent Alibaba Bytes. They always feel that the big companies must do the best.

Inventory those black technologies used in low-latency network architecture! Read More »