YouTube

  • 06 September 2026

Fluent Interface Pattern in PHP.

We practice the Fluent Interface technique in PHP to write code that reads like natural language by chaining method calls.

Read more 
  • 25 August 2026

HyperFrames storyboard practice.

How to use the HyperFrames storyboard feature with OpenCode to plan a video before generating the final result with animations and effects.

Read more 
  • 13 August 2026

Chrome DevTools MCP with OpenCode.

How to set up Chrome DevTools MCP in OpenCode and use it to debug a real page: the AI opens Chrome, clicks the button, reads the console and fixes the error itself.

Read more 
  • 07 August 2026

Book to skill with OpenCode.

I try book-to-skill, an open source tool that turns a technical book into a skill your AI agent can consult on demand, using far fewer tokens than pasting the whole book.

Read more 
  • 25 July 2026

OmniRoute with OpenCode.

How to set up OmniRoute, a free and open source local gateway that connects your editor or CLI to more than 90 AI providers with free tiers.

Read more 
  • 18 July 2026

OpenSpec workflow with OpenCode.

I explore Spec-Driven Development with OpenSpec and OpenCode, a practical workflow to plan just enough before coding without falling into heavy documentation.

Read more 
  • 11 July 2026

Facade pattern in PHP.

We practice the Facade pattern in PHP using a home automation example to simplify complex subsystem interactions into a single, clean interface.

Read more 
  • 05 July 2026

Creating videos with HyperFrames.

How to create videos using HTML and GSAP with the HyperFrames CLI tool.

Read more 
  • 29 June 2026

Composite pattern in PHP.

We practice the Composite pattern in PHP using a file system structure with directories and files as components.

Read more 
  • 17 June 2026

Spec-Driven Development with OpenCode and Spec Kit.

I explore Spec-Driven Development using GitHub Spec Kit and OpenCode AI agents to build a CLI flashcard app called study-cards-cli.

Read more 
  • 11 June 2026

Caveman skill with OpenCode.

Testing the Caveman skill for OpenCode to make AI agents respond more concisely and reduce token output without losing technical precision.

Read more 
  • 07 June 2026

Bridge pattern for notifications in PHP.

We practice the Bridge pattern in PHP to separate notification types from delivery channels, avoiding class explosion when adding new features.

Read more 
  • 31 May 2026

React Doctor with OpenCode.

Using React Doctor for a deterministic analysis of a React project, then installing the react-doctor skill in OpenCode to fix issues with AI.

Read more 
  • 24 May 2026

Creating diagrams with Excalidraw MCP.

How to set up and use the Excalidraw MCP server with OpenCode to create architecture diagrams with AI.

Read more 
  • 18 May 2026

Creating an MCP SQLite Server for OpenCode.

Learn how to create a simple MCP server with TypeScript and SQLite, then connect it to OpenCode for natural language database queries.

Read more 
  • 25 April 2026

A PHP app to practice design patterns.

I share how I built a PHP app to practice design patterns using AI.

Read more 
  • 17 April 2026

Security plugins for OpenCode.

I share my experience testing security plugins for OpenCode: Claude Code Safety Net and Envsitter Guard.

Read more 
  • 10 April 2026

Installing Impeccable skill for OpenCode.

A basic guide to install and use the Impeccable skill in OpenCode to audit and improve web pages.

Read more 
  • 29 March 2026

Optimize OpenCode tokens with DCP and RTK.

How to save tokens in OpenCode using Dynamic Context Pruning (DCP) and Rust Token Killer (RTK) - achieve 60-90% reductions in common operations.

Read more