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 > thegdsks > free-aws-azure-and-gcp-architecture-icons-as-svg-hn8

Free AWS, Azure and GCP architecture icons as SVG

12+ min ago   (862+ words) I queried the registry and counted. Amazon publishes 739 architecture icons, Microsoft 626, and Google 214. Together that is 1,579 icons across three download pages, three zip files, and three different ideas of what an icon should look like. If you write architecture docs,…...


dev.to > verdantstack > deploying-sveltekit-to-cloudflare-pages-with-a-real-database-d1-postgres-and-the-gotchas-nobody-44d4

Deploying SvelteKit to Cloudflare Pages with a real database: D1, Postgres, and the gotchas nobody mentions

44+ min ago   (313+ words) Cloudflare Pages is the best free hosting for SvelteKit — global edge, zero cold starts, and a free tier that includes unlimited requests and 500 builds per month. But deploying with a real database instead of static pages has a few gotchas…...


dev.to > nainikmehta > stop-reading-cookies-in-nextjs-layouts-preserve-ppr-l8e

Stop Reading cookies() in Next.js Layouts — Preserve PPR

56+ min ago   (158+ words) This article shows why this happens and how to surgically fix it with tiny, leaf-level server components (wrapped in Suspense) or small client preloads so you keep the instant App Shell users expect. You might see the console message or…...


dev.to > renearias > stop-repeating-httpclient-boilerplate-in-angular-40n6

Stop repeating HttpClient boilerplate in Angular

28+ min ago   (22+ words) Set your API base URL and headers once with provideApi(), then inject(ApiService) anywhere. A tiny... Tagged with angular, typescript, webdev, opensource....


dev.to > kaamii65 > i-built-a-free-random-wheel-tool-heres-what-i-learned-about-building-interactive-web-tools-3n6d

I Built a Free Random Wheel Tool — Here’s What I Learned About Building Interactive Web Tools

1+ hour, 7+ min ago   (449+ words) Small interactive web tools look simple from the outside. A user clicks a button, the wheel spins, and a result appears. But building a good interactive tool involves more than just creating the visual interface. You also need to think…...


dev.to > gracefullight > oh-my-agent-15-hyperframes-replaces-remotion-serena-guard-ships-4aml

oh-my-agent 15: HyperFrames replaces Remotion, Serena guard ships

1+ hour, 59+ min ago   (1168+ words) oh-my-agent CLI 15.0.0 just shipped, and oma-video now renders with HyperFrames instead of Remotion. It is a breaking change, so it took a major version. The week also brought a hook that stops agents from bypassing your code-intelligence provider, and a…...


dev.to > plopino > mcp-or-cli-choose-by-who-controls-the-workflow-4ii8

MCP or CLI? Choose by Who Controls the Workflow

1+ hour, 39+ min ago   (566+ words) Suppose a tool can publish a built site. Should it offer a command line interface, an MCP server, or both? The tempting answer is “MCP for AI, CLI for humans.” That is too simple: agents can run commands, and people…...


dev.to > dhruv056 > structuring-a-lightweight-react-kanban-ui-vanilla-css-vite-4kpc

Structuring a Lightweight React Kanban UI (Vanilla CSS & Vite)

1+ hour, 54+ min ago   (459+ words) When building internal tools or dashboard prototypes, it can be tempting to immediately install heavy component libraries like Material-UI or Ant Design. While these libraries are powerful, for many early-stage prototypes a lightweight setup using Vite, React, and Vanilla CSS…...


hackernoon.com > building-a-type-safe-database-workflow-with-kysely

Building a Type-Safe Database Workflow With Kysely

2+ hour, 16+ min ago   (823+ words) Kysely is a query builder, not an ORM. There's no entity layer, no lazy loading, no magic session flushing things behind your back. You describe your schema once as a TypeScript interface and from there every method on the builder…...


dev.to > zeroiou > why-svg-exports-look-blurry-a-practical-png-checklist-3f59

Why SVG exports look blurry: a practical PNG checklist

2+ hour, 23+ min ago   (268+ words) SVG is resolution-independent, but the PNG you export from it is not. If an icon looks soft in a slide, email, or app store screenshot, the problem is often the export size rather than the SVG file. Decide where the…...