Skip to content

Development journal

Posts tagged: JavaScript

Published notes filed under this topic.

RSS feed
VS Code and AI tooling

How to build a VS Code extension: I read the OpenCode one and wrote my own

10 min read

Written by: Jonathan Reis on

A practical tutorial on how to build a VS Code extension from scratch. I read the minified source of the official OpenCode extension, found the internal HTTP endpoint, and built one that sends any selection — including from unsaved files.

Astro and Cloudflare Pages

Blog dates off by one day: the timezone bug that affects every Astro site

6 min read

Written by: Jonathan Reis on

Every blog post on our Astro site showed the wrong date — one day earlier than the frontmatter value. The root cause was simple, but the complete fix touched frontmatter, formatting, sorting, and the content schema.