Skip to content

πŸ“š deno

Build a SolidJS app with Deno

SolidJS is a declarative JavaScript library for creating user interfaces that emphasizes fine-grained reactivity and minimal overhead. When combined with Deno’s modern runtime environment, you get a powerful, performant stack for building web applications.

weeklyfoo #63 / 2024-12-16
denosolidjs

Compiling a standalone executable using modern JavaScript/TypeScript runtimes

If you want to create a standalone exec

weeklyfoo #16 / 2024-01-22
bunnodejsdeno

How to get deep traces in your Node.js backend with OTel and Deno

One important facet of running production software is observabilityβ€”monitoring logs, traces, and metrics so you can identify and fix issues quickly.

weeklyfoo #77 / 2025-03-24
denoopentelemetry

Intro to Wasm in Deno

JavaScript is a scripting languageβ€”distant from the machine code your CPU actually consumes. But JavaScript has a way to execute binary machine code, or something close to it, called WebAssembly. WebAssembly, or Wasm, is a low-level, portable binary format that runs at near-native speeds in the browser.

weeklyfoo #72 / 2025-02-17
denowasm