Posts Tagged “javascript”

Building a Secure JavaScript Sandbox for Player Bot Scripts

How I built a secure sandbox for running untrusted player scripts using V8 isolates, a two-layer API architecture, and runtime code generation.

pnpm Makes Monorepo Management Effortless

After years of struggling with challenges imposed by npm and yarn workspaces, pnpm demonstrates its ability to maintain monorepos effortlessly.