Cybersecurity attacks using Deno
Analyzes cybersecurity risks in Deno, demonstrating ransomware and reverse shell attacks despite its secure-by-default design.
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.
A beginner's guide to Deno, a secure JavaScript/TypeScript runtime, covering its benefits and how to start using it.
A guide on using environment variables and .env files to securely manage sensitive data like API keys in Deno applications.
A developer's first impressions and experience trying out Deno 1.0, covering setup, built-in tools, and initial pros and cons.