What do GitHub download statistics really mean?
Investigation into what GitHub release download counts actually measure, including API quirks and deduplication behavior.
Investigation into what GitHub release download counts actually measure, including API quirks and deduplication behavior.
A script to find active GitHub forks with ahead commits, sorted by recent activity, using the command line.
A developer explores using the GitHub Markdown API for syntax highlighting in ColdFusion, moving away from GitHub Gists.
A technical guide on authenticating with the GitHub API using a GitHub App, focusing on setup and JWT token generation in C#.
A tutorial on automating GitHub stats and release note generation using GitHub API and CircleCI scheduled pipelines.
A tutorial on dynamically embedding the latest GitHub release version into project documentation using JavaScript and the GitHub API.
A developer built CodeGuessr, a game where players guess which open-source project a random code snippet belongs to, using Next.js and the GitHub API.
A technical guide on integrating a custom HTTP client with Go's OAuth2 package and the GitHub SDK for testing and API interactions.
A technical guide on using GitHub's GraphQL API with .NET Core to automate repository health checks, focusing on stale issues and PRs.
A guide to building a blog template using Angular, Node.js, and the GitHub API, with deployment on Netlify.
A technical guide on migrating website comments from Commento to Utterances, a GitHub-based comment system, including steps and code.
A technical report on creating a reproducible research project to analyze Clojure dependency versions using the GitHub API and Skyscraper.
A tutorial on adding user comments to a Gatsby site using Netlify serverless functions and GitHub's API to store comments in a JSON file.
A tutorial on building a GitHub issue stats app using Mavo with HTML and CSS, requiring zero JavaScript.
A guide to using the GitHub API and PyGithub to automatically filter and close spam pull requests based on keywords.
A developer builds a Node.js API that generates GitHub badges showing a project's 'mood' based on the average time of day commits are made.
A beginner's guide to using GitHub's GraphQL API from a client-side perspective, including setup and basic data interactions.
A developer details creating a custom bookmarklet to save links and quotes directly to their Hugo site via the GitHub API and Netlify.