Blog
Categories
- Apr 28 2016
Welcome, Susan Robertson!
They say if you’re snoozin’, you’re losin’, but if you’re Susan, you’re choosin’ … Bocoup! We’re thrilled to welcome Susan Robertson to our engineering team. As a front-end developer, Susan has built her career implementing designs, creating better user experiences, and building canonical online style-guides for a broad range of clientele. Previously of Fictive Kin […]
Continue ReadingWelcome, Susan Robertson!- Tagged in:
- news
- Apr 25 2016
The Cranky Ghost in the Machine
Sometimes I swear source code can say as much about its author as any poetry. This might sound like an exaggeration (or like I don’t read too much poetry), but I’m often surprised by how style and values find their way into the seemingly-lifeless language of software. For me, nowhere has this been more apparent […]
Continue ReadingThe Cranky Ghost in the Machine- Tagged in:
- jshint
- Apr 20 2016
Using Research Tools in your design practice: Negotiating to actually use them
Bocoup has been offering a handful of user research workshops lately focusing on developing a process for working on design projects. Following the workshops, I have been pinged by tons of designers and engineers who are doing user research on a project requesting some support in a real-world application of the tools. Primarily, the main […]
Continue ReadingUsing Research Tools in your design practice: Negotiating to actually use them- Tagged in:
- design,
- user research,
- workshops
- Apr 14 2016
Bocoup Opens New Office and Event Space by South Station; Puts 7-year Moratorium on Moving
Friends of the Coop have grown accustomed to double-checking our address before stopping by—which makes sense, given that we’ve moved a few times in the past two years: Well, friends, I’m pleased to report we’ve finally put down roots—very long, sturdy roots—at 201 South Street. We’re thrilled to be fully up and running in our […]
Continue ReadingBocoup Opens New Office and Event Space by South Station; Puts 7-year Moratorium on Moving- Tagged in:
- boston,
- event space,
- news
- Mar 29 2016
Equality and Relational Operators: Comparing the strange relationship between null and 0
Recently I saw a tweet about the relationship between values in JavaScript saying that greater or equals means nothing. The tweet reported the following results: null >= 0 // true null > 0 // false null == 0 // false My experience with the JavaScript language makes me believe that everything has a meaning, even […]
Continue ReadingEquality and Relational Operators: Comparing the strange relationship between null and 0 - 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 25 2016
Welcome Pam Drouin!
Pam Drouin really drew us in with her impressive design skills and warm personality… so we’re thrilled to announce that she’s joined the team at Bocoup! Pam started her career as a librarian, having earned degrees in English Literature as well as Library and Information Science, but ultimately, her love of computers and meaningfully organized […]
Continue ReadingWelcome Pam Drouin!- Tagged in:
- news
- Feb 22 2016
Say “Hello World” with Johnny-Five on Tessel 2
Back in April I wrote about Bocoup’s excitement for the recently announced Tessel 2 in “Pushing NodeBots Into The Future with Tessel 2”. Since then, we’ve worked side-by-side with the Tessel Project to help them realize their platform vision for the next stage in the evolution of the Tessel. With shipping underway, we’re excited to […]
Continue ReadingSay “Hello World” with Johnny-Five on Tessel 2- Tagged in:
- johnny-five,
- tessel 2
- 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