Published: Aug 27th 2026
How I Plan and Build Larger Projects With AI Coding Agents
I’ve been using AI coding tools every day for several months, and they’ve become part of how I plan work, investigate unfamiliar code, implement features, debug problems, and think through tests. Most days, they make me faster. Small tasks that once took an hour may take fifteen minutes, and I can get oriented in an […]
Read NowPublished: Aug 24th 2026
Stop Rebuilding Roku Navigation
Almost every Roku project starts as a blank canvas. You create the scene, get the first view on screen, wire up focus, and before long you run into a question every Roku team eventually has to answer: how are we handling navigation? At first, the answer is usually a couple of functions. Show this view. […]
Read NowPublished: Dec 19th 2025
Why BrighterScript Is a Game Changer for Roku Development
Developing for Roku traditionally means writing in BrightScript, Roku’s built-in scripting language for channels and apps. BrightScript itself is capable and lightweight, but as applications grow in scale and complexity, developers often run into limitations — missing modern language features, a lack of compile-time checks, and boilerplate that slows development and debugging. That’s where BrighterScript […]
Read NowPublished: Mar 15th 2021
Open Source | TKSS Rodash Utility
TKSS Software Inc. is proud to introduce the “TKSS Rodash” utility library for Roku development. This utility is inspired by the Lodash JavaScript utility library that is used on over 4 million websites. Our Goal Our goal was to reduce the amount of time and code required by Roku developers to perform common tasks within […]
Read Now