Self-paced

Explore our extensive collection of courses designed to help you master various subjects and skills. Whether you're a beginner or an advanced learner, there's something here for everyone.

Bootcamp

Learn live

Join us for our free workshops, webinars, and other events to learn more about our programs and get started on your journey to becoming a developer.

Upcoming live events

Learning library

For all the self-taught geeks out there, here is our content library with most of the learning materials we have produced throughout the years.

It makes sense to start learning by reading and watching videos about fundamentals and how things work.

Search from all Lessons


LoginGet Started
← Back to Lessons
Weekly Coding Challenge

Every week, we pick a real-life project to build your portfolio and get ready for a job. All projects are built with ChatGPT as co-pilot!

Start the Challenge
Podcast: Code Sets You Free

A tech-culture podcast where you learn to fight the enemies that blocks your way to become a successful professional in tech.

Listen the podcast
Edit on Github

Telemetry Configuration

Discover the power of LearnPack and take your course management to the next level by configuring telemetry. This feature is not just about collecting data; it's about unlocking insights that can revolutionize the learning journey. But how do you set up the path for telemetry.json or stream events as they happen?

Simplify with learn.json

Every LearnPack course is bundled with a learn.json file, your command center for exercise testing, compiler selection, and more. The "telemetry" key is the latest innovation here, designed to streamline your data tracking.

Check out this sample of the telemetry key configuration: Telemetry Key Sample

For logged-in users, LearnPack is always on the pulse, streaming events for key interactions:

  • Hitting the "next" button (event: open_step)
  • Executing code with the "run" button (event: compile)
  • Launching tests with the "run tests" button (event: test)
  • Consulting the AI tutor (event: ai_interaction)

Make sure your stream and batch URLs are set to welcome POST requests. It's in your hands to devise the logic that will distill the essential data from these interactions.

Step into the world of telemetry configuration and elevate the educational experience with LearnPack!