Full-Stack Cultivation Path
Author

Full-Stack Cultivation Path

Focused on sharing practical tech content about TypeScript, Vue 3, front-end architecture, and source code analysis.

121
Articles
0
Likes
0
Views
0
Comments
Recent Articles

Latest from Full-Stack Cultivation Path

100 recent articles max
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Nov 18, 2024 · Backend Development

Run JavaScript Inside Nginx with njs: A Hands‑On Guide

This article introduces njs, the JavaScript engine for Nginx, explains its basic "Hello world" example and walks through advanced features such as filesystem APIs, asynchronous I/O, shared memory, response handling, logging, and the global namespace, all with concrete code snippets.

JavaScriptNginxasynchronous processing
0 likes · 8 min read
Run JavaScript Inside Nginx with njs: A Hands‑On Guide
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Nov 17, 2024 · Fundamentals

TypeScript 5.7 Unveils a Flood of New Features

TypeScript 5.7 introduces stricter uninitialized‑variable checks, relative import rewriting, ES2024 target and lib support, faster project‑file discovery, V8 compile‑cache integration, JSON module import validation, generic TypedArray definitions, class index‑signature generation from computed method names, and implicit‑any errors for null/undefined returns, all illustrated with concrete code examples.

5.7TypeScriptcompile cache
0 likes · 16 min read
TypeScript 5.7 Unveils a Flood of New Features
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Nov 13, 2024 · Fundamentals

Master the New &&= and ??= Operators in JavaScript

The article explains ECMAScript 2021's logical assignment operators &&= and ??=, detailing their semantics, showing traditional equivalents, listing truthy/falsy values, and providing practical code examples and use‑cases for concise conditional assignments.

JavaScriptes2021logical-assignment
0 likes · 6 min read
Master the New &&= and ??= Operators in JavaScript
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Nov 11, 2024 · Frontend Development

Why Alova.JS Offers a Lighter, Simpler Alternative to Axios

Alova.JS is a lightweight HTTP request library that supports multiple adapters, cross‑framework usage, and TypeScript, offering a smaller bundle size (≈30% of axios), a concise API, and high‑performance request strategies, making it a compelling replacement for axios in modern web projects.

FrontendHTTPJavaScript
0 likes · 11 min read
Why Alova.JS Offers a Lighter, Simpler Alternative to Axios
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Nov 6, 2024 · Frontend Development

Applying SOLID Principles to Frontend Development: Practical React and Angular Examples

This article explains the five SOLID design principles, shows how they are often violated in React and Angular code, and provides concrete refactorings—including custom hooks, separate services, validator classes, and interface segregation—to make frontend applications more maintainable, testable, and extensible.

AngularFrontend DevelopmentJavaScript
0 likes · 18 min read
Applying SOLID Principles to Frontend Development: Practical React and Angular Examples
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Oct 27, 2024 · Frontend Development

How Shadcn UI Gained 73K Stars in Under Two Years

Shadcn UI, a React‑based component collection launched in early 2023, reached 73 K GitHub stars within two years by offering a highly customizable, copy‑and‑paste workflow, leveraging Tailwind CSS, Radix UI, TypeScript, and a simple CLI that together reshape the frontend component ecosystem.

Component LibraryFrontendReact
0 likes · 4 min read
How Shadcn UI Gained 73K Stars in Under Two Years