Home / Companies / Temporal / Blog / March 2021

March 2021 Summaries

2 posts from Temporal

Filter
Month: Year:
Post Summaries Back to Blog
The author shares their experience transitioning from a corporate role at Microsoft to a startup, Temporal. They discuss the challenges of switching platforms and learning new languages, such as Go. Despite some initial hurdles, they found the development process smooth and enjoyed contributing to Temporal's security features. The company culture is described as focused on developers, reliability, and seeking truth. The author also reflects on their personal growth and the differences between working in a big tech environment versus a startup ecosystem. Overall, the experience has been positive and refreshing for them.
Mar 31, 2021 2,686 words in the original blog post.
Ryland from Temporal, an MIT OSS platform for building highly reliable distributed applications, discussed a recent data-loss bug that affected their users' mission-critical applications. The issue was caused by a Golang variable shadowing problem in the persistence code and only occurred when Cassandra returned specific errors from failed transactions. The team initially assumed the issue was related to memory problems with the clusters running their persistence, but later discovered it was due to the Golang bug. They have since implemented measures to prevent such issues from happening again, including adding tests for dependency-level failures and improving communication channels with users.
Mar 03, 2021 2,207 words in the original blog post.