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 In Learnpack

How LearnPack Telemetry works?
  • What does LearnPack know about you?

How LearnPack Telemetry works?

Telemetry is a crucial aspect of modern applications, allowing developers to understand how users interact with their software. LearnPack has recently introduced telemetry to enhance user experience by tracking various metrics.

What does LearnPack know about you?

LearnPack collects information about your usage and stores it in a local file called telemetry.json inside the .learn directory. This file includes data on compilations, tests, AI interactions (if logged in), session start and end times, step completion, and when you open a new step. Here's a breakdown of the measurements related to your actions:

  • Run Button: Clicking "run" logs the compilation result, including your code, the standard output (stdout), any errors (stderr), and the exit code.
  • Run Tests Button: Initiates storage of test compilation results, capturing stdout, exit code, source file, execution time, and stderr for errors.
  • New Step: The first time you hit "next" on an exercise, LearnPack records the time to gauge how long it takes to complete each step.
  • AI Interaction: For logged-in 4Geeks students, interactions with the AI Tutor are tracked to refine the LLM and develop an optimal tutoring experience.

This data is stored locally but may be sent to our servers for analysis if you're logged in. Rest assured, no sensitive personal information is collected—only application usage data to inform improvements.

Note: Your privacy is important. We only collect non-sensitive usage data to enhance LearnPack's performance and user experience.