Blog
Product
Control data latency and availability with a few SQL statements
Slow applications kill business. Greg Lindon (in this now archived deck), noted that 100ms in latency lowered Amazon’s sales by 1%. Marissa Mayer pointed out that speed really matters when she explained the results of A/B tests as “500ms of additional load time dropped Google searches by 20%.”
Andy Woods
May 20, 2021
Culture
What parental leave is like at Cockroach Labs
Welcoming a child while working at a tech startup can seem like an overwhelming life change. In a world where everyone is already strapped for time, you’re going to take three months away from your role!? It sounds scary, but at Cockroach Labs, we’re working on ways to make this stressful time easier, and I’m excited to share more about our programs for Roachers who are starting or growing their families. For starters, if you think the technology industry is just startups full of recent college graduates, think again! At Cockroach, our average employee is 36 years old. 30% of our team has children, and we average 2 children per family with more Little Roachers on the way!
Lauren Weber
May 17, 2021
Culture
Updating your engineering interview to make better hiring decisions
For many engineers, thinking about spending countless hours of studying for coding interviews leaves them exhausted before they even get started. At Cockroach Labs, we have open sourced the interview process on Github to create familiarity for candidates and removed resumes and utilized exercise-based interviews to reduce bias. Beginning in mid-2017, we engaged with our engineering team on how we can make our engineering interview process less intimidating and more fair, resulting in better hiring decisions.
Lindsay Grenawalt
May 17, 2021
Product
Building better IAM with a scale-out, OLTP database
The identity and access management platforms that I either used or researched in the past always left much to be desired. Most times their audit trails aren’t strong enough. Pricing per user or per session is too expensive. They don’t deploy easily in multiple regions. And they aren’t exactly easy to operate or scale across clouds. There was clearly a gap in the market for a modern IAM platform. I needed such a platform in order to properly do my previous job as a Head of eGovernment and IAM (in Switzerland). But such a platform didn’t exist! This is when we began thinking through and building the platform that has become ZITADEL today. Jump straight to the architecture.
Florian Forster
May 13, 2021
Culture
Inc. Magazine honors Cockroach Labs on Best Workplaces List 2021
Cockroach Labs was named for resilience and survival. The last year has tested us all in unimaginable ways, and it was the strength and resilience of our team and our community that kept us afloat and propelled us forward. So it is an absolute honor that, after the year we’ve all had, we have been named to Inc. Magazine’s annual list of the Best Workplaces for 2021.
Lindsay Grenawalt
May 12, 2021
Culture
How our open interview process helps you land the job
At Cockroach Labs, we’ve long worked at reducing bias for better, more inclusive recruiting outcomes. We do this by removing resumes throughout the hiring process so that interviewers can focus on you, the candidate— not your background. We also emphasize exercise-based interviews that give people the opportunity to demonstrate that they can do the job instead of recounting past experience. These practices are rooted in a basic, human principle for hiring: as a company looking for amazing talent, we want to eliminate hurdles that might keep you from showing us your strengths in an interview, not create them. Four years ago, we saw another opportunity to help people put their best foot forward: we decided to make our interview prep materials openly available.
Devonaire Ortiz
May 11, 2021
Product
How to model JSON data in a Go app with CockroachDB
*Guest post alert! Jack is a core maintainer of pgx, a PostgreSQL driver and toolkit for Go. He helped build the testing integration for CockroachDB and pgx. Jack blogs at https://www.jackchristensen.com/* -– Many applications benefit from representing some data in a relational structure and some data in a more flexible document structure like JSON. Taking advantage of the JSON functionality available in a relational database can reduce the need for a dedicated object database, minimize infrastructure and application complexity, and improve performance.
Jack Christensen
May 4, 2021
Culture
Career change: How I became a Developer Advocate
Last year, I changed careers from Tech Writing to Developer Relations at Cockroach Labs. This blog post details how an investment in employees' careers and development, as well as the Roachermobile programs at Cockroach Labs helped me reinvent my career.
Amruta Ranade
May 3, 2021
Product
Distributed spatial data in free, open source CockroachDB
CockroachDB is a reliable, relational database, built to help you scale your transactional workloads in the cloud. Our focus on common relational data types has brought bulletproof resilience and effortless scalability to all sorts of customer applications, from customer service applications to global data stores for cloud-connected devices, to streaming video providers. Today, we’re excited to bring that same bulletproof resilience and effortless scale to new use cases: spatial data types in CockroachDB. The same open-source database you use to store and access common relational data types (e.g., INT, TEXT, UUID) can now be used with GEOMETRY and GEOGRAPHY spatial data types. And best of all, it’s free.
Andy Woods
April 30, 2021