HTTP - Servers and Protocols
Notes on HTTP2 and web server threading models. Covers servlets, web server/container architecture (Jetty), HTTP2, HTTP streams (prioritization, flow control) and SSE.
Notes on HTTP2 and web server threading models. Covers servlets, web server/container architecture (Jetty), HTTP2, HTTP streams (prioritization, flow control) and SSE.
Notes on memory barriers and fencing.
Notes on AI/LLM guardrails and safety patterns from a book on "Agentic Design Patterns" by one of Google's Distinguished Engineers, Antonio Gulli.
Some introductory notes I took on Aeron whilst reading their documentation. Covers flow and congestion control, status messages and the transport protocol.
Notes on workflows and agents from Anthropic's course on Claude. Covers evaluator-optimizer pattern, chaining, routing, parallelization.
Some introductory notes I took on Aeron whilst reading their documentation on Aeron Transport. Covers Publications, Subscriptions, backpressure, log buffers, multi-destination cast.
Notes on Claude Code and Computer Use from Anthropic's course on Claude. Covers workflow patterns.
Some introductory notes on Aeron from a great video in a top down and clear style; the video that is, not my notes ;-)
Notes on features of Claude from Anthropic's course. Covers extended thinking, citations and prompt caching.
Notes on retrieval augmented generation (RAG) from Anthropic's course on Claude.