In this issue, we get closer to GA with Deploy, learn how to convert a Node.js library to Deno with Deno, and discuss what it's like to run Deno in production for almost a year.
Deno Deploy Beta 4 Deno Authors β We improve the dashboard, add billing functionality, add 3 new regions, and improve analytics. Our estimate for General Availability release is Q3 2022.
How we converted our Node.js library to Deno (using Deno) James Clarke β An in-depth walkthrough of writing a Deno script to comb through a library, re-write import/export statements, and inject NodeJS globals. Full compilation script here.
Deno v1.22 Deno Authors β Updated type checking behavior, removal of Deno.emit()
, added a new Response.json()
static method, among other improvements.
Deno.js in production. Key takeaways Steven De Salas β "Deno is for senior developers who are tired of Node.js ecosystem and want a similar runtime without moving to Golang."
dangoDB: A MongoDB ODM for Deno Steve Jue β An Object Data Modeling module that will allow you to enforce schema validation for your data in MongoDB.
Introducing Bedrock β An Authentication Library for Deno OSLabs Beta β Authentication middleware for Deno that covers multiple verification strategies.
And thatβs it for this issue!
Know someone who might find this useful? Please forward this to them.
And if you have any feedback and comments, just hit reply!
-- Andy