Tagged articles
2 articles
Page 1 of 1
TAL Education Technology
TAL Education Technology
Mar 2, 2023 · Backend Development

Exploring pnpm: A High‑Performance Package Manager for Node.js

This article introduces pnpm, compares it with npm and yarn, explains the problems of nested node_modules such as ghost dependencies and split packages, and demonstrates pnpm’s link‑based architecture, advantages, and basic command usage for efficient JavaScript project management.

MonorepoSoft Linkshard links
0 likes · 6 min read
Exploring pnpm: A High‑Performance Package Manager for Node.js
Java Backend Technology
Java Backend Technology
May 23, 2019 · Backend Development

How to Deploy Tomcat in Production: Directory Separation, Soft Links & Scripts

This guide explains how to deploy Tomcat in a production environment by separating Tomcat and web‑app directories, using symbolic links for version upgrades, configuring CATALINA_HOME and CATALINA_BASE, and providing a custom startup script to achieve isolated configurations for multiple web applications.

Directory SeparationSoft LinksTomcat
0 likes · 8 min read
How to Deploy Tomcat in Production: Directory Separation, Soft Links & Scripts