Happy 2023! It has been a few weeks since the last Deno News, so this one might be a bit longer than previous issues!
Deno 1.31: package.json support — The Deno Authors — You read that correctly. Deno 1.31 will auto-discover package.json, install dependencies, and even run scripts
with deno task
. More in the blog post.
Deno in 2022: npm, Edge Functions, Series A, Fresh, and more — The Deno Authors — A recap of an exceptional 2022 for Deno, and a tease of what’s to come in 2023.
Build a Deno Project in CodeSandbox — CodeSandbox — CodeSandbox, a cloud development platform, introduced Docker support, which means you can now use Deno. Check it out!
Replacing an Express API with @nrwl/deno (video) — Nx — The Nx team livestreams replacing an express API with Deno and deploys it with Deno Deploy.
The Future (and the Past) of the Web is Server Side Rendering — Andy Jiang — A brief history about server-side rendering and why it’s the right approach for modern web development.
Build a Simple Image Resizing API in less than 100 LOC — Andy Jiang — A short tutorial on building a simple image resizing API with Deno and Deno Deploy. Check out the video walkthrough here.
Roll your own JavaScript runtime, pt. 2 — Bartek Iwańczuk — This follow up to the first post covers implementing fetch
, reading a filepath as a command line argument, and supporting TypeScript and TSX. Watch the video walkthrough here.
Deploying a Fresh app from your Readme (video) — Ruben Restrepo — Using a Runme VSCode extension, Ruben shows how to deploy a Deno fresh application directly from your README.
How to build a GraphQL Server with Deno — Andy Jiang — Another short how-to on setting up a simple GraphQL server.
WTF is FFI? (video) — Andy Jiang & Aapo Alasuutari — Interested in calling libraries and functions from languages like C/C++, Rust, etc.? Check out this new YouTube series where Andy and Aapo dive into examples on using Deno’s FFI to do some cool stuff.
And that’s all for this issue!
Know someone who might find this useful? Please forward this to them.
— Andy