Deno Is Webby

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
Nutrient - The #1 PDF SDK Library
Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
nutrient.io
featured
  1. v8.dev

    The source code of v8.dev, the official website of the V8 project.

    Deno does not have its own javascript implementation, it uses the V8 javascript engine, and V8 happens to implement padStart and padEnd.

    V8 was originally created as the javascript engine for Chrome, but it is used in many products now, including Node.js and Deno: https://v8.dev/

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. 0.30000000000000004

    Floating Point Math Examples

    I agree a standard library for JS would be great, but .1 + .2 != .3 is the case in several languages and is not anything to do with JS.

    This also is or can be the case in C, C++, Clojure, Python, and many other languages [1].

    [1] https://0.30000000000000004.com

  4. proposal-types-as-comments

    Discontinued ECMAScript proposal for type syntax that is erased - Stage 1 [Moved to: https://github.com/tc39/proposal-type-annotations]

    I do wonder about a future where JavaScript gets non-enforced optional type annotation syntax[1] which is and if said syntax will be slightly incompatible with TypeScript. That would be a little awkward for Deno, wouldn’t it. However I hope that if JS gets type annotation syntax that it would be a strict subset of TypeScript—or at the very least future compatible—for this very reason.

    1. https://github.com/giltayar/proposal-types-as-comments

  5. browser-or-node

    Check where your code is running. In the browser or in node.js environment.

    There’s better ways to do this, e.g. https://github.com/flexdinesh/browser-or-node/blob/master/sr...

  6. sqlite3

    The fastest and correct SQLite3 module for Deno runtime (by denodrivers)

    Not one that's up to date and maintained, as far as I can google.

    But there's a proper sqlite driver now using the new ffi api support in deno. This didn't exist last time I tried googling db support in deno.

    https://github.com/denodrivers/sqlite3

  7. import-maps

    How to control the behavior of JavaScript imports

    Rather than importing and re-exporting dependencies, Deno supports import maps:

    https://github.com/WICG/import-maps

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

  • Show HN: Simplified Exception Handling for JavaScript

    1 project | news.ycombinator.com | 25 Oct 2024
  • LogTape 0.6.0 released: What's new?

    1 project | dev.to | 24 Sep 2024
  • Dungeon Dash – A super fun command-line RPG game

    3 projects | news.ycombinator.com | 3 Sep 2024
  • Show HN: Simple logging library for Node.js/Deno/Bun/browsers/edge functions

    1 project | news.ycombinator.com | 15 Aug 2024
  • A wrapper for Git to sanctify your version control workflow

    1 project | news.ycombinator.com | 19 Jul 2024

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?