Searching for feat
- Dec 05 2018
The Eight-Month Omelette: adding a feature to one million conformance tests
The web-platform-tests project (WPT) houses over a million tests written to ensure our browsers provide a consistent experience of the web. WPT predates most of today’s popular JavaScript testing frameworks, so it implements one of its own: testharness.js. In December of 2017, I offered to extend testharness.js with a new feature. No one expected this […]
Continue ReadingThe Eight-Month Omelette: adding a feature to one million conformance tests - Jul 20 2015
A Git Workflow Walkthrough – Feature Branches
When it comes to learning Git, most folks I’ve talked to (myself included) have taken the slow and gentle path toward becoming proficient by adding it incrementally to their existing development processes. We begin by just running git init on an almost finished project and adding everything with a commit message such as start. Then, […]
Continue ReadingA Git Workflow Walkthrough – Feature Branches - Feb 08 2013
Sessions: The vim Feature You Probably Aren’t Using
I may as well come out and say it. In 2010, I leapt directly from Dreamweaver to vim as my primary editor. (I’ve been told that I may be the only person ever to have made this jump, but have no concrete evidence to substantiate this claim.) I had grown tired of Dreamweaver’s engorged appetite […]
Continue ReadingSessions: The vim Feature You Probably Aren’t Using- Tagged in:
- tools and workflow
- Feb 27 2025
Ciao Bocoup
Today is my last day as the owner of and Founding Principal at Bocoup. Please join me in congratulating the six new owners of the company: the Bocoup Workers Collective! The Collective has taken over leadership and operations. The Collective has prepared a post with FAQs and a group statement to answer questions we’ve gotten […]
Continue ReadingCiao Bocoup - Dec 02 2024
WPT: An overview and history
A few of our colleagues and partners have asked for an overview of WPT. We wrote this internal overview and history, which we want to also share publicly here as a reference for anyone interested in the how the project operates and came to be. What is WPT? Introduction Web Platform Tests, stylized `web-platform-tests` or […]
Continue ReadingWPT: An overview and history - Sep 17 2024
Interop 2025 Call for Proposals
Between implementing brand-new technology and fixing bugs in existing code, the folks who make web browsers have no end of important work to do. The problem space is so vast, in fact, that even deciding where to start is a challenge. That’s where you come in! But first, some background. The Web Platform Tests Interop […]
Continue ReadingInterop 2025 Call for Proposals - Jun 18 2024
Announcing the Privacy Stack for Remix
As part of our ongoing commitment to building a more just digital landscape, we have been thinking a lot about privacy this year. We’ve also been trying out Remix and though we wish the project was still working towards a renderer-agnostic architecture, we appreciate its reliance on web standards. Many technologists care about privacy and […]
Continue ReadingAnnouncing the Privacy Stack for Remix - Jun 11 2024
How to run a DIY node server in 2024
We have been deploying node apps to VPS and bare metal at Bocoup for almost 15 years, and with the growing number of full service hosting platforms, we thought this would be a good time to document how to do it yourself in 2024 for those of you who would still like to. We think […]
Continue ReadingHow to run a DIY node server in 2024 - Jun 05 2024
Full Stack Web Push API Guide
Push notifications are supported across major browsers, and with their recent addition to iOS last year, they are a compelling integration for the web. We recently built an installable web application with push notifications called Robert’s App (read the iOS install instructions to test it out). We built the application with remix.run and implemented notifications […]
Continue ReadingFull Stack Web Push API Guide - May 29 2024
Remix.run at Bocoup
Remix.run entered the mix of frameworks we’re using at Bocoup for a little over a year, and it’s been a huge lift in our velocity, enabling us to do things like offer free prototypes. We’re going to be posting a series of blog posts about parts of our workflow, and wanted to start with an […]
Continue ReadingRemix.run at Bocoup