Into the Fray: A Dive into Deno

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • design-tokens

    Design token generator written in Deno + TS (by jhechtf)

  • View on GitHub

  • version-bump

    Discontinued A pluggable version bumping software (akin to standard-version) written in Deno + TS

  • As Deno (in particular deno.land/x/) works with GitHub when a tag is pushed to the repository I had wanted to do something like NodeJS' "Standard Version." I asked on the Github page if there was a plan to port Standard Version over to Deno, and after not receiving a response I started on Version Bump(aren't I the greatest at names?).

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • code-coverage

    Discontinued Deno Code Coverage CLI

  • That's right, built my own!. Code Coverage Takes an LCOV file generated through test data and the deno coverage command and outputs a nice little table for you.

  • deno-terminal-size

    Rust bindings in Deno to determine the size of the terminal

  • I had to build Terminal Size, using a combination of a very nice Rust package and Deno's Foreign Function Interface in order to get this to work. However, this meant that I had to use a different table library because the one I was using wouldn't be work with the terminal size out of the box. Yup, another package.

  • ascii-table

    ASCII Table for use in Deno. Requires FFI and unstable flag (by jhechtf)

  • ASCII Table Uses the terminal size library to get the terminal size if requested. Unfortunately this requires a lot of permission from Deno's sandbox, and the use of the --unstable flag so I doubt people will use it until it no longer requires that flag.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to Scrape Google Finance

    1 project | dev.to | 6 May 2024
  • Show HN: Snaplet Seed – Seed data made easy

    1 project | news.ycombinator.com | 6 May 2024
  • Show HN: Can AI keep my code up-to-date?

    2 projects | news.ycombinator.com | 6 May 2024
  • Open-source notification infrastructure for developers

    1 project | news.ycombinator.com | 6 May 2024
  • Ask HN: Would you use a Low-effort Microservice Builder?

    2 projects | news.ycombinator.com | 6 May 2024