Best of DenoJuly 2023

  1. 1
    Article
    Avatar of denoDeno·3y

    Deno 1.35: A fast and convenient way to build web servers

    Deno 1.35: A fast and convenient way to build web servers is now stable. This release also includes many other improvements and bug fixes. The long awaited new web server API, which allows developers to set up a web server using a single line of code.

  2. 2
    Article
    Avatar of denoDeno·3y

    Build and Ship Astro Sites with Deno and Deno Deploy

    Build and Ship Astro Sites with Deno and Deno Deploy Astro is a web framework designed for content-centric websites. Astro was designed for Node.js and npm, you’ll want to manage dependencies through a and use npm-based commands as described in the Astro docs. Astro is configured to generate static HTML and CSS for your website.