Bookmarks (180)

  • screenshot

    Node.js — Node v23.4.0 (Current)

    Node v23.4.0 (Current) Released — There are new --trace-env, --trace-env-js-stack and --trace-env-native-stack options to track environment...

  • screenshot

    Announcing AdonisJS v6

    8. Announcing AdonisJS v6 — A TypeScript-first backend Web framework with amazing documentation and packed with features...

  • screenshot

    GitHub - goldbergyoni/nodebestpractices: :white_check_mark: The Node.js best practices list (July 2024)

    7. The Node.js Best Practices List: 2024 Edition — An in-depth guide for Node developers that we...

  • screenshot

    Release 8.0.0 · google/zx

    6. zx v8.0: Google's Way to Write Shell Scripts with Node — A long standing way to...

  • screenshot

    typespec.io

    5. TypeSpec: A TypeScript-Inspired Way to Define APIs — A language for concisely describing cloud service APIs...

  • screenshot

    10 modern Node.js runtime features to start using in 2024 | Snyk

    3. 10 Modern Node.js Runtime Features to Start Using in 2024 — It's not just Bun and...

  • https://blog.platformatic.dev/a-guide-to-reading-and-writing-nodejs-streams

    1. A Guide to Reading and Writing Node.js Streams — I'm not surprised to see this as...

  • State of Node.js Performance 2024

    The State of Node.js Performance in 2024 — A thorough exploration (and benchmark) of recent performance...

  • screenshot

    The Complete React Course: Build an e-Commerce App with Hooks, Effects, and More! | Frontend Masters

    Complete Intro to React v9: New Project, Modern Stack — Join Brian Holt in building a pizza...

  • https://www.trevorlasn.com/blog/corepack-nodejs

    Node's Corepack: Version Control for Package Managers — A quick intro to a commonly misunderstood (and...

  • screenshot

    GitHub - soldair/node-qrcode: qr code generator

    node-qrcode: Generate QR Codes in Node — The ubiquitous 2D barcodes that can store arbitrary data...

  • screenshot

    GitHub - pelias/placeholder: stand-alone coarse geocoder

    Pelias 4.0: A Modular, Stand-Alone 'Coarse' Geocoder — Given an address or place name this will...

  • screenshot

    GitHub - remusao/tldts: JavaScript Library to extract domains, subdomains and public suffixes from complex URIs.

    tldts: Extract Domain Names, Subdomains and Suffixes from URLs — A ‘blazing fast’ library for extracting...

  • screenshot

    Release v7.1.0 · nodejs/undici

    Undici v7.1.0: Now with Stable HTTP/2 Support — Last week we featured the latest major v7...

  • https://bolt.new/

    Build Fully Functional Apps in Minutes, Not Months — Create, run, edit, and deploy full-stack web...

  • screenshot

    GitHub - kleisauke/wasm-vips: libvips for the browser and Node.js, compiled to WebAssembly with Emscripten.

    🖼️ wasm-vips: It's libvips, Compiled to WebAssembly — libvips is a popular, highly efficient image processing library...

  • screenshot

    Implementing Filtered Semantic Search Using Pgvector and JavaScript

    Implementing Filtered Semantic Search Using pgvector and JS — If you need something more sophisticated than...

  • screenshot

    Node.js Delivers First LTS with require(esm) Enabled, Enhanc...

    Node.js Delivers First LTS with require(esm) Enabled — It’s a modest milestone, but Node v22.12.0 (LTS)...

  • screenshot

    GitHub - slevithan/oniguruma-to-es: Convert patterns from Oniguruma (the regex engine used by Ruby, TextMate grammars, etc.) to native JavaScript RegExp

    Oniguruma-to-ES: Convert Patterns from the Oniguruma Regex Engine to Native JS — Oniguruma is a powerful...

  • About | Skia Canvas

    Skia Canvas 2.0: A Browserless Canvas Environment for Node — Based on Google’s Skia graphics engine...

  • screenshot

    Crunchy Bridge - Managed, Cloud Postgres

    ❤️ Postgres — You need a database provider that loves Postgres as much as you do....

  • screenshot

    Prisma 6: Better Performance, More Flexibility & Type-Safe SQL

    Prisma 6: Better Performance, More Flexibility and Type-Safe SQL — Prisma is a popular, powerful ORM...

  • screenshot

    Inside Bluesky’s Engineering Culture

    Inside Bluesky’s Engineering Culture — An interesting writeup from May 2024 that’s perhaps become more relevant...

  • screenshot

    Orbit - Apache Kafka Migration and Replication - WarpStream

    Zero Ops Apache Kafka Replication and Data Mirroring — Moving to WarpStream to reduce your Kafka...

  • https://blog.platformatic.dev/undici-v7-is-here

    Undici v7: The Modern HTTP Client Library for Node — A major release for a fundamental...

  • screenshot

    Introduction

    VineJS 3.0: Form Data Validation Library for Node Apps — A fast validation library for data...

  • Kaluma

    Kaluma: A Tiny JS Runtime for the Raspberry Pi Pico — Can a JavaScript runtime squeeze...

  • screenshot

    GitHub - revelrylabs/elixir-nodejs: An Elixir API for calling Node.js functions

    A Way to Call Node.js Functions from Elixir — Elixir is a Ruby-inspired, Erlang VM-based language...

  • screenshot

    png2embeddedjson

    png2embeddedjson: Convert PNGs to Base64-Encoded RGB565 in JSON — Niche, but has utility in embedding images directly...

  • screenshot

    Crawlee · Build reliable crawlers. Fast.

    Crawlee 3.12: Web Scraping and Browser Automation Library — A mature library to handle Web crawling...

  • screenshot

    GitHub - cure53/DOMPurify: DOMPurify - a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. DOMPurify works with a secure default, but offers a lot of configurability and h...

    DOMPurify 3.2: A Fast, Tolerant XSS Sanitizer for HTML — Supports all modern browsers and is...

  • screenshot

    Deno v. Oracle: Canceling the JavaScript Trademark

    Deno v. Oracle: Cancelling the JavaScript Trademark — Did you know Oracle formally owns the ‘JavaScript’...

  • screenshot

    GitHub - davidmarkclements/0x: 🔥 single-command flamegraph profiling 🔥

    🔥 0x 5.8: Single-Command Flamegraph Profiling for Node — A tool that can profile and generate an...

  • screenshot

    GitHub - WiseLibs/better-sqlite3: The fastest and simplest library for SQLite3 in Node.js.

    Better SQLite3 11.6: Fast and Simple SQLite3 Library — We remain big fans of this easy...

  • screenshot

    GitHub - nojacko/node-country-to-iso: Convert inconsistent country names and codes into ISO 3166-1 alpha-2.

    🌐 country-to-iso: Convert Country Names and Codes into ISO Codes — Unexciting, but incredibly useful when you’re bombarded...

  • math.js | an extensive math library for JavaScript and Node.js

    Math.js 14.0: An Extensive Math Library for Node and Browsers — Work with complex numbers, fractions,...

  • screenshot

    Avoiding False Positives in Node.js Tests | AppSignal Blog

    Avoiding False Positives in Node.js Tests — Specifically, avoiding loose/unstrict equality checks, overly general assertions, shallow...

  • Exploring JavaScript Symbols

    Exploring JavaScript Symbols — Symbols were a new ‘quirky little primitive’ (as Trevor puts it) that...

  • screenshot

    Node.js 22 runtime now available in AWS Lambda | Amazon Web Services

    Node.js 22 Runtime Now Available in AWS Lambda — AWS’s popular serverless platform, which initially launched...

  • screenshot

    SQLite | Lightning fast database with zero configuration setup

    A Complete Introduction to SQLite — Join Brian Holt for this video course and get to...

  • screenshot

    Talk to ChatGPT on a Phone Call

    Talk to ChatGPT via a Phone Call — It requires some third party services like Twilio,...

  • screenshot

    Val Town

    Val Town: A Social Way to Write and Deploy TypeScript — Staying on a serverless-ish theme,...

  • screenshot

    AWS Lambda turns ten – looking back and looking ahead | Amazon Web Services

    AWS Lambda Turns Ten: Looking Back and Looking Ahead — AWS Lambda, Amazon’s cloud function service,...

  • DBngin | All-in-One Database Version Management Tool

    ⚙️  DBngin: Simple Postgres, MySQL and Redis on Mac and Windows — It’s not Node-specific, but...

  • screenshot

    Node-oracledb 6.7 brings more flexibility and power to Oracle Database apps

    Node-OracleDB 6.7: Oracle's Official Database Driver for Node — I’m not an Oracle Database user myself,...

  • screenshot

    GitHub - mikesmallhelp/wacat: wacat - Challenge Your Web App with AI-Driven Cat Chaos!

    wacat 1.2: Tests Your Webapp Against 'Cat Chaos' — Uses a virtual ‘cat walking across your...

  • SVG To Font 6.1.0

    SVG To Font 6.1: Read SVG Icons and Output a Font File — Both a CLI...

  • screenshot

    SENTRY LAUNCH WEEK

    Explore Sentry Launch Week: New Products and Community Highlights — Join us for daily video drops on...

  • screenshot

    npmpackage.info

    npmpackage.info: Detailed Package Info on a Single Page — Give this online tool the name of...

  • screenshot

    Node.js — Node v18.20.5 (LTS)

    Node v18.20.5 (LTS) Released — Node v18 remains in its ‘Maintenance LTS’ phase (until May 2025)...