Blog
Categories
- May 01 2018
Adapter Pattern – A Must for Vendor & Service Integrations
Software development is a costly process. Requirements need to be gathered, decisions need to be made, and resources need to be scheduled to write the software. All of these steps require an investment of time and money to get a feature to the point where it starts bringing value to a business. After the feature […]
Continue ReadingAdapter Pattern – A Must for Vendor & Service Integrations - Jan 29 2018
So, You’d Like to Start an Open Source Project
Regular readers of this blog are no strangers to free and open source software. From Firefox to Brave, Node.js to OpenSSL, and jQuery to React (finally), today’s web developer can’t get very far at all without relying on “FOSS.” However, there is a huge difference between consuming FOSS and maintaining FOSS. The latter task is […]
Continue ReadingSo, You’d Like to Start an Open Source Project - Dec 11 2017
Our Technical Partner Moseys On
Back in 2012, on a day that is now ensconced in company lore, the IRC user tkellen joined the channel for the Bocoup-maintained F/OSS project, Grunt. The stranger immediately began to vent on all the shortcomings he saw in the task runner. This was our introduction to Tyler Kellen. We’re reflecting on that event today […]
Continue ReadingOur Technical Partner Moseys On - Dec 01 2017
Lorin, Redrafted
Our pal Lorin Bond has headed out Californee Way to seek her fortune in her home state. She’s done a lot of good around these parts over the past few years, and we wanted to make sure everybody knows about it. From the get-go, we all knew we wanted to work with Lorin. For some, […]
Continue ReadingLorin, Redrafted - Nov 20 2017
I Slipped on JavaScript’s Banana Peel
Think of the last time you goofed up on the job. Maybe you forgot to clean out the microwave in the break room. Maybe you hit “Reply All” when you really meant “Reply.” Or maybe you nodded off during an all-hands meeting. Probably your mistake was a little less banal than any of that, but […]
Continue ReadingI Slipped on JavaScript’s Banana Peel - Oct 13 2017
The Other Bob
Bob Holt was an easy hire. He had plenty of experience as a front-end developer. He was engaged in the Boston web development community, meaning he was no stranger to the Bocoup Loft. And beyond just wielding open source software, Bob maintained an offering of his own: Keel.js. He was doing us proud from the […]
Continue ReadingThe Other Bob - Oct 01 2017
This One Outgrew Her Shell
Can you tell me what EBITDA stands for? No? Okay, well, how many varieties of sea slugs can you name? None?! Clearly, you have never worked with Jasmin Jata. She taught us all this and more over the past 3 years. Although Jasmin joined us with a good deal of experience under her belt, she […]
Continue ReadingThis One Outgrew Her Shell - Sep 15 2017
Scorpion Gets Steppin’
Our pal Matt Surabian (a.k.a. “Scorpion”) has left Bocoup to pursue his interests in the Go programming language and technical operations. In light of this bittersweet news, we found ourselves reflecting on the time we’ve shared since he joined us. Matt’s been an excellent consultant. From a technical standpoint, he’s consistently demonstrated chops in web […]
Continue ReadingScorpion Gets Steppin’ - Sep 14 2017
A Powellful Farewell
To the best of our knowledge, Laura Powell is the only person to lie to us while interviewing. She shared a tall tale about an unfortunate series of events during a wedding, and she challenged us to spot the fib. While deception was not a tool she would employ again, her knack for storytelling was […]
Continue ReadingA Powellful Farewell - Sep 14 2017
Ergonomic Testing with Webpack, Part One, File Resolving
This is part one in a series on the intersection of module bundlers and testing frameworks. Our focus will be webpack and jest but the techniques explored here can be reused with other tools as well. Modern websites and applications are routinely built by combining hundreds of small JavaScript modules. In order to increase the […]
Continue ReadingErgonomic Testing with Webpack, Part One, File Resolving