DEVELOPER NEWS STREAM
Direct logs, engine updates, and framework notifications parsed from curated RSS feeds and announcements, updated hourly.

Swaraj PuppalwarLioranDB TypeScript Series #3: Connection Strings, Transports and Client Lifecycle
LioranDB TypeScript Series #3: Connection Strings, Transports and Client...

Swaraj PuppalwarLioranDB TypeScript Series #4: Type-Safe CRUD with Databases and Collections
LioranDB TypeScript Series #4: Type-Safe CRUD with Databases and Collections LioranDB...

Swaraj PuppalwarLioranDB TypeScript Series #9: Backups, Cluster Health and Operational APIs
LioranDB TypeScript Series #9: Backups, Cluster Health and Operational APIs LioranDB...

Swaraj PuppalwarLioranDB TypeScript Series #8: Authentication, Users, Roles and Sessions
LioranDB TypeScript Series #8: Authentication, Users, Roles and Sessions LioranDB...

Swaraj PuppalwarLioranDB TypeScript Series #10: Mastering the Official LioranDB CLI
LioranDB TypeScript Series #10: Mastering the Official LioranDB CLI LioranDB TypeScript...

Swaraj PuppalwarLioranDB TypeScript Series #5: Cursors, Query Shaping and Full-Text Search
LioranDB TypeScript Series #5: Cursors, Query Shaping and Full-Text Search LioranDB...

Swaraj PuppalwarLioranDB TypeScript Series #11: Deploy LioranDB with Docker Compose, Caddy and TLS
LioranDB TypeScript Series #11: Deploy LioranDB with Docker Compose, Caddy and...

Swaraj PuppalwarLioranDB TypeScript Series #2: Run LioranDB Locally with Docker and TypeScript
LioranDB TypeScript Series #2: Run LioranDB Locally with Docker and TypeScript LioranDB...

Gouranga Das SamratThe Ghost in the Symlink: How I Hunted Down a Broken `-lsqlcipher` Bug in Termux (and Got Ninja'd on the Fix)
Some bugs announce themselves loudly. Segfaults, stack traces, five-hundred-line panics. This one...

xbillBuilding and Serving vLLM with Rust
This tutorial walks through deploying vLLM and some of the key Rust tools used for building and...

Construyendo el flagship (1): auth por cookie browser-correcta en Fitz
La auth del panel Admin, completa — por qué es por cookie y no Bearer, un login Argon2id + JWT que Setea una cookie HttpOnly, y páginas protegidas que resuelven el usuario vía el ORM y redirigen a /login. Más el shell responsive.

Suradet PSCodeFrame: Turning Source Code Into Beautiful Images, Right In Your Browser
Every developer who has ever needed to share code in a slide deck, a blog post, or a GitHub issue has...

Boris ZhguchevWhat Zig felt like, coming from Rust
Intro I've spent the last 7 years as a Rust developer, working mostly on open source...

Daming WuCPU-only local speech-to-text for driving coding agents: Parakeet TDT + Paraformer over Whisper
I dictate prompts to coding agents (Claude Code, Cursor) all day. Typing paragraph-long prompts was...

HellterEnjoyI built a compact Markdown notes app in Rust
I've been building Lilo — a small desktop notes app built with Rust + egui. It stores notes as...

Building the flagship (1): browser-correct cookie auth in Fitz
The Admin panel's auth, in full — why it's cookie-based and not Bearer, an Argon2id + JWT login that Sets a HttpOnly cookie, and protected pages that resolve the user via the ORM and redirect to /login. Plus the responsive shell.