Posts about training
Categories
- Apr 07 2014
bl.ocksplorer.org – Learning d3.js by Example
We’ve been working quite a bit with d3.js here at Bocoup. From working on d3.chart to our work with clients like Climate Central. Regardless of our endeavor, one thing stayed true – we rely on the many examples out there showing off how to use various esoteric features of d3.js. Many of these examples live […]
Continue Readingbl.ocksplorer.org – Learning d3.js by Example - Feb 18 2014
Building Command Line Tools in Node with Liftoff
One of my favorite things about programming in node is the package management system. In almost all instances, the practice of locally installing modules for each project has simplified my life as a developer. However, as a long time contributor to Grunt, I have become intimately familiar with one edge case where this practice breaks […]
Continue ReadingBuilding Command Line Tools in Node with Liftoff- Tagged in:
- deployment,
- open source,
- tools and workflow
- Jan 27 2014
Shell Hacking – CDPATH
Imagine you are working in your shell, you could be in any directory anywhere, but you want to go to ~/Projects/MyProject. You’re probably used to typing something like this: cd ~/Proj[tab]/MyPro[tab] Wouldn’t it be nice if you could end up in the exact folder you want with just: cd MyProject The CDPATH environment variable Much like the […]
Continue ReadingShell Hacking – CDPATH- Tagged in:
- tools and workflow
- Oct 09 2013
Coming Feb 2014 – Roost and jQCon
Roost, Bocoup’s first-ever JavaScript Training Conference, was born one year ago this month. Today, we’re excited to announce our second Roost Conference, to be held February 10-11, 2014 in San Diego. Roost is a two-day event for growing front-end web developers who want to learn more about building modern websites and applications from the JavaScript […]
Continue ReadingComing Feb 2014 – Roost and jQCon- Tagged in:
- training
- Mar 25 2013
Learn CSS Layout Meets Latin America
Last week I translated Greg Smith’s Learn CSS Layout into Spanish in an effort to bring this amazing guide to more people around the world. When I was in college, Spanish-language resources for learning about new Web Design technologies were very limited. Not only was finding them difficult, but the resources were also frequently out […]
Continue ReadingLearn CSS Layout Meets Latin America- Tagged in:
- design,
- localization,
- process
- Mar 04 2013
Learn CSS Layout
Learn CSS Layout is a new learning and reference site I made in my open source time here at Bocoup. Although there are lots of resources on the web for learning CSS layout techniques, we’ve had trouble finding ones we’re comfortable recommending. Learnlayout.com is an enlightening and accessible look at modern techniques for beginners, while […]
Continue ReadingLearn CSS Layout - 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 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 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