April 2021 Summaries
2 posts from Sleuth
Filter
Month:
Year:
Post Summaries
Back to Blog
Sleuth, a company focused on helping customers deliver faster and safer services, has achieved SOC 2 Type II compliance as of April 9, 2021. This achievement demonstrates their commitment to security and protecting customer data at the highest levels. In order to gain this certification, Sleuth utilized its own platform to provide evidence of following dev processes, including code reviews, issue tracking, peer approvals, automated test suites, and deployment verification for each change they ship. The SOC 2 Type II report serves as proof of their dedication to openness and customer data protection.
Apr 14, 2021
266 words in the original blog post.
Progressive delivery is an approach to software delivery that involves shipping features in a disabled state, allowing for gradual activation when desired. This technique aims to speed up code deployment by reducing reliance on heavy QA processes and using feature flags to enable or disable features as needed. It differs from canary releases in its finer granularity and ability to target specific users or groups. Progressive delivery is useful for A/B testing, but the audiences for these tests are different: engineers focus on software stability and scalability, while product managers concentrate on user engagement and feature effectiveness. Feature flag toggles have become increasingly popular in recent years due to their power and versatility in managing feature activation.
Apr 06, 2021
1,171 words in the original blog post.