JavaScript
Explore Dev Corner articles and subtopics in JavaScript. This hub page collects practical builds, tools, and engineering guides for sovereign local AI.
Topic breadth
2
Active builds, guides, and subtopic coverage.
Subtopics
Node.js & Runtimes
View topicSovereign JavaScript runtimes in 2026: Node.js 22 LTS, Bun 1.2, and Deno 2 setup and comparison. Covers event loop, module systems, environment management with nvm/fnm.
APIs & Backend
View topicBuild self-hosted JavaScript APIs: Express 5, Fastify, and Hono for sovereign backend services. Covers routing, middleware, authentication, rate limiting, and VPS deployment.
Frontend Tooling
View topicSovereign JavaScript build tooling: Vite 6, esbuild, Rollup, and Bun's bundler. Covers dev server configuration, production builds, code splitting, and self-hosted asset delivery.
WebGPU & Browser AI
View topicRun AI inference in the browser with WebGPU: Transformers.js, WebLLM, and ONNX Runtime Web. Covers GPU compute shaders, on-device model execution, and WASM CPU fallbacks.
JavaScript — Security
View topicSovereign JavaScript security: Content Security Policy, dependency auditing with npm audit and Socket, prototype pollution, JWT hardening, and npm supply chain attack prevention.