More posts loaded.

Blog

Follow along as we chronicle our work with our partners, the latest news on the web platform, and our efforts to build a more collaborative, inclusive company culture.
  • Introducing the Web Platform Contribution Guide

    Simon Pieters - May 26th, 2020

    Many people in the web development community, including many of us at Bocoup, were drawn to the web because it appears to be a diverse and inclusive technology platform. But, when we look around the room at who is working on web standards like HTML, CSS and JavaScript, it is mostly a narrow group of […]

  • Ergonomic Testing with Webpack, Part One, File Resolving

    Z Goddard - September 14th, 2017

    This is part one in a series on the intersection of module bundlers and testing frameworks. Our focus will be webpack and jest but the techniques explored here can be reused with other tools as well. Modern websites and applications are routinely built by combining hundreds of small JavaScript modules. In order to increase the […]

  • Screencast Transcript: Improving Webpack Build Times

    Matt Surabian - May 3rd, 2017

    On February 15, 2017 we had a screencast to talk about how to improve webpack build times by utilizing the new webpack HardSource plugin created by our colleague Z Goddard. This post contains the video of that event along with a transcript and visual aids. If you’re interested in learning more about webpack, check out […]

  • A Git Workflow Walkthrough – Merging Pull Requests

    Jim Vallandingham - August 13th, 2015

    We are in the homestretch with our git workflow walkthrough. I knew we could do it! Last time, we looked at a few ways to review pull requests. In this final (for now!) installment, we will merge our reviewed changes back into master. Once your pull request reviewer is satisfied with the changes, you’ll get […]

  • A Git Workflow Walkthrough – Reviewing Pull Requests Locally

    Jim Vallandingham - August 3rd, 2015

    In many cases, a visual check of the changes via the PR page on GitHub is enough to give a +1 to changes. That’s how we did things in our previous walkthrough post. But sometimes, you want to try things out locally downloaded to your own machine to get a feel for what is really […]

  • Introducing Learn JS Data

    Jim Vallandingham - March 25th, 2015

    Learn JS Data is a new guide introducing JavaScript as a language that can support data processing and manipulation. While there are many great tutorials and examples for doing data processing in other languages, there appeared to be a deficiency of resources on data munging in JavaScript. And so, we have started to fill in […]

  • Using SVG Patterns as Fills

    Irene Ros - December 19th, 2014

    Back in the day, before color printers (or printers at all), people still had to make good data visualization. One way to do that was by using patterns instead of solid colors to indicate changes in scale or category. For example, take a look at this set of pie charts, using different patterns for different […]

  • Customizing the RobotsConf Sumobot with Johnny-Five

    Rick Waldron - December 19th, 2014

    In the first post in this series, I walked through inventory, preparation, calibration and assembly of the SumoBot Kit that was provided to all attendees of this year’s RobotsConf. From there, I showed how to control the bot with an Arduino Uno, Electric Imp and Spark Core. In this article, I’m going walk through two […]

  • Controlling the RobotsConf Sumobot with Arduino Uno & Johnny-Five

    Rick Waldron - December 19th, 2014

    In the previous article, I walked through inventory, preparation, calibration and assembly of the SumoBot Kit that was provided to all attendees of this year’s RobotsConf. In this article, I’m going introduce a simple program to for controlling the assembled SumoBot with an Arduino Uno. This entire article will assume that the you have already […]

  • Controlling the RobotsConf Sumobot with Spark Core & Johnny-Five

    Rick Waldron - December 19th, 2014

    In the previous article, I walked through inventory, preparation, calibration and assembly of the SumoBot Kit that was provided to all attendees of this year’s RobotsConf. In this article, I’m going introduce a simple program to for controlling the assembled SumoBot with a Spark Core. This entire article will assume that you have already read […]