TRANSMISSIONS

Thoughts, tutorials, and engineering deep dives from the terminal to the canvas.

01MAY 13, 2026
Case Studies

ADOB2 - Seamless excel imports with Node.js

A case study on solving problematic data import from excel Back Story The team faced an issue with the new project (Laravel 10, queues, maat) The Problem What needed to be solved and why The...

02MAY 4, 2026

Vibe-Coding with Intent: How I Set Up Claude Code for This Site

Most AI coding setups are chaotic. You dump a request in, get code back, and hope it fits. What I built for this site is different — a structured, opinionated workflow where Claude Code acts like a dis...

03APR 18, 2026
Tutorials

Egy cikk a Claude hasznalatarol

test...

04FEB 2, 2025
SanityCMS

Title: Getting Started with Next.js and Sanity CMS

**Introduction** Next.js is a powerful React framework for building fast and scalable web applications, while Sanity CMS provides a flexible and headless content management system. In this post, we’l...

05JAN 31, 2025
General

Hello World!

This is the 1st post using Sanity CMS "At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias exceptu...

06DEC 10, 2024
General

Designing for Failure: A Guide to Resilient Frontend Architecture

Every production system fails eventually. The question is not whether failure will happen, but whether your architecture is prepared to degrade gracefully when it does. In this post we explore patterns...

07NOV 22, 2024
SanityCMS

Getting Started with Sanity Webhooks and Real-time Events

Sanity's webhook system is one of its most underutilised features. In this guide we wire up real-time document change events to trigger deploys, send Slack notifications, and keep downstream systems in...

08OCT 14, 2024
SanityCMS

Type-Safe GROQ: Leveraging TypeScript with Sanity v3

Sanity's typegen CLI can generate TypeScript types directly from your schema and GROQ queries. Here we walk through setting up end-to-end type safety from schema definition to component props....

09SEP 3, 2024
General

The Case for Mono: Why Monospaced Fonts Improve Developer UX

Monospaced fonts carry information about precision and intentionality. Beyond code editors, they communicate structural thinking in dashboards, data tables, and terminal-style UIs. A deep dive into typ...

10AUG 19, 2024
Tutorials

Build a Custom Portable Text Renderer in Next.js

Sanity's Portable Text is powerful but the default renderer often needs customisation. We build a fully typed custom renderer with support for image blocks, code snippets, callouts, and embedded refere...