Posts about technical partnerships
Categories
- Sep 13 2016
How BoxArt Provides Fast DOM Animations
Our last article about BoxArt showed how to use BoxArt’s Animated component to animate a tile-dropping game built in React. This time, we are going to look at some features of how Animated optimizes animations for performance. The Beastliness of Layout Thrash There’s a performance nightmare constantly threatening when you’re animating in the browser. As […]
Continue ReadingHow BoxArt Provides Fast DOM Animations- Tagged in:
- animations,
- games,
- performance,
- react
- 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
- Jul 08 2016
Pom & Circumstance: Announcing Pombot for tracking time and productivity in Slack
Recent communication apps, like Slack, have lowered the barrier of entry for the use of bots to increase productivity. There are many techniques that I, personally, have tried in the past for time management, but none that I ever ended up fully adopting. Despite that, I always have been fascinated with what my colleagues were […]
Continue ReadingPom & Circumstance: Announcing Pombot for tracking time and productivity in Slack- Tagged in:
- bots,
- chatter,
- pombot,
- productivity,
- slack
- Jul 07 2016
Announcing Chatter: a library for making interactive chat bots on slack and more
We’ve long been making bots with hardware, now we’re making them with software too! They started as simple one-off “report bots.” Basically, helpful commands that anyone in our Slack could use to show useful information like who’s out on a given day, or how much vacation time we’ve taken. We also made a bot where […]
Continue ReadingAnnouncing Chatter: a library for making interactive chat bots on slack and more - Mar 22 2016
Looking at JavaScript with “new” eyes: Digging into the specs to learn more about the new operator
To me, the JavaScript language is as beautiful and unexpectedly wondrous as a mini donkey. If I could propose a new cover for the book Beautiful JavaScript, I would choose this one: The reason I find JavaScript beautiful is that there’s something new to learn everyday. For example, recently I learned some surprising facts about […]
Continue ReadingLooking at JavaScript with “new” eyes: Digging into the specs to learn more about the new operator - Mar 17 2016
Seams in JavaScript
Sometimes I’m not satisfied with the way things are. I wish they could be a little bit different, just for a moment. I deal with this desire in my personal life by sighing and gazing through a rain-dotted window. When writing code, I take a more productive approach: I use seams. During application development, there […]
Continue ReadingSeams in JavaScript- Tagged in:
- software development process,
- testing
- Feb 17 2016
Open Source Infrastructure: Deploying jQuery with Ansible
Over the last ten years, the servers that power jQuery and its associated projects have evolved from a single shared webhost to a complex fleet of more than thirty virtual machines. Recently, I have been working with the jQuery Foundation to reel in this decade of organic growth by standardizing the configuration management of our […]
Continue ReadingOpen Source Infrastructure: Deploying jQuery with Ansible- Tagged in:
- ansible,
- deployment,
- infrastructure,
- jquery
- Feb 02 2016
Workshops by Bocoup: New Look, Same Great Taste
Education and learning have always been a core part of what we do at Bocoup. From our earliest days in Fort Point, we’ve held classes dedicated to teaching people to build on the Open Web, the subjects evolving along with the platform itself. Over the past few months, we’ve been working on a new format […]
Continue ReadingWorkshops by Bocoup: New Look, Same Great Taste- Tagged in:
- workshops
- Dec 10 2015
Bocoup ♥ WordPress
Illustration by Sue Lockwood We here at Bocoup want to take a moment to recognize two of our team members for their work on WordPress 4.4, which was released this week: Mat “Wilto” Marquis and K. Adam White. Mat, by his own description, was the lead noise-maker for the effort to get native responsive image […]
Continue ReadingBocoup ♥ WordPress - Nov 18 2015
Ansible-based Deployment Workflow for Modern Webapps and Websites
Illustration by Christine An Over the years, Bocoup has put a lot of open source work on the internet, and we’ve used a huge range of services to do so. In early 2014, it was possible to find our efforts hosted on Dreamhost, Media Temple, Linode, Github Pages, Rackspace, Heroku, DigitalOcean, Amazon, and more. Recently, […]
Continue ReadingAnsible-based Deployment Workflow for Modern Webapps and Websites- Tagged in:
- ansible,
- deployment,
- tools and workflow