Blog
Categories
- Feb 25 2013
Open Source Everything: Working with the jQuery Foundation
One of the awesome things about being a Bocouper is being able to use a quarter of your time to explore and work on open source. Whether it’s just trying out new tools or regularly contributing to a large project, it’s a great way for us to improve and give back to the technologies we […]
Continue ReadingOpen Source Everything: Working with the jQuery Foundation- Tagged in:
- open source
- Feb 25 2013
Ember.js Training from Tilde at Bocoup
We’re so excited that our friends Yehuda Katz and Tom Dale from Tilde will be stopping by the Bocoup Loft to deliver Introduction to Ember training April 22-24. At Bocoup, we support a wide variety of Open Web technologies. We believe in the right tool for the job, so we’re actively exploring different MV* libraries […]
Continue ReadingEmber.js Training from Tilde at Bocoup- Tagged in:
- training,
- web applications
- Feb 20 2013
Making a RapBot with JavaScript
This post talks about the development of RapBot, my freestyle 80s battle rap generator. You might want to see it in action before reading on, and you can check out the source code here. For the past year I’ve been using the Wordnik API in my projects to generate random words. I’ve made extensive use […]
Continue ReadingMaking a RapBot with JavaScript- Tagged in:
- tools and workflow
- Feb 18 2013
Tearing Grunt Apart
Introducing Grunt v0.4 For the last nine months, I’ve been working with Ben and our team of fantastic contributors to modularize the Grunt codebase. Today, we’re happy to announce that Grunt v0.4 has been published to npm. Hold on to your hats, a lot has changed! Architectural Improvements The primary focus of this version can […]
Continue ReadingTearing Grunt Apart- Tagged in:
- open source,
- performance,
- tools and workflow
- Feb 18 2013
Hangout with Bocoup
The Bocoup Loft is a fun and inspiring place to be. Between the technical debates and conversations amongst Bocoupers, regularly scheduled classes and meetups, and the occasional banana-themed event, 355 Congress St. is a very lively place! For the past few months, we’ve been experimenting with bringing that liveliness online via our Bocoup on Air […]
Continue ReadingHangout with Bocoup- Tagged in:
- training
- Feb 13 2013
Bring Out Your Bugs!
At Bocoup, we’ve long been advocates of bringing open source practices to new communities wherever we go. That’s why we’re excited to join OpenHatch and Harvard Women in CS at Harvard University this weekend to introduce the student community to the open source process. OpenHatch is a non-profit dedicated to matching prospective free software contributors […]
Continue ReadingBring Out Your Bugs!- Tagged in:
- open source
- Feb 11 2013
Welcome Adam Hyland
We are pleased to announce that Adam Hyland has joined the Bocoup team as a data visualization intern. Adam brings expertise in statistical software development and data modeling to Bocoup’s data visualization projects. Through his background as an economist and R programmer, Adam has a wealth of experience in data handling and visualization, as well […]
Continue ReadingWelcome Adam Hyland- Tagged in:
- news
- 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
- Jan 18 2013
A Bientot, Rebecca
Today, we’re saying goodbye to Rebecca Murphey. While we will miss her regular presence at Bocoup, we’re excited to continue working together on community projects as we have in the past. I met Rebecca four years ago when we were both green jQuery developers. I have learned so much from her over the years, and […]
Continue ReadingA Bientot, Rebecca- Tagged in:
- news
- Jan 14 2013
Realtime Node.js App: Building a Server
This post is the third in a three-part series describing our investigations into scalability for a second screen application we built for PBS. You can read the series introduction here. Being familiar with the stress testing procedure is all well-and-good, but that knowledge won’t really help you unless you have a server to test. In […]
Continue ReadingRealtime Node.js App: Building a Server