Proxying fetch requests in server-side JavaScript
A guide to proxying fetch() requests in Node.js, Deno, Bun, and Cloudflare Workers for logging, caching, and security.
A guide to proxying fetch() requests in Node.js, Deno, Bun, and Cloudflare Workers for logging, caching, and security.
A daily tech link roundup covering .NET, AI, web development, Python, Windows, and developer tools from February 2026.
Deno Sandbox is a new hosted sandbox service from Deno Deploy, allowing secure code execution with features like secret management and resource limits.
Deno Sandbox is a new hosted sandbox product from the Deno team, part of Deno Deploy, allowing code execution via Python and JavaScript libraries.
A developer reimplements the Unsplash Source service using the Unsplash API and Val Town, sharing the technical process and code.
A developer creates a custom middleware proxy to paginate Kagi's large Small Web RSS feed, making it usable in their Miniflux reader.
A response to a GitHub profile praise tool, discussing its Deno/Fresh implementation and sharing a personalized praise output.
Analysis of 5 years of Hacker News 'Who's Hiring' thread data using Deno and the HN API to visualize tech hiring trends.
Explores JavaScript sandboxing for secure code execution, inspired by Val Town and discussing solutions like vm2, Deno, and V8 Isolates.
Analyzes cybersecurity risks in Deno, demonstrating ransomware and reverse shell attacks despite its secure-by-default design.
Developer creates an open-source web app to help users easily export their Revue newsletter issues using the Revue API before the service shuts down.
An interview transcript explaining Deno, a modern JavaScript/TypeScript runtime created by Node.js founder Ryan Dahl to address Node's shortcomings.
A developer shares their role on Netlify's ecosystem team, focusing on ensuring seamless deployment for modern frontend frameworks and working with open-source tools like Deno.
Explores the state of Universal JavaScript, showing how to write code that runs in Node.js, Deno, and browsers using a podcast parsing example.
A technical deep-dive into the Deno JavaScript runtime, exploring its architecture, similarities to Node.js, and use of Rust and V8.
A guide to creating script management for Deno projects, similar to npm scripts in Node.js, using a custom TypeScript runner.
A tutorial on building a basic API using Deno, covering import maps, deps.ts, and CRUD operations with the Pogo framework.
A tutorial on building a REST API using the Oak framework in Deno, covering client-server architecture and practical implementation.
A tutorial on using the Oak framework to build backend web applications in Deno, including setup and basic middleware.
A technical analysis comparing Deno and Node.js, focusing on Deno's design improvements like security, URL imports, and eliminating node_modules.