Please confirm you are human

This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.

A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.

Hold with a pointer, or hold Space or Enter.

News

DEV Community
dev.to > jsmanifest > react-starttransition-without-usetransition-the-standalone-api-teams-keep-overlooking-in-1lgp

React `startTransition` Without `useTransition`: The Standalone API Teams Keep Overlooking in Concurrent Mode

47+ min ago   (174+ words) React startTransition Without useTransition: The Standalone API Teams Keep Overlooking in... Tagged with javascript, react, webdev, node....

DEV Community
dev.to > urbanmixo > the-illusion-of-stringlength-how-to-safely-count-unicode-emojis-and-words-in-js-166m

The Illusion of String.length: How to safely count Unicode, Emojis, and Words in JS

1+ hour, 50+ min ago   (173+ words) If you are building a text input that restricts users to a specific character limit (like a tweet, an SMS gateway, or an SEO meta tag), your first instinct is probably to use String.prototype.length. If you are doing…...

DEV Community
dev.to > monteluke_68ee9b83/78/76551 > make-fully-customizable-qr-codes-actually-3cik

Make Fully Customizable QR Codes (Actually)

1+ hour, 45+ min ago   (28+ words) Tired of usual bland QR codes that don't show off your brand? I made a simple API to create fully... Tagged with python, api, backend, tools....

DEV Community
dev.to > yanwang > three-things-that-bit-us-moving-a-document-scanner-fully-into-the-browser-15cc

Three things that bit us moving a document scanner fully into the browser

2+ hour, 20+ min ago   (596+ words) I work on LensUp, which does exactly that — the whole pipeline runs in the tab, and files are never uploaded. Disclosure up front: it's our tool, and this post is about the parts that were harder than the pipeline itself....

DEV Community
dev.to > jjoyneriv > gh-api-paginate-slurp-jq-length-counts-pages-not-issues-1i1b

gh api --paginate --slurp --jq 'length' Counts Pages, Not Issues

2+ hour, 28+ min ago   (415+ words) gh api --paginate --slurp --jq 'length' is the command everyone reaches for to count issues in a repository. It does not count issues. It counts pages. I found this while writing pagination recipes for a toolkit, and then found the…...

DEV Community
dev.to > nainikmehta > stop-making-your-react-components-reusable-react-design-4086

Stop Making Your React Components Reusable | React Design

3+ hour, 13+ min ago   (502+ words) In the modern React ecosystem, "reusability" has been elevated from a best practice to a full-blown theology. We are taught from our first tutorial that DRY (Don't Repeat Yourself) is the ultimate virtue. If you write the same button twice,…...

DEV Community
dev.to > chang_zhong_2c82ccf7fb888 > designing-a-deterministic-browser-side-photo-analysis-flow-2e2c

Designing a deterministic browser-side photo analysis flow

3+ hour, 9+ min ago   (196+ words) While building a small browser-based facial-proportion tool, I found that a few engineering choices matter more than adding another model. The pipeline starts with 478 detected facial landmarks and derives four displayed proportions: harmony, symmetry, eye area, and jawline. The important…...

DEV Community
dev.to > fawinell > i-built-a-radio-station-with-one-listener-and-it-runs-in-a-terminal-4g7h

I built a radio station with one listener, and it runs in a terminal

2+ hour, 44+ min ago   (638+ words) The film above is 86 seconds, and the middle of it is a real on-air moment. There is a longer unedited recording at the top of the repo README. Watch either first, with the sound on. The rest of this post…...

DEV Community
dev.to > jones_chen_592558a62a5c44 > treating-one-day-as-a-system-primitive-1eba

Treating “one day” as a system primitive

3+ hour, 15+ min ago   (165+ words) For most AI apps, the unit of time is a request. A user sends a message, the model responds, and the workflow ends. Cogweald is designed around a different primitive: one real day. Each world can advance by at most…...

DEV Community
dev.to > khg5293 > why-type-safety-matters-more-as-a-codebase-grows-14pc

Why Type Safety Matters More as a Codebase Grows

3+ hour, 15+ min ago   (209+ words) When a project is small, type safety can feel like extra work. If you only have a few files and you wrote most of the code yourself, it is often easy to remember what each function expects and what each…...