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 […]
Month: April 2024
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 […]
Stop using Promise.all() in JavaScript
What are Promises in JavaScript? If you stumbled upon this article, you’re probably already familiar with promises. But for those new to JavaScript, let’s explain […]
Does the proxied object in Spring AOP have to be a singleton?
Today we are going to think about this question: In Spring AOP, is the proxied object a singleton? Every time we get a proxy object, […]