Posts about open source
Categories
- May 08 2017
Moving Targets: A Case Study on Testing Web Standards
Recently, I had the opportunity to contribute to a massive, meaningful effort: the open-source Web Platform Tests (WPT) project. My task was to improve WPT test coverage for areas of the HTML specification dealing with navigation —things like the details of loading new web pages, browsing around the web, and opening new windows. I didn’t […]
Continue ReadingMoving Targets: A Case Study on Testing Web Standards- Tagged in:
- testing
- May 03 2017
Screencast Transcript: Improving Webpack Build Times
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 […]
Continue ReadingScreencast Transcript: Improving Webpack Build Times- Tagged in:
- tools and workflow,
- tutorial
- Apr 27 2017
Diving Into the Web Platform Tests
Illustration by Sue Lockwood At Bocoup, we hold strong convictions about the social significance of the web platform. We want to see it expand, and we want to make sure that it remains open in all senses as it grows. Following the lead of Philippe Le Hegaret of the W3C (and in collaborations with the […]
Continue ReadingDiving Into the Web Platform Tests- Tagged in:
- web standards
- Mar 09 2017
Lets Define My Favorite Test
Since starting our work on Test262, the official test suite for the ECMAScript programming language, we’ve seen our fair share of strange tests. For nerds like us, every test has the promise to teach us something new, make us laugh, or bury our head in our hands. But unlike choosing between movies, books, or 18th […]
Continue ReadingLets Define My Favorite Test - Mar 03 2017
Three Years with the WordPress REST API
In December WordPress 4.7 shipped with a built-in REST API, giving every WordPress site out-of-the-box REST endpoints for the core WordPress data types such as posts, comments and categories. This release is the culmination of almost four years of work by a globally-distributed contributor team, and I’m proud to say that here at Bocoup we’ve […]
Continue ReadingThree Years with the WordPress REST API- Tagged in:
- open source,
- web applications,
- wordpress
- Nov 30 2016
JavaScript Developers: Watch Your Language!
Illustration courtesy Matt McLaughlin. It is 9:18 AM on August 21, 2021. You have just finished eating your space-breakfast, and you’re ready to get back to work maintaining the web presence for Omni Consumer Products. After about an hour, you find your latest change fails an acceptance test. It turns out to be a bug […]
Continue ReadingJavaScript Developers: Watch Your Language!- Tagged in:
- web standards
- Sep 20 2016
Showing Missing Data in Line Charts
While working on visualizing the results of internet speed test data for Measurement Lab, it became clear that there wouldn’t always be data for every geographic location on every single day. We might go several days without meeting a minimum threshold of tests, meaning there would be gaps in our data. This is a pretty […]
Continue ReadingShowing Missing Data in Line Charts- Tagged in:
- data visualization,
- open source
- Sep 15 2016
Open Design Kit: Doing distributed design
The modern workforce is going digital. Teams are taking advantage of new communication tools in order to meet people where they are and allowing them to work from wherever they are most fulfilled and inspired, be it a home office in Montana, a coffee shop in Toronto, or a War Room at WeWork. While this […]
Continue ReadingOpen Design Kit: Doing distributed design- Tagged in:
- design,
- open design kit
- Sep 14 2016
Improving D3 Path Animation
D3 provides us with many of the basic building blocks needed to make charts in browsers while also making it extremely easy to animate them. One of the most common charts created with D3 is a line chart, often consisting of a series of SVG <path> elements to visualize the data. In this post, I […]
Continue ReadingImproving D3 Path Animation- Tagged in:
- data visualization,
- open source
- Sep 08 2016
Animating React Elements with BoxArt
Have you ever tried writing animations into a website? It’s complicated. There’s lots of room for error, and no tool seems to fill every animation need. Recently, while writing some DOM-based games, the Bocoup team realized there wasn’t existing software for all of the projects’ animation needs. To help fill the gaps, Bocoup created BoxArt, […]
Continue ReadingAnimating React Elements with BoxArt- Tagged in:
- animations,
- games,
- react