Frontend Infra Book
  • Why I Wrote This Guide
  • Mock Interviews
  • Development Roadmap
  • Product/Nonfunctional Requirements
  • Technical/Functional Requirements
    • Performance
    • User Experience Tracking
    • Backend Integration
    • Security
    • DevOps
    • Other / Unsorted
  • Design System & Common Components
  • Examples
    • Trading System
  • Topic In Depths
    • Containerization
    • Data Stack
    • Tools and Packages List
  • Common Solutions
  • Success/Failure Stories
    • Comp At Startups
    • Scaling FE Teams - My HOVER Story
  • Other Resources
  • Environment Setup
  • About The Author(s) + Contributing
  • Interviewing for FE
    • Getting The Interview
    • Negotiation Tips
    • How RSU's Work
    • Moving Up in Your Career
    • FAQ
    • Companies
  • Culture
  • What Matters in Company Culture
Powered by GitBook
On this page
  • Todo
  • Feature Flagging
  • Ad Platform Integration

Was this helpful?

Edit on GitHub
  1. Technical/Functional Requirements

User Experience Tracking

Todo

  • Usage Metrics

  • Talk w/ Marketing and PM about tooling to keep track of metrics

  • Usage of app: Mixpanel, Fullstory Errors,

  • Logging: Datadog, Sentry

  • Marketing: Google Ads, FB Pixel

  • Feature Flagging: LaunchDarkly - feature flagging conversion tracking or segments

Feature Flagging

  • LaunchDarkly

  • Are we turning on features slowly? One by one? For specific segments? By type of user?

  • Blue/Green Deploys

  • Rolling back deploys strategy?

  • Horrible error?

  • Automatically track errors and roll back?

  • A/B testing using feature flags, collect metrics on what does better

Ad Platform Integration

PreviousPerformanceNextBackend Integration

Last updated 3 years ago

Was this helpful?