Blog
Categories
- Jul 24 2015
A Git Workflow Walkthrough – Reviewing Pull Requests
Last time, we looked at how using feature branches makes life easier, and how you would create a feature branch to make a change and push it up to GitHub for review in the form of a pull request. Now that a Pull Request is live, someone has to review it. Let’s walk through some […]
Continue ReadingA Git Workflow Walkthrough – Reviewing Pull Requests - Jul 20 2015
A Git Workflow Walkthrough – Feature Branches
When it comes to learning Git, most folks I’ve talked to (myself included) have taken the slow and gentle path toward becoming proficient by adding it incrementally to their existing development processes. We begin by just running git init on an almost finished project and adding everything with a commit message such as start. Then, […]
Continue ReadingA Git Workflow Walkthrough – Feature Branches - Jul 07 2015
Seeing the Extensible Web Manifesto Through
Illustration by Sue Lockwood Participating in the creation of a new standard means joining listservs that look like they were put together circa 1850 and asynchronous arguments in IRC channels that span any/all timezones. It means devoting your nights and weekends to learning how to tinker with specs and fighting with professional web standards reps. […]
Continue ReadingSeeing the Extensible Web Manifesto Through- Tagged in:
- open source,
- web standards
- Jun 29 2015
Sketchbook: CSSConf
Last week, I attended my first ever CSSConf. CSSConf, as the name suggests is an event that focuses on all things CSS, with a speckling of front end dev and accessibility. This year, the conference was run by Bocoup and took place at the New York comedy landmark Caroline’s on Broadway – and the event […]
Continue ReadingSketchbook: CSSConf - Jun 16 2015
The ES2015 Nightmarefile
They tried to cover this up. In designing ECMAScript 2015 (a.k.a. ES6, a.k.a. ES2015), the authors identified a number of undesirable side effects of their work. “Why worry?” they asked. “People will be so smitten with arrow functions and block-scope bindings that they won’t care about a few measly backwards-breaking changes.” Well I care, and […]
Continue ReadingThe ES2015 Nightmarefile- Tagged in:
- performance,
- web standards
- Jun 12 2015
TXJS Node Workshop
We’re thrilled to announce a new workshop on July 23rd, the day prior to TXJS! Austin’s very own Bocouper Kassandra Perch aka Nodebotanist will be providing a full day workshop introducing server programming with Node.js. This workshop is particularly useful for front-end developers who are looking to expand their skills to include backend or full-stack […]
Continue ReadingTXJS Node Workshop - Jun 03 2015
A Facade for Tooling with NPM Package Scripts
We build a lot of software at Bocoup. Like other types of builders, we tend to grow attached to the particular sets of tools and scripts we use in our work. We don’t play favorites: my colleagues support Grunt, contribute to Gulp, and maintain stand-alone tools such as JSHint. It’s easy to take familiarity with […]
Continue ReadingA Facade for Tooling with NPM Package Scripts- Tagged in:
- performance,
- tools and workflow
- May 18 2015
Welcome Jess Klein
We’re on cloud nine for our newest Bocouper – Jess Klein! Jess joins us from the Mozilla Foundation, where she served as Creative Lead for such projects as X-Ray Goggles, Hackasaurus (which became part of the larger Webmaker platform), Thimble and the Hive. She also served as the Creative Director for Mozilla Open Badges, where […]
Continue ReadingWelcome Jess Klein- Tagged in:
- news
- May 13 2015
text-rendering: optimizeLegibility is Decadent and Depraved
Look, I like good typography as much as the next person—maybe even a little more. When a CSS property came along with promises to doctor all my type with ligatures and carefully calculated kerning—not some half-assed tracking, but real kerning—I jumped at it. I put text-rendering: optimizeLegibility on headings, body copy, navigation links; I slapped […]
Continue Readingtext-rendering: optimizeLegibility is Decadent and Depraved- Tagged in:
- design,
- performance,
- tools and workflow
- May 07 2015
Stereotropes Design
Our Data Visualization team recently launched a new project called Stereotropes, an interactive experiment exploring the relationships between gender and the words used to describe common tropes found in film and TV. In this post, we wanted to share some of the design process that went into turning the raw trope data into an interactive […]
Continue ReadingStereotropes Design- Tagged in:
- data analysis,
- data visualization,
- design