Skip to Content
The Public InterfaceSeptember 16, 2026

The Public Interface

September 10, 2026

Is Robinhood Gold Worth It? The 3 Benefits I Actually Use

How I’m using Robinhood Gold for a 3% IRA match, 3.5% checking interest, and 3% cash back.

By Ross Robinorobinhood / investing / retirement

This post is a bit different from my technical blog posts. I believe we are entering a period with AI and government spending where it will be more important than ever to be invested in equities and gain interest on any assets you have. I’ve recently switched most of our financial activities over to Robinhood, and I felt like I should share the Robinhood Gold bonuses I’m taking advantage of with my readers in case you would want to take advantage of them as well.

You can open an IRA and immediately get a 3% match. If you have a company match with your employer up to a certain percentage and have already met it for the year, you can get an extra $225 from this IRA match.

Robinhood has a newer separate banking app as well. The first benefit is the 3.5% interest on your checking account which can add up quickly if you keep a large cash balance. For example, a $10,000 balance would be an extra $350 per year. The second is the credit card, which gives you 3% cash back on all purchases. I was impressed that the cash back was immediately given after you purchase before the transaction even finalizes.

That’s all I wanted to say on this one, here’s my referral link if you want an extra bonus for signing up.…

Continue reading

In brief

Building with WebMCP

Run AI features through WebMCP for higher capability, familiar models, and lower costs.

MCP (Model Context Protocol) provides an interface for tools such as ChatGPT/Codex, Claude Code/CoWork, and Grok Bot (I’ll refer to these as agents going forward), to connect to allowing them to accomplish tasks with other systems. Typically MCP servers live on a remote server, your agent connects with them for example over HTTP. They provide information about what the agent can do with tools: order dinner, book a trip, or deploy a website. With remote MCP servers, instead of an agent having to use local tools like Computer Use to access a browser and click around like a human would, they allow agents to operate in a more streamlined way to accomplish the task it needs.

August 28, 2026

tailwint - Tailwind Lint CLI

Let your agent fix your Tailwind lint issues.

TailwindCSS provides a built in linter in their VSCode IDE plugin that provides suggestions like this: When migrating from v3 to v4, I have had countless improvements highlighted from this handy feature.

August 25, 2026

HTTP Forms

HTTP forms using the JavaScript Fetch API.

HTML forms are the fundamental building block that allow users to submit data to a web server. HTML forms can be submitted as either a GET or POST request (other HTTP methods are not supported). The action attribute specifies the URL or pathname of the route that handles the submission.

August 20, 2026

External dispatch

Archive

December 23, 2025 · javascript

Classy Typescript

A case for object oriented programming with modern TypeScript.

December 17, 2025 · npm

NPM Trusted Publishing

How to publish with provenance to NPM using GitHub Actions and Changesets.

June 12, 2025 · javascript

Async Local Storage

Learn how to make use of AsyncLocalStorage in server-side JavaScript applications.

April 19, 2025 · tailwind

Icons in CSS

A simple, performant way to use icons with TailwindCSS.

April 18, 2025 · gpt

OpenAI Responses API for TypeScript Developers

A simple overview of how to use the OpenAI Responses API with TypeScript, including setup, streaming responses, and managing conversation state without a database.

February 12, 2025 · javascript

JSDoc @import Tag

A better way to write types with JSDoc comments.

January 21, 2025 · site search

Simple Site Search

How to make a Google Site Search like deno.com

January 17, 2025 · javascript

Package Your TSConfig

How to publish and share your TypeScript configuration between projects.

June 18, 2024 · aria

ARIA Live Regions

Learn how to use ARIA attributes to announce dynamic content changes to screen readers.

June 7, 2024 · javascript

Create Your Own Vite Plugin

Understand modern development tooling by building a basic Vite plugin with LinkeDOM.

March 13, 2024 · css

Scope JavaScript and CSS with the Web Platform

CSS @scope combined with custom elements in JavaScript introduces a more native approach to scoping, allowing for cleaner and more manageable code in web development.

October 8, 2023 · rendering

When and Where to Render

Evaluating rendering stages for different types of applications and content.

August 21, 2023 · css

A Case for CSS Components

Reasons to use CSS stylesheets instead of JavaScript UI frameworks to author primitive components.

May 1, 2023 · svelte

Write Once, Run Anywhere

Write one schema in JavaScript and query data on the edge with Drizzle-ORM, SvelteKit, and Vercel Storage.

September 12, 2022 · npm

Interactively Update NPM Dependencies

Keeping up with your project's dependencies can be difficult and time consuming. Here's the best way I've found to keep up with them.

December 7, 2015 · exchange traded funds

Why You Should Own Exchange Traded Funds

Exchange Traded Funds are powerful investment vehicles that enable average and inexperienced investors to maximize their return on investment.