To automate, or not to automate?
As engineers, we like boolean logic. We like yes or no answers. We like right
answers. So, when coming across problems that do not have right answers, it
invokes a different pattern of thinking that we don’t use every day. One of
these such problems is deciding whether you should spend the time engineering
a task, or just do it manually. I think as engineers we often default to the
technical solution, even if it means spending way more time putting together
the pieces to automate something vs just copy pasting something 50 times.
Using AI to Script Code Modifications
How to be productive in a totally novel domain with little knowledge, using Artificial Intelligence.
Not All Rabbit Holes Lead To Wonderland
A cautionary tale of looking for a technical solution for Node unit test performance optimization where an easier less technical solution exists.
Yes, you can get your idea on the product roadmap as an engineer
User generated playlists has been the number one requested feature since I joined Calm 2.5 years ago. However, during that same time span, it was never prioritized high enough to make it onto a product roadmap. So, like a naive kid new to the corporate world, I set out on a journey to make playlists happen. How hard could it be?
The art of moving off of an A/B Test system
At Calm, as I assume is similar with many consumer tech companies,
experimentation is a way of life. At the time of writing, I’m in the process
of moving Calm away from not only our first in-house experimentation system,
but our first external system. I don’t claim to be a SME in many things, but
when it comes to deprecating old A/B test systems, I’m somewhat of a pro.
What's a real engineer, anyway?
In November of 2021 I received a life changing offer to join Calm as a
software engineer. It was a dream come true and immensely exciting, but it
also brought an uneasiness. I was a finance major in undergrad. I went to
business school. I was primarily self taught and worried that people would
find out that I scammed my way in, or I wouldn’t be taken seriously.
Search at Calm
Calm’s Search feature is an integral part of our app experience. In 2021, we refreshed our app to accommodate the scale of our ever-expanding content library. With a larger content library, it became more important than ever to provide a world-class Search.
Working Groups that Worked
Many of Calm’s most compelling products and ideas come from organic collaboration. We see success when we collaborate across orgs, across experience levels, and across backgrounds. This commitment to openness is where we started talking about working groups.
Zero to Launch Ready with Performance Testing
How exactly do you prepare for a huge spike of new users from a partnership launch?
Internationalization With React-Intl
There’s a lot to keep in mind when it comes to internationalization of a project, but most companies don’t want to think about supporting multiple languages right from the start. In fact, most companies shouldn’t localize right from the start. It’s faster to develop when not thinking about translations.
Flexible Mobile Content Layout
How do you give your server fine-grained control over your mobile content layout, without losing the benefits of a native experience?