• OPENDEV HUB V1.0• API STATUS: 100% OPERATIONAL• CLIENT ENGINE: LOADED & CACHED• TRENDING TECH: TAILWIND V4, NEXT.JS 16, RUST, GO• ZERO AUTH REQUIRED
OPENDEVHUB

Command Palette

Search for a command to run...

DEVELOPER RELEASES

DEVELOPER NEWS STREAM

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

LioranDB TypeScript Series #3: Connection Strings, Transports and Client Lifecycle
liorandb2026-08-15
Swaraj PuppalwarSwaraj Puppalwar

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

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

LioranDB TypeScript Series #4: Type-Safe CRUD with Databases and Collections
liorandb2026-08-15
Swaraj PuppalwarSwaraj Puppalwar

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

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

LioranDB TypeScript Series #9: Backups, Cluster Health and Operational APIs
liorandb2026-08-15
Swaraj PuppalwarSwaraj Puppalwar

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

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

LioranDB TypeScript Series #8: Authentication, Users, Roles and Sessions
liorandb2026-08-15
Swaraj PuppalwarSwaraj Puppalwar

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

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

LioranDB TypeScript Series #10: Mastering the Official LioranDB CLI
liorandb2026-08-15
Swaraj PuppalwarSwaraj Puppalwar

LioranDB TypeScript Series #10: Mastering the Official LioranDB CLI

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

LioranDB TypeScript Series #5: Cursors, Query Shaping and Full-Text Search
liorandb2026-08-15
Swaraj PuppalwarSwaraj Puppalwar

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

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

LioranDB TypeScript Series #11: Deploy LioranDB with Docker Compose, Caddy and TLS
liorandb2026-08-15
Swaraj PuppalwarSwaraj Puppalwar

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

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

LioranDB TypeScript Series #2: Run LioranDB Locally with Docker and TypeScript
liorandb2026-08-15
Swaraj PuppalwarSwaraj Puppalwar

LioranDB TypeScript Series #2: Run LioranDB Locally with Docker and TypeScript

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

The Ghost in the Symlink: How I Hunted Down a Broken `-lsqlcipher` Bug in Termux (and Got Ninja'd on the Fix)
opensource2026-08-16
Gouranga Das SamratGouranga Das Samrat

The 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...

Building and Serving vLLM with Rust
gemma42026-08-14
xbillxbill

Building 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
webdev2026-08-15
Martin PalopoliMartin Palopoli

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.

CodeFrame: Turning Source Code Into Beautiful Images, Right In Your Browser
rust2026-08-15
Suradet PSSuradet PS

CodeFrame: 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...

What Zig felt like, coming from Rust
rust2026-08-16
Boris ZhguchevBoris Zhguchev

What Zig felt like, coming from Rust

Intro I've spent the last 7 years as a Rust developer, working mostly on open source...

CPU-only local speech-to-text for driving coding agents: Parakeet TDT + Paraformer over Whisper
showdev2026-08-15
Daming WuDaming Wu

CPU-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...

I built a compact Markdown notes app in Rust
showdev2026-08-16
HellterEnjoyHellterEnjoy

I 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
webdev2026-08-15
Martin PalopoliMartin Palopoli

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.