As the fall winds down and everyone starts thinking about turkey, travel, and a little time off, we decided to ask our engineering team a simple question:
“What’s one tool or technology you’re thankful for this year?”
Not the fanciest tool. Not the trendiest. Simply the one thing that genuinely made their work easier, faster, or less painful. Here’s what they shared.
"I am thankful for Batch! It automatically handles scaling, scheduling, and running our national modeling jobs so we can focus on writing code and analyzing outputs instead of managing servers!"
"I am thankful for Firefox Containers. They help keep parts of my online activity (especially, AWS accounts for different clients) separated into color-coded tabs. Cookies are also separated by container. We can also group the tabs in each of these containers separately, which helps me be more organized and switch between tasks more easily."
A small browser feature, but genuinely useful for engineers juggling multiple client environments.
"I am thankful for docker containers. These allow all of our analytics jobs to run on the identical software every single time and that eliminates a lot of frustration."
Docker gives us reproducibility and stability: two things engineers are thankful for year-round.
"I’m thankful for Step Functions because it makes it easy to run many steps in the right order without a lot of extra code. It helps us see where things are in the process and fix issues faster when something goes wrong."
Step Functions orchestrate complex workflows cleanly and visually, which helps with both debugging and collaboration.
"IAM thankful for S3! It's a simple storage solution that's easy to connect to via Python and R, and is a great way to transfer data both to and from partner organizations. We even trigger jobs when new data lands."
S3 is a core piece of nearly every data pipeline we build: durable, scalable, and easy to automate.
"I am thankful for GitHub. With not having much R experience prior to this role, GitHub was useful for me to gain a better understanding on how R is used and the syntax of it. It also gave me the opportunity to see how my teammates utilize R to achieve their tasks."
GitHub doubles as both a collaboration platform and a learning tool, giving new engineers a clear window into patterns, workflows, and real code they can build from.
"I'm thankful for auto tab discard because it allows me to keep all my Firefox tabs up without consuming all of my system memory. It allows me to quickly reload tabs that I need and enables me to multitask more efficiently"
We all know the pain of 47 open tabs during a long debugging session. This one hits home.
"I am thankful for boto3. It allows an easy interface to use AWS services in Python. Without it it would be incredibly more difficult to use AWS services in Python."
boto3 is the backbone of almost everything programmatic we do with AWS.
“They preserve data types, which keeps data integrity intact, and the simple partitioning framework makes fast queries easy.”
Parquet is a backbone format across our data platforms: compact, columnar, and perfect for high-performance analytics.
"I am most thankful for Terraform - an open source tool we use to create what the industry calls 'Infrastructure as Code'. We use Terraform Modules to automate deployments of entire data applications on AWS that can the easily be deployed, updated, and enhanced in a version-controlled and consistent manner for our clients. Terraform is definitely one of our Red Oak super powers"
Terraform keeps our cloud environments repeatable, trackable, and easy to evolve.
It’s always interesting to see what people rely on day to day. Some of these tools are big, foundational pieces of our cloud architecture. Others are small quality-of-life helpers that make an engineer’s day just a little smoother.
Either way, they all play a part in helping us build solid, reliable systems for our clients. We hope you enjoy a restful and well-deserved Thanksgiving.