I built the most feature-complete React Native drum picker — native Fabric, 10+ features, zero compromises
Every React Native project eventually needs a drum/wheel picker.
You know the one — that satisfying iOS-style scrolling cylinder
for selecting dates,
typescript
dev.to
May 28, 2026
Building an SEO crawler in TypeScript: what I learned
I have been working on a project called SEOCore, which is an SEO crawler and audit CLI built with TypeScript.
It is also my first public repository,
typescript
dev.to
May 28, 2026
@flare-ts - a TypeScript HTTP framework for Node and Cloudflare Workers
GitHub: lumex-solutions/flare-ts
A few months ago I wanted to build something on Cloudflare Workers. Hono is the obvious answer there and it's genuin
typescript
dev.to
May 28, 2026
5 gotchas I hit moving LLM logs from Postgres to ClickHouse
The problem
I am building Spanlens, an open-source LLM observability platform. Every call to OpenAI, Anthropic, or Gemini gets recorded wit
typescript
dev.to
May 27, 2026
The Production Deployment Checklist Senior Devs Never Skip (2026)
Most outages aren't caused by bad code. They're caused by good code deployed in the wrong order.
Senior developers don't rely on memory before a depl
typescript
dev.to
May 27, 2026
Why Backend Secrets Leak More Often Than Developers Think: A Deep Dive into Runtime Security with XyPriss
Modern backend applications rely heavily on environment variables for storing sensitive data, including database credentials, API keys, JWT secrets,
typescript
dev.to
May 27, 2026
Why green CI doesn't mean your system works
A case study: how a TypeScript migration doubled my test runs — with zero failures
CI was green. Tests were passing. PRs were merging.
The system
typescript
dev.to
May 27, 2026
The Anatomy of a High-Converting AI SaaS Landing Page (With Real Examples)
Most AI startup landing pages fail not because the product is bad but because the page doesn't communicate value fast enough. Visitors decide in the f
typescript
dev.to
May 27, 2026
The case for compiled, typed CSS (blame AI)
We spent years getting TypeScript to where it is. It already checks your APIs, your components, your state. Your CSS values are still strings that not
typescript
dev.to
May 27, 2026
Securing AI Generated Code: You Ship It, You Own It
A developer merges a pull request on Friday afternoon. Monday morning, a security review flags a SQL injection flaw in a new endpoint. When you ask wh
typescript
dev.to
May 27, 2026
You Can't Bypass an Auth System That Doesn't Exist: Why We Went DB-less for 38k Tickers
Implicit Trust is an Architectural Flaw
If you've been reading the Hacker News homepage today, you've probably seen "BadHost" (CVE-2026-487
typescript
dev.to
May 27, 2026
Next.js 16 Broke My App in 4 Places and None of Them Threw an Error
The CI was green.
Build passed. No TypeScript errors. No warnings. Everything looked clean. I clicked deploy and went to make tea.
Came back, opened
typescript
dev.to
May 27, 2026
tRPC: The End of API Docs as We Know Them
What's the Big Deal?
tRPC stands for TypeScript Remote Procedure Call. The pitch is simple: instead of writing REST endpoints, writing Open
typescript
dev.to
May 27, 2026
Memory Graphs Don't Scale
Everyone is building AI memory using graphs. They're all going to hit a wall. Most of them just don't know it yet.
The memory problem
LLMs
typescript
dev.to
May 27, 2026
Medusa v2 in Production: Three Bugs That Each Ate a Weekend
Production bugs don't care that your infrastructure costs €3.29/mo.
Medusa v2 is genuinely good — the headless model, the workflow engine, the v2 adm
typescript
dev.to
May 26, 2026
Back to Code | Ep 08: The Illusion of Type Safety
The 15-week technical battle of LogiFlow — a company waking up from the illusion created by artificial intelligence and returning to real engineering
typescript
dev.to
May 26, 2026
Back to Code | Ep 06: State Hell and Idempotency
The 15-week technical battle of LogiFlow — a company waking up from the illusion created by artificial intelligence and returning to real engineering
typescript
dev.to
May 26, 2026
Back to Code | Ep 02: Autopsy — The Lie That Looked Flawless
The 15-week technical battle of LogiFlow — a company waking up from the illusion created by artificial intelligence and returning to real engineering
typescript
dev.to
May 26, 2026
Back to Code | Ep 01: The Invoice of Illusion and the Black Friday Crash
The 15-week technical battle of LogiFlow — a company waking up from the illusion created by artificial intelligence and returning to real engineering
typescript
dev.to
May 26, 2026
Building a Lightweight Crypto Trading Monitor: From Idea to Open Source
Ever felt like you’re missing the perfect entry point because you can't stare at the charts 24/7? That was me. Instead of burning out by watching 1-m
typescript
dev.to
May 26, 2026