Home / Companies / Tggl / Blog / May 2023

May 2023 Summaries

2 posts from Tggl

Filter
Month: Year:
Post Summaries Back to Blog
Amplitude is a powerful analytics tool that can be used in conjunction with Tggl for setting up and running efficient A/B tests. The integration of these two tools offers several advantages, including centralized data tracking, streamlined experiment management, comprehensive data analysis, and real-time iteration. By leveraging the combined capabilities of Amplitude and Tggl, users can optimize their applications and gather valuable insights without relying on separate platforms or fragmented data. The process involves setting up an A/B test campaign using Tggl, integrating both tools into the codebase for automatic event tracking, implementing different variations, and analyzing the results in Amplitude to make data-driven decisions.
May 30, 2023 1,681 words in the original blog post.
Canary deployment is a strategy used by software development teams to test new features or changes in production on a small subset of users before rolling them out to everyone. This approach helps detect issues early and prevents problems from affecting the entire user base. Benefits include risk reduction, early feedback, improved quality, and faster rollouts. Implementing canary deployment involves identifying the canary group, releasing to that group, monitoring and collecting feedback, adjusting as necessary, and rolling out changes to everyone else. Key best practices for canary deployment include selecting a diverse and representative canary group, ensuring uniform random distribution, avoiding feature correlation, and maintaining sticky user assignments.
May 14, 2023 817 words in the original blog post.