Home / Companies / PostHog / Blog / July 2022

July 2022 Summaries

4 posts from PostHog

Filter
Month: Year:
Post Summaries Back to Blog
Amplitude's blog post by Adam Greco critiques autocapture, a feature that automatically tracks data, arguing it leads to data overload, bad data, inefficiencies, and privacy concerns. Amplitude favors manual instrumentation, which they believe provides more control over data quality. However, PostHog, offering both manual and autocapture options, challenges this stance by emphasizing the flexibility and adaptability of using both methods. PostHog argues that autocapture can quickly gather data with minimal initial effort, while manual instrumentation is valuable for detailed tracking, allowing teams to adapt to changing needs without exhaustive foresight. They address privacy concerns by ensuring their autocapture is selective and secure, offering features like self-hosting to maintain user data control. PostHog believes that using both methods caters to diverse team requirements and enhances product development, highlighting a divergence in strategy from Amplitude's more conservative approach.
Jul 25, 2022 889 words in the original blog post.
PostHog is a versatile platform offering a wide array of features beyond its original product analytics focus, allowing users to streamline operations by replacing multiple services with its comprehensive toolset. It provides capabilities such as building AARRR pirate metrics dashboards, identifying power users, gathering user feedback, and calculating custom metrics. Users can also track potential user churn, validate product changes through experiments, and manage feature flags as emergency kill switches. The platform further supports the tracking of marketing campaign performance, correlation analysis, error tracking, and user interaction with acquisition funnels. PostHog enables retrospective data analysis, encourages user engagement through session recordings, and offers flexibility for custom app development. Users can subscribe to insights, capture referral data, measure action completion times, organize events in Notion, and collect location data while respecting privacy. Additionally, the PostHog Toolbar allows visualization of user behavior through click tracking on websites and web apps.
Jul 20, 2022 2,349 words in the original blog post.
PostHog is actively seeking Site Reliability Engineers (SREs), highlighting its unique approach to infrastructure as a product, particularly through its self-hosting capabilities which set it apart from competitors. Unlike typical infrastructure roles that remain largely invisible, SREs at PostHog engage in meaningful work that directly impacts the company's offerings, with a focus on creating robust public documentation and ensuring system reliability through automated testing on major cloud providers. The collaborative environment allows engineers to contribute improvements directly, and PostHog's infrastructure supports one of the largest instances, handling over 20 billion events for real-time analytics. This combination of innovation, customer interaction, and the opportunity to impact a highly scalable system positions PostHog as an appealing workplace for SREs.
Jul 20, 2022 283 words in the original blog post.
The text explores the utilization of GitHub Actions to automate various software development tasks, emphasizing its importance in streamlining workflows and reducing manual effort. GitHub Actions enable developers to create per-repository workflows that can be triggered by specific events, such as code pushes or pull requests, to automate tasks like running unit tests, end-to-end testing with Cypress, code linting and formatting, continuous deployment on platforms like Amazon ECS, and version bumping in package manifests. It highlights examples from PostHog, demonstrating how automation has improved efficiency by integrating with other tools and services, such as Docker for building images and GitHub Marketplace for accessing pre-built actions. The piece also discusses the management of stale pull requests, spell-checking, ensuring PR descriptions are complete, and synchronizing content between repositories, all contributing to a more efficient and error-free development cycle. The text encourages developers to adopt these practices to save time and effort in the long run, showcasing real-life implementations to inspire similar setups in other projects.
Jul 05, 2022 3,197 words in the original blog post.