Published inJavaScript in Plain EnglishAI-Powered Frontend Development: VSCode Plugins and IDE RecommendationsIntroductionFeb 17Feb 17
Published inJavaScript 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 3, 2024Sep 3, 2024
Published inJavaScript 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 15, 2024Jul 15, 2024
Published inJavaScript 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 28, 2024May 28, 2024
Published inJavaScript 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 13, 2024May 13, 2024
Published inJavaScript 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 12, 20241Mar 12, 20241
Published inJavaScript 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 29, 2024Jan 29, 2024
Published inJavaScript 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, 20232Dec 27, 20232
Published inStackademicHow 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
Published inJavaScript 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
Published inJavaScript 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
Published inJavaScript in Plain EnglishSome Tips for Writing Efficient TypeScript Code1.Replace string types with more precise types.Oct 10, 20231Oct 10, 20231
Published inJavaScript in Plain EnglishThe 7 TypeScript Methods You Need to Know!The type system in TypeScript is very powerful. It provides us with type safety. While the type system is beloved, if we do not plan and…Sep 18, 20231Sep 18, 20231
Published inLevel Up CodingTypeScript: What is the Difference Between ‘interface’ and ‘type’?When we use TypeScript, we often use interface and type, and they seem to have similar usage, so it's not very clear what the actual…Sep 14, 2023Sep 14, 2023
Published inJavaScript in Plain English6 TypeScript Features I Can’t Live Without After Using Them!Today, I’ll introduce some of the newer features and developments in TypeScript that I frequently use in my day-to-day work.Sep 12, 20237Sep 12, 20237
Published inJavaScript in Plain EnglishSet TypeScript Types in a More Readable WayTypeScript provides some built-in utility types that allow for better transformation of types from one form to another. These built-in…Sep 5, 20231Sep 5, 20231
Published inJavaScript in Plain English5 Tips to Take Your Vue Skills to New HeightsIn this article, we will delve into five practical Vue techniques that can make your everyday Vue programming more efficient and…Aug 10, 2023Aug 10, 2023
Published inJavaScript in Plain EnglishThree Common JavaScript Interview QuestionsWhen discussing JavaScript, there are three things that are often brought up in interviews. I have been asked these questions myself, and…Jul 25, 20232Jul 25, 20232
Published inJavaScript in Plain English20 JavaScript Tips To Improve Our Development Efficiency!In front-end development, using some Js techniques and code snippets can reduce the number of lines of code and increase our productivityJul 4, 20232Jul 4, 20232
Published inJavaScript in Plain English16 Useful JavaScript Interview TipsPart 4: A list of some of the common knowledge points that you must know about JavaScriptJun 23, 2023Jun 23, 2023