Recommended Books & Developer Gear

Books and gear I actually use and reach for — grouped by the same topics as the tools on this site.

Every pick below is here because it is genuinely useful for the kind of work this site is built around — JSON and data modeling, web security, cryptography, networking, regex, and the day-to-day craft of writing software. These are the references I would hand to someone learning the topic a tool on this site touches, not a list optimized for clicks.

Some links on this page are Amazon affiliate links. As an Amazon Associate, Online Dev Tools earns from qualifying purchases — at no extra cost to you. Recommendations are chosen on merit; nothing here is paid placement.

JSON, data & APIs

The data structures and API design behind the JSON, schema, and TypeScript-generation tools.

  • Designing Data-Intensive Applications — Martin Kleppmann, the modern reference on how data systems actually store, move, and reconcile information.
  • Database Internals — Alex Petrov, a deep look at storage engines and distributed databases for when the abstractions leak.
  • API Security in Action — Neil Madden, practical coverage of tokens, scopes, and auth that pairs well with the JWT tools here.

TypeScript & JavaScript

Sharper typing and language fundamentals behind the JSON-to-TypeScript and editor tools.

Web security

Threat models and attack surfaces behind the CSP analyzer and secure-handoff tools.

Cryptography

The primitives behind the hash generator, JWT, and secure-paste tools — explained correctly.

  • Serious Cryptography — Jean-Philippe Aumasson, a modern, readable foundation in how real crypto works and fails.
  • Real-World Cryptography — David Wong, focused on the protocols and constructions you actually ship.

Cybersecurity & certifications

Offensive, defensive, and certification study — for going deeper than the security tools on this site.

Regex & the command line

Backing the regex tester and the text-wrangling tools, plus the shell where most of this work happens.

Networking

The protocols and addressing behind the CIDR, IP-conversion, WHOIS, and DNS tools.

DevOps, infra & observability

Running and operating the systems these tools are typically used to debug.

Engineering craft

The habits and judgment that outlast any single tool or language.

  • The Pragmatic Programmer — Hunt & Thomas, a timeless collection of practices for building software that lasts.
  • Clean Code — Robert C. Martin, a much-debated but worth-reading take on writing readable, maintainable code.

Developer gear

Hardware that makes long sessions at the keyboard safer, faster, and more comfortable.