Insights

Insights

An inside look at unlocking value for category leaders through great digital products.

Read Insights
MongoDB Aggregation Pipeline Patterns Part 1
Development
MongoDB Aggregation Pipeline Patterns Part 1

Today we are going to explore different ways of transforming raw data efficiently. I'll be going over a couple of patterns that will make it easier for you to calculate everything you need in a single MongoDB aggregation pipeline query. Consider the following data set for these examples: ``` //...

Read More
Digital Transformation: Where Do You Start?
Business
Digital Transformation: Where Do You Start?

Technology has transformed the business landscape—most leaders get it. They’ve heard “innovation” equated to survival at least a hundred times, and understand just how true that is. While the terms “transformative technology” and “disruptive innovation” have become buzzwords, leaders recognize their weight and are eager to implement them into their...

Read More
Custom Fonts - How to Install a Webfont Like a Boss
Development
Custom Fonts - How to Install a Webfont Like a Boss

What? So you've found a font you like, you added a ttf file to your public assets folder, and then you used @font-face to configure it but now you notice that sometimes it flickers and it's difficult to use normal CSS font properties. Your CSS might look like this....

Read More
Succeeding At Software
Development
Succeeding At Software

Alice had a great idea for a product. She had designs, validation, and a small budget. All she needed was a dependable, affordable development shop to make her dream into a reality. She reached out to two such companies: Bumbling, LLC and Helpful Hands, Inc. Bumbling reviewed her RFP, assured...

Read More
Why Men Stopped Wearing Hats
About Differential
Why Men Stopped Wearing Hats

…and what it means for your company culture. I’ve always been fascinated looking at old photo’s where virtually every man you see is wearing a hat (and suit) and have often wondered, when/why did this change? Obviously today in a similar setting, virtually the only hats you’ll see are baseball...

Read More
Scaling Meteor to 20,000+ Users in 7 Days
Development
Scaling Meteor to 20,000+ Users in 7 Days

My phone vibrates. The familiar buzz for an email notification. Apple finally approved a critical last minute update to the BRAVE app. Our efforts over the past three and a half months has culminated to this day. Launch day. We beta tested the app with 100+ users, but we could...

Read More
Git and Github for MNS
Development
Git and Github for MNS

What are Git and Github? Why would I use them? Git and Github are a distributed version control system. It lets multiple developers work on the same codebase without ruining each other's code (when used correctly). Github also acts as you code backup system and provides a tremendous level of...

Read More
14 Technologies Every Web Developer Should Be Able to Explain
Development
14 Technologies Every Web Developer Should Be Able to Explain

I often find myself thinking of new and simple ways to explain some pretty complicated web development concepts to our clients. What I have found is that the concepts aren’t hard to grasp, but rather all the other terminology is really hard to keep straight. This is my attempt to...

Read More