Knowledge Base

261 entries

valhalla

Valhalla is a Java project to augment the object model with "value objects," combining the abstractions of object-oriented programming with the performance characteristics of primitives. Has been worked on for a looong t

vegeta

a Go HTTP load testing tool and library designed for constant-rate attacks, good for SLO/rate-limit validation.

visualage

IBM's Java IDE and the spiritual ancestor of Eclipse. Built on Smalltalk internals; discontinued in 2007.

visualcafe

Symantec's pioneering Java IDE and InfoWorld's 1997 Product of the Year. Passed to WebGain and discontinued in 2002.

vite

Vite is a frontend build tool for JavaScript, designed around rapid development cycles. It's framework-agnostic and says it has "sensible defaults," much like most tools in its space.

vscode

Microsoft's free, ubiquitous code editor with Java support via extension pack. Not a full IDE but widely used for Java.

vue

a Javascript frontend framework designed to be implemented either incrementally or "full app" - you can use it as a library and add it in pieces or write your app around it.

wasm

WebAssembly (Wasm) is a binary instruction format designed as a portable compilation target for multiple languages. It runs in browsers at near-native speed alongside JavaScript, and increasingly in server-side runtimes

webpack

a battle-tested JS bundler. Extremely powerful and configurable, but complex and slow on large projects.

weechat

an extensible terminal IRC client with a plugin architecture, scriptable in Python, Perl, Ruby, and others.

wikipedia

Wikipedia is... look, you know what wikipedia is. It's a publicly-editable encyclopedia. Because the public can edit it, it's useful but not considered reliable beyond crowdsourcing.

wireguard

a modern, minimal VPN protocol using Curve25519 + ChaCha20-Poly1305 encryption, built into the Linux kernel and available as a pure Go userspace implementation

wrk

a modern HTTP benchmarking tool with multi-threaded event loop, Lua scripting for custom requests, and minimal overhead.

xferlang

XferLang is a typed, delimiter-driven data format for data transfer, configuration, and structured content; however, it has explicit types, interpolated strings, bound data references, and processing instructions.

xml

XML stands for "Extensible Markup Language," and is a variant of SGML; XML is a markup language that allows documents to be strictly or loosely specified, verifiable, and heavily structured. It's well known for being *in

xsd

the W3C XML Schema Definition Language - a grammar-based schema language for describing the structure and data types of XML documents; the most widely deployed XML validation standard

yaml

YAML Ain't Markup Language. It's intended to be a human-friendly data serialization format, and largely achieves this, although its structures are a little generalized for use everywhere.

zig

a systems programming language billed as yet another successor to C. It's got some run there, but like every other successor to C, still has some work to do.