Hey folks,
Summer is right around the corner, which means our days are heating up, just like our work at Deno. So we got a chunky update that we're excited to share with you all!
Deno celebrating its 5th birthday!
Deno v1.34 β The Deno Team β The featured update here is deno compile
now supports npm
specifiers. Check out the blog post for some fun examples.
Node.js built-ins on Deno Deploy β Luca Casonato β Now you can use Node.js built-in modules like node:http
on Deno Deploy, allowing you to run existing Node.js apps at the edge. Wondering when npm:
will finally land on Deploy? Soon.
Deno Deploy's new changelog βΒ The Deno Team β We just launched an easily consumable feed of Deno Deploy updates!
πΎ Deno KV might be a game changer (YouTube) βΒ Awesome Code Club β An awesome overview of Deno KV, going over the main concepts such as ACID, transactions, and more.
πΎ Deno KV Consistency: Eventual vs. Strong? β The Deno Team β This playground demo demonstrates the differences between eventual
and strong
consistency read modes
Running JavaScript in Rust with Deno β Austin Poor βΒ A walkthrough on building a simple CLI, written in Rust, for filtering files using JavaScript expressions.
Build your own ChatGPT-style doc search with Fresh, OpenAI, and Supabase β Thor Schaeff β A simple tutorial on how to setup ChatGPT-style doc search.
Expanding ChatGPT Code Interpreter with Python packages, Deno and Lua βΒ Simon Willison βΒ A cool walkthrough on having ChatGPT Code Interpreter write Deno code.
Build a Weather app with Deno and Fresh π (YouTube) βΒ Learn by Doing βΒ This 10 minute video goes over building a simple, yet thorough weather app using the Weather API
esm
locally with deno run -A https://esm.sh/server
CountVectorizer
and TfidfTransformer
And that's it for this issue! If you think you know someone who would benefit from it, please forward it to them.
β Andy