Closure in JavaScript is a very important concept and is closely related to the direction of scope-related knowledge. It is often mentioned during the front-end […]
Author: mucktube
10 CSS code snippets that work well and are worth collecting
10 css snippets The following 10 commonly used CSS code snippets are worth collecting and can be used in daily business code. 1. Click and […]
Let’s talk about spring’s TransactionalEventListener
sequence This article mainly studies spring’s TransactionalEventListener TransactionalEventListener org/springframework/transaction/event/TransactionalEventListener.java /** * An { @link EventListener} that is invoked according to a { @link TransactionPhase}. * […]
Let’s talk about front-end UI components: component characteristics
This article is the second article in the article series ” Let’s talk about front-end UI components “. The content is related to the previous article in […]
A brief analysis of micro front-end sandbox
Preface In large-scale projects, micro-frontend is a common optimization method. This article explains the mechanism and principle of sandbox in micro-frontend. First, what is a […]
Beware of this trap: Why does every() in JS always return true for empty arrays?
The core of the JavaScript language is large enough that it’s easy to misunderstand how some parts of it work. Recently, when I was refactoring […]
Performance comparison of Spring Boot virtual threads and Webflux on JWT verification and MySQL query
I saw an article about the performance comparison between Spring Boot virtual threads and Webflux this morning, and I thought it was pretty good. The […]
Lazy loading of Vue components
In today’s fast-paced digital world, website performance is critical to engaging users and achieving success. However, for pages like the homepage, optimizing performance without compromising […]
Front-end persistence cache optimization
Caching is one of the effective ways to improve web applications, especially when users are limited by network speed. Improve system responsiveness and reduce network […]
Scoped CSS is back
Wang Daye 2023-09-28 Fujian Read 4 minutes First published on the official account of Great Move to the World , welcome to pay attention. 📝 7 practical front-end articles […]