TRANSMISSIONS
Thoughts, tutorials, and engineering deep dives from the terminal to the canvas.
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...
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...
Egy cikk a Claude hasznalatarol
test...
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...
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...
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...
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...
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....
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...
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...