Measuring Japanese Read-Aloud Speed with AmiVoice Timestamps — A Coaching App That Doesn't Stop at STT-to-Claude
📝 Originally published in Japanese on Zenn. This is the English version.
Canonical: https://zenn.dev/uya0526_design/articles/main_article_reading-spe
typescript
dev.to
Jun 18, 2026
Functional programming in TypeScript: the abstractions I actually use and the ones I dropped
Functional programming in TypeScript: the abstractions I actually use and the ones I dropped
There's a specific moment I recognize in almos
typescript
dev.to
Jun 18, 2026
Functional programming en TypeScript: las abstracciones que realmente uso y las que abandoné
Functional programming en TypeScript: las abstracciones que realmente uso y las que abandoné
Hay un momento específico que reconozco en cas
typescript
dev.to
Jun 18, 2026
Next.js 15 Error Handling: error.tsx, Server Actions, and Sentry (2026)
Proper error handling in Next.js 15 is spread across four different mechanisms that serve different purposes. Most guides cover one of them. This cove
typescript
dev.to
Jun 18, 2026
I Built a 'Living World' Eco App with AI - Here's Every Architectural Decision That Mattered
TL;DR: I built EcoAscent; a gamified eco-awareness app where a hand-drawn SVG world visually decays or flourishes based on your logged actions. This
typescript
dev.to
Jun 18, 2026
I Spent 3 Hours Debugging Why Google Couldn't Read My Sitemap. Then I Found an SEO Sitemap Library for TypeScript That Fixed It
I spent 3 hours debugging why Google Search Console kept showing "Couldn't fetch" on a sitemap that looked completely normal in my browser. The XML re
typescript
dev.to
Jun 18, 2026
What is your cutoff for killing a bad Codex run?
One thing I’m still trying to reason about with Codex is when a run should be stopped rather than allowed to keep spending context, steps, and time.
typescript
dev.to
Jun 18, 2026
TypeScript Discriminated Unions: Making Impossible States Impossible
TypeScript Discriminated Unions: Making Impossible States Impossible
You have a data, an error, and an isLoading field on a type. You know
typescript
dev.to
Jun 15, 2026
I built an anime ranking site that measures real buzz, not marketing hype
Most anime ranking sites show you what's being promoted. The big seasonal titles, the ones with the biggest ad budgets, the ones every site agrees on.
typescript
dev.to
Jun 15, 2026
Give Your TypeScript AI Agents Long-Term Memory with TencentDB-Agent-Memory
A walkthrough wiring open-multi-agent's pluggable MemoryStore to TencentDB-Agent-Memory through its Hermes Gateway, with a real cross-run memory loop
typescript
dev.to
Jun 15, 2026
Convex + Next.js Complete Guide (2026): Realtime Backend Without the Boilerplate
The moment you need realtime in a Next.js app — other users see changes instantly, live feeds, collaborative editing — you face a wall of setup: webso
typescript
dev.to
Jun 15, 2026
Build a Capability-Based Router for Multimodal AI Models
AI applications rarely remain connected to a single model.
A product may begin with text generation, then add structured output for agents, document
typescript
dev.to
Jun 15, 2026
TypeScript Utility Types: How They Work (Not Just What They Do)
Every TypeScript developer uses Pick, Omit, Partial, and Record. But ask them how Omit is actually defined, and you'll get blank stares half the time.
typescript
dev.to
Jun 15, 2026
Real-Time Dashboard in Next.js with TanStack Query + Zustand
An admin dashboard sounds like a simple project. List some data, add some filters, show some charts. In practice, it's where all the product complexit
typescript
dev.to
Jun 15, 2026
Migrating a Vite i18n App to Next.js Without Breaking Everything
Introduction
Internationalization (i18n) is one of those features that feels simple until you have to change your underlying architectural
typescript
dev.to
Jun 15, 2026
Building a Marine Chart Parser in TypeScript: Parsing Binary Formats, Topology, and IHO Symbology
Every commercial vessel on the planet uses electronic navigation charts (ENC) in S-57 format. Despite this, there has never been a working JavaScript
typescript
dev.to
Jun 15, 2026
Beyond CRUD: Anatomy of a real admin workflow in React
Patterns are abstract until they meet a real workflow with statuses, sub-resources, and a decision that lives separately from status. Here's
typescript
dev.to
Jun 15, 2026
I gave Claude a memory of everything I browse — here's the architecture
Claude can read my files, my terminal, even my screen. But it had no idea what I read in my browser yesterday.
That gap bugged me enough to build Bra
typescript
dev.to
Jun 15, 2026
tsgo vs tsc: What's Changed and Should You Switch Yet?
Most TypeScript developers share one frustration: how long the compiler takes. For years there was nothing to do but accept it, since tsc was the only
typescript
dev.to
Jun 15, 2026
Human-in-the-Loop Is a Delivery Guarantee, Not a UI Feature
Two repos. One missing guarantee.
In agent-governance-plane, a human's approval was cryptographically signed with Ed25519 and written to a tamper-evi
typescript
dev.to
Jun 14, 2026