Lab
AI tools, creative workflows, developer deep-dives, and behind-the-scenes from RAXXO Studios.
7 articles
From Notion to Shopify Pages via API: A 50-Line Sync Script
A 50-line TypeScript script syncs Notion database pages to Shopify Pages via the Admin REST API Uses notion-to-md to turn Notion blocks into clean HTML body, then POSTs to /admin/api/2026-01/pages.json template_suffix is mandatory, omit it and Shopify renders your About...
Read articleEffect-TS in Production: 4 Patterns I Use Across Shopify Backends
Effect-TS replaced try/catch and ad-hoc retries across 3 Shopify backends and cut error-handling code by roughly 40 percent Pattern 1: Effect.tryPromise wraps Shopify Admin API...
Build a Telegram Alert Bot for Shopify Orders in 30 Lines of TypeScript
A Bun serverless function on Vercel turns Shopify orders/create webhooks into Telegram pings in under 5s HMAC verification with the webhook secret stops random POSTs...
TypeScript Decorators Finally Shipped: What Changed in 2026
Stage 3 decorators in TypeScript 5+ are stable in 2026. Migration from legacy, 5 production patterns, and where they belong now.
How to Structure a Monorepo for Multiple Products
How to structure a monorepo for multiple products using TypeScript, shared libraries, and deployment pipelines. Practical architecture for solo devs.
Drizzle ORM with Neon Postgres: A Practical Guide
A practical guide to using Drizzle ORM with Neon serverless Postgres. Schema design, migrations, queries, and deployment patterns for Next.js apps.
TypeScript 5 Features That Actually Matter in 2026
The TypeScript 5 features that actually matter for everyday development in 2026. Skip the theory - these are the ones you'll use daily.