Track my coding progress on GitHub with a .NET Worker Service

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
  1. linguist

    Language Savant. If your repository's language is being reported incorrectly, send us a pull request!

    As I later found out, GitHub uses the Linguist library to measure the amount of lines written in a specific language... which is still pretty magic 🪄.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Entity Framework

    EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.

    Finally, let's create the database using Entity Framework Core's migrations, e.g. via .NET CLI:

  4. tokens

    Let's proceed with getting an API personal access token from GitHub: you may generate one in your settings at "Personal Access Tokens".

  5. Octokit.NET

    A GitHub API client library for .NET

    To interact with the GitHub API, let's install the Octokit.NET library with dotnet add package Octokit, then instantiate a client as simply as:

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Visualizing your Data Graph Using entviz | ent

    6 projects | /r/golang | 26 Aug 2021
  • Why Entity Framework Core Adds an Extra 'ORDER BY' When Including a Collection Navigation Property

    1 project | dev.to | 8 Aug 2025
  • Grammar Index, Syntax Highlighting on GitHub

    2 projects | news.ycombinator.com | 28 May 2025
  • Mastering EF Core Interceptors: Hook into the Pipeline with the Decorator Pattern

    1 project | dev.to | 19 Apr 2025
  • Implementing temporal table auditing in software development projects

    1 project | dev.to | 21 Mar 2025

Did you know that C# is
the 11th most popular programming language
based on number of references?