If wages are calculated based on the amount of code, maybe it should be written like this!

Because the official account has changed the push rules, please click “Looking” and add “star” to get exciting technology sharing as soon as possible Click to follow the #InternetArchitect official account and get the full set of architect information here 0,2T architect learning materials dry content Previous article: Sharing of useful learning materials for 2T […]

If wages are calculated based on the amount of code, maybe it should be written like this!

Source: juejin.cn/post/7263760831052906552 Preface text Implement more interfaces Override equals and hashcode methods Add configuration items and parameters Add listening callback Build common tool classes Add new exception type Implement more design patterns Extended comments and documentation Conclusion If wages are calculated based on the amount of code, maybe it should be written like this! Foreword […]

If wages are calculated based on the amount of code, maybe it should be written like this!

This is a community that may be useful to you One-to-one communication/interview brochure/resume optimization/job search questions, welcome to join the “Yudao Rapid Development Platform” Knowledge Planet. The following is some information provided by Planet: “Project Practice (Video)”: Learn from books, “practice” from past events “Internet High Frequency Interview Questions”: Studying with your resume, spring blossoms […]

Push data? Maybe you don’t need WebSocket

When it comes to pushing data, you may first think of WebSocket. Indeed, WebSocket can communicate in both directions, and can naturally push messages from the server to the browser. But if you only push messages in one direction, HTTP has this function, which is Server Send Event. The communication process of WebSocket is as […]

Push data? Maybe you don’t need WebSocket

When it comes to pushing data, you may first think of WebSocket. Indeed, WebSocket can communicate in both directions, and can naturally push messages from the server to the browser. But if you only push messages in one direction, HTTP has this function, which is Server Send Event. The communication process of WebSocket is as […]

Push data? Maybe you don’t need WebSocket

When it comes to pushing data, you may first think of WebSocket. Indeed, WebSocket can communicate in both directions, and can naturally push messages from the server to the browser. But if you only push messages in one direction, HTTP has this function, which is Server Send Event. The communication process of WebSocket is as […]

To enhance your Fetch, maybe you should consider ultrafetch

Still fresh in my memory, JavaScript introduced the Fetch API in 2015, which aroused widespread enthusiasm among developers. Fetch, a new way of managing local and remote resources, was quickly adopted by browsers, but Node.js took longer. fetch() wasn’t added to Node’s standard library until 2022. While the Fetch API has quickly become the choice […]

Java thread pool UncaughtExceptionHandler invalid? Maybe it’s used incorrectly

Background In business processing, a thread pool is used to submit tasks for execution, but today I modified a small piece of code and found that the task was not executed correctly. And after reading the relevant logs, the results were not printed. A simplified version of the source code is as follows: First, a […]