PinnedomgzuiinJavarevisited9 Excellent back-end development habitsWhat good development habits an excellent back-end Java development should have.Aug 2, 20224Aug 2, 20224
PinnedomgzuiinCodeXGitLab Bans Employees From Using WindowsIs it because GitHub is also owned by Microsoft?Aug 16, 202234Aug 16, 202234
PinnedomgzuiinJavaScript in Plain English7 Practical CSS TipsUseful CSS tricks to improve your code.Jun 8, 202212Jun 8, 202212
omgzuiinJavaScript in Plain EnglishInterviewer: 100 Requests, How to Control Concurrency?Me: Use Promise to simulate the task queue to achieve the request pool effect. Interviewer: Boss.Apr 22Apr 22
omgzuiinJavaScript in Plain EnglishIt Is so Cool to Develop React Native With Expo1. What are the benefits of Expo?Apr 22Apr 22
omgzuiinJavarevisitedJDK22 New Feature Class-File API Early AdopterWe first need to download JDK22 at jdk.java.net, then enable 22 (Preview) in IntelliJ IDEA, and then you can use the Class-File API.Mar 21Mar 21
omgzuiinJavaScript in Plain EnglishInterview: Why Is Vite Faster Than Webpack?The reason why Vite is faster than Webpack is mainly because it adopts a different development model, fully utilizes the ES Modules supportMar 19Mar 19
omgzuiinJavaScript in Plain EnglishToken Refresh Without AwarenessThe unconscious refresh token means that the system automatically uses the refresh token to obtain a new access token before the tokenFeb 21Feb 21
omgzuiinJavaScript in Plain EnglishSome Advanced Tips for Es6ES6 (ECMAScript 2015) introduces many new features and syntax, some of which may be relatively unknown, but are very useful. This article wiJan 31Jan 31
omgzuiinJavaScript in Plain EnglishThe Arrow Function Is Too Long, Here Are Some Tips to Shorten ItUsing arrow syntax, you can define functions that are shorter than function expressions. In some cases, you can omit it entirely:Jan 29Jan 29