JavaScript, TypeScript & Node

JS runtimes, TypeScript, tooling, and the modern web/server JS ecosystem.

  • 11 Tracked terms
  • Last 30 days Feed window

What this topic collects on

An article joins this feed when it matches these terms. Each one is also a search of its own.

Latest in JavaScript, TypeScript & Node


dev.to > ritualdev > stop-bookmarking-dead-awesome-lists-we-built-a-zero-paywall-developer-directory-with-automated-gl3

Stop Bookmarking Dead "Awesome" Lists: We Built a Zero-Paywall Developer Directory with Automated Health Checks

21+ min ago   (23+ words) Every developer's browser bookmarks look the same: dozens of starred "Awesome-XYZ" GitHub lists... Tagged with opensource, webdev, programming, productivity....


dev.to > cheng2zhang > making-chroma-work-in-chinese-57jb

Making Chroma Work in Chinese

8+ min ago   (1282+ words) Note: This tutorial picks up where Chroma's official quick start guide leaves off. So you've finished Chroma's quick start — congratulations. Everything works, right up until you feed Chroma some Chinese text. Chroma's default embedding model, all-MiniLM-L6-v2, is English-only. Given Chinese…...


dev.to > echoluoluo > coordinates-are-usually-the-beginning-not-the-answer-336

Coordinates Are Usually the Beginning, Not the Answer

39+ min ago   (1088+ words) When people work with maps, latitude and longitude are often treated as the final result. You search for a place, get a pair of coordinates, and the task seems complete. But in practice, coordinates are rarely the final answer. They…...


dev.to > veil_im > we-label-every-security-claim-on-our-site-implemented-experimental-or-not-claimed-1jge

We Label Every Security Claim on Our Site: Implemented, Experimental, or Not Claimed

44+ min ago   (497+ words) Somewhere in the last decade, "end-to-end encrypted" stopped meaning anything. So we did something that felt commercially reckless: we labelled every single claim on the site as one of three things. Implemented — it's in the current build, testable by anyone…...


dev.to > jack_du_64a902eb1614b3933 > how-to-extract-text-and-images-from-powerpoint-using-c-558d

How to Extract Text and Images from PowerPoint Using C#

1+ hour, 8+ min ago   (21+ words) In development scenarios, we may encounter the need for PowerPoint document content parsing, such as... Tagged with csharp, dotnet, softwaredevelopment, tutorial....


dev.to > zackary_lvseth_d494d598e > fliproom-a-room-changeover-is-a-content-problem-1kj7

Fliproom: a room changeover is a content problem

1+ hour, 3+ min ago   (237+ words) Built for Sanity Challenge, Path Two. What I Built Fliproom turns a room changeover into... Tagged with devchallenge, sanitychallenge, sanity, ai....


dev.to > bryan_philips_802e857ce63 > i-built-an-app-that-turns-workout-videos-into-actual-workouts-42h5

I built an app that turns workout videos into actual workouts

1+ hour, 33+ min ago   (23+ words) I just built Reel Motion. The idea is pretty simple. There are millions of good workout videos on... Tagged with buildinpublic, showdev, startup....


dev.to > baba_yaga_dee9f44c728109e > redis-vs-memcached-complete-comparison-2kg6

Redis vs Memcached: Complete Comparison

1+ hour, 49+ min ago   (942+ words) In the high-stakes world of modern application development, performance and scalability are paramount. Developers and architects constantly seek robust solutions to reduce database load, accelerate data retrieval, and enhance user experience. Two names frequently emerge at the forefront of in-memory…...


dev.to > dibodev > first-touch-attribution-on-a-cookieless-static-nuxt-site-4f16

First-touch attribution on a cookieless static Nuxt site

2+ hour, 21+ min ago   (272+ words) I run a small static Nuxt site (SSG + Storyblok) with cookieless analytics: no consent banner, nothing stored server-side about who visits. Great for privacy, but it left me blind on the one question every freelancer or small business asks: where…...


dev.to > karenpayneoregon > c-basic-jsonconverter-tip-543k

C# basic JsonConverter tip

2+ hour, 39+ min ago   (19+ words) Introduction Learn how to properly use a JsonConverter, along with property and global... Tagged with csharp, dotnetcore, tutorial, coding....