Skip to main content
AllDevToolsHub
AllDevHub Engineering

The Technical Journal

Documenting our research into local-first systems, Zero-Trust security, and browser-based engineering performance.

Original Research

We Audited 10 Online JSON Formatters: Privacy Claims vs Actual Network Behavior
Entry::000
PERFORMANCE

We Audited 10 Online JSON Formatters: Privacy Claims vs Actual Network Behavior

We tested the top 10 online JSON formatters by monitoring network traffic to see which tools actually keep your data local and which silently upload it to their servers.

R
Rahul Jalavadiya
Read Log
Browser Crypto Speed Test: Web Crypto API Benchmarks for AES, PBKDF2, and RSA in 2026
Entry::001
PERFORMANCE

Browser Crypto Speed Test: Web Crypto API Benchmarks for AES, PBKDF2, and RSA in 2026

We benchmarked AES-GCM, AES-CBC, PBKDF2, and RSA key generation across Chrome, Firefox, and Safari to find which operations are fast enough for production use and which are surprisingly slow.

R
Rahul Jalavadiya
Read Log
We Benchmarked 6 JavaScript JSON Parsing Approaches: What Actually Wins in Practice
Entry::003
PERFORMANCE

We Benchmarked 6 JavaScript JSON Parsing Approaches: What Actually Wins in Practice

A realistic comparison of JSON.parse, streaming parsers, bigint-safe parsers, and WASM-based JSON libraries for normalized performance and memory trade-offs.

R
Rahul Jalavadiya
Read Log
We Fed 200 Malformed JWTs to 5 Libraries: What Actually Broke
Entry::004
SECURITY

We Fed 200 Malformed JWTs to 5 Libraries: What Actually Broke

A practical test of JWT validation behavior across major libraries, focusing on algorithm confusion, exp requirements, malformed encoding, and real-world verification failures.

R
Rahul Jalavadiya
Read Log
We Hid a Fact at Different Depths in Long Contexts: What the Models Actually Remembered
Entry::005
AI

We Hid a Fact at Different Depths in Long Contexts: What the Models Actually Remembered

A practical needle-in-a-haystack benchmark measuring how long-context models lose track of facts placed in the middle of a large context window.

R
Rahul Jalavadiya
Read Log
JSONPath in Practice: A Tutorial for Developers
Entry::004
JSON

JSONPath in Practice: A Tutorial for Developers

Master JSONPath to query, filter, and extract data from complex JSON structures. Learn the syntax for wildcards, filters, and recursive descent with real-world examples.

R
Rahul Jalavadiya
Read Log