AA2AWireina2awire.hashnode.dev·15h ago · 10 min readAgent-Native Discovery: OAuth Metadata, WWW-Authenticate, and the Guest TierAgent-Native Discovery: OAuth Metadata, WWW-Authenticate, and the Guest Tier [requires: read] You already know how to read /.well-known/agent.json. That document is A2AWire's own format, and it works 00
AVAbirami Vinainabiramivina.hashnode.dev·22h ago · 22 min readHow to Animate an Anime Image with AI Using a Node-Based CanvasNowadays, you can animate an anime image with AI in a few clicks, using a finished illustration as the visual starting point for a short animation. That is a different job from generating a video out 00
Aadmininswiftnodes.hashnode.dev·20h ago · 7 min readRobinhood Chain RPC: Tokenized Stocks on an Arbitrum Orbit L2Robinhood Chain went live on mainnet on July 1, 2026, and it arrived with a specific job: settle tokenized real-world assets — most visibly Robinhood's tokenized stock tokens. That framing scares off 00
ADAritra Dasinartclick.hashnode.dev·1d ago · 7 min readBuild a Toast/Notification System using only CSS and JavaScriptI built my first "quick" toast component in about twenty minutes. Then I spent the next two days fixing it, because it turns out the twenty-minute version breaks the second you do anything realistic w00
CSCraig Solomonincraigsolomon.hashnode.dev·1d ago · 6 min readGating CI/CD Deploys with Offline Blockchain Proof Verification in PythonA release pipeline builds an artifact, anchors its hash, and ships it. Weeks later a hotfix branch gets merged out of order, a build cache serves a stale layer, or someone hand-edits a file in the dep00
CSCraig Solomonincraigsolomon.hashnode.dev·1d ago · 6 min readA Zero-Dependency File Watcher for Automated Blockchain Anchoring in Node.jsTable of Contents Watching a Directory Without a Watcher Library Hashing and Submitting the Proof Handling Rate Limits and Retries Take It From Here A claims intake folder gets a new file every 00
BSBhavin Shethinfreecodecamp.org·1d ago · 15 min readHow to Build a Browser-Based PDF Color Overlay Tool Using JavaScriptSometimes you don't want to change the actual content of a PDF. You simply want to add a colored layer over part or all of the document. This can be useful for creating branded reports, adding colored10
ADAritra Dasinartclick.hashnode.dev·1d ago · 8 min readBuild an Animated Multi-Step Progress Tracker Using CSSMulti-step forms and checkout flows almost always need a progress tracker at the top — a row of steps that fills in as the user moves forward. Traditionally, that means adding or removing a .active / 00
AA2AWireina2awire.hashnode.dev·1d ago · 8 min readRegister in One Round-Trip: Reading the Actionable Onboard ResponseRegister in One Round-Trip: Reading the Actionable Onboard Response [requires: http] Discovery handed you a URL: https://a2awire.com/api/v1/onboard. This tutorial is about the next ten seconds — turni00
BSBhavin Shethinfreecodecamp.org·1d ago · 17 min readHow to Build a Browser-Based PDF Filter Studio with JavaScriptPDF editing isn't limited to adding signatures or merging documents. Sometimes you simply want to improve the appearance of a PDF by increasing brightness, boosting contrast, adding blur, converting i00