MaxwellinJavaScript in Plain EnglishClever and Elegant JavaScript TricksWith the ever-evolving frontend market, the demand today is not just for those who can slice up images, but for true JavaScript masters who…Sep 3Sep 3
MaxwellinJavaScript in Plain EnglishNiche and Useful JavaScript Techniques [API]The following APIs are some that I have found useful in my development process. Some of these might be quite obscure, making them easy to…Jul 15Jul 15
MaxwellinJavaScript in Plain EnglishFrontend Sorcery: Lesser-Known JavaScript API TipsThis article shares some relatively niche JavaScript tips and APIs frequently used in frontend development that can help you improve…May 28May 28
MaxwellinJavaScript in Plain EnglishObscure Yet Useful JavaScript tricksHere are some obscure yet useful JavaScript tricks I’ve collected in my daily work. They are all concise and elegant one-liners. I believe…May 13May 13
MaxwellinJavaScript in Plain EnglishHow to read local files in JavaScriptFor security and privacy reasons, web applications cannot directly access files on the user’s device. If there is a need to read one or…Mar 121Mar 121
MaxwellinJavaScript in Plain English6 Advanced Vue 3 TipsVue 3 is a highly popular front-end framework widely used in large-scale internet enterprises and individual projects. While we have…Jan 29Jan 29
MaxwellinJavaScript in Plain English6 Amazing JavaScript TipsJavaScript is a versatile and powerful programming language, an indispensable part of modern web development. As developers, we are always…Dec 27, 20231Dec 27, 20231
MaxwellinStackademicHow to Simulate delay, sleep, pause, and wait methods in JavaScriptMany programming languages have a sleep function that can delay the execution of a program by a certain number of seconds. JavaScript lacks…Nov 20, 2023Nov 20, 2023
MaxwellinJavaScript in Plain English5 JSON Functions in JavaScript You Probably Didn’t Know AboutIn development, we often use JSON.stringify(object) to serialize objects. However, besides the first parameter, there are other available…Nov 7, 2023Nov 7, 2023
MaxwellinJavaScript in Plain English8 Common JavaScript Must-Learn TopicsJavaScript is a client-side programming language used on over 90% of websites worldwide, making it one of the most widely used programming…Oct 19, 2023Oct 19, 2023