Rare Earth Juejin Tech Community
Author

Rare Earth Juejin Tech Community

Juejin, a tech community that helps developers grow.

1.5k
Articles
0
Likes
5.4k
Views
0
Comments
Recent Articles

Latest from Rare Earth Juejin Tech Community

100 recent articles max
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 8, 2025 · Backend Development

Build a One‑Click XiaoHongShu Publishing System with Backend APIs and JS SDK

This article describes how to replace manual copy‑paste publishing on XiaoHongShu with a unified content‑management backend, share‑link generation, signature authentication, and a single‑click JavaScript SDK call that lets operators publish notes instantly across multiple accounts, dramatically improving efficiency and reducing errors.

AutomationContent PublishingXiaohongshu
0 likes · 32 min read
Build a One‑Click XiaoHongShu Publishing System with Backend APIs and JS SDK
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 7, 2025 · Frontend Development

20 Must-Have VS Code Extensions to Boost Your Productivity

Discover 20 carefully selected VS Code extensions that enhance productivity across coding, reading, project management, and debugging, offering features such as in-editor novel readers, real-time financial trackers, JSON visualizers, workspace color themes, automatic file history, and code spell checking for developers of all levels.

ExtensionsVS Codedevelopment tools
0 likes · 13 min read
20 Must-Have VS Code Extensions to Boost Your Productivity
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 5, 2025 · Fundamentals

Master Kotlin’s inline, crossinline, and noinline: Boost Performance and Control Flow

Explore how Kotlin’s inline, crossinline, and noinline modifiers transform lambda handling, eliminate object creation overhead, enable non‑local returns, and control function expansion, with detailed code examples comparing Java anonymous classes, Kotlin lambdas, bytecode, and practical usage scenarios.

Higher-Order FunctionsInlineKotlin
0 likes · 11 min read
Master Kotlin’s inline, crossinline, and noinline: Boost Performance and Control Flow
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 30, 2025 · Frontend Development

How to Dynamically Load Vue 2 Components in a Vue 3 Project

This tutorial explains how to integrate a pre‑built Vue 2 component library into a Vue 3 application by dynamically loading the Vue 2 runtime, creating an isolated Vue 2 instance, mounting the component to a dedicated DOM node, and leveraging props for data exchange, while keeping bundle size small.

VueVue2Vue3
0 likes · 6 min read
How to Dynamically Load Vue 2 Components in a Vue 3 Project