
GitHub - devhubapp/devhub: TweetDeck for GitHub - Filter Issues, Activities & Notifications - Web, Mobile & Desktop with 99% code sharing between them
TweetDeck for GitHub - Filter Issues, Activities & Notifications - Web, Mobile & Desktop with 99% code sharing between them - devhubapp/devhub
GitHub
GitHub - caarlos0/starcharts: Plot your repository stars over time.
Plot your repository stars over time. Contribute to caarlos0/starcharts development by creating an account on GitHub.
GitHub
Functional tests and GitHub API limits
Functional tests may randomly fail due to GitHub API rate limits when using Composer in large CI matrices. This post explains why it happens and how to fix it.
BaDos Life
How to easily track engineering metrics
How to automate tracking of engineering metrics and display them in Google office suite
Victor on SoftwareWe urge our engineering leaders to eliminate busywork by automating the tracking of engineering metrics. As a side effect, they also keep their software skills sharp.
https://victoronsoftware.com/posts/track-engineering-metrics/
#EngineeringManagement #GitHubAPI #GoogleAPIs #GitHubActions #Golang

How to easily track engineering metrics
How to automate tracking of engineering metrics and display them in Google office suite
Victor on SoftwareGitHub REST APIを利用してGitHub Actionsのログをダウンロード - Qiita
本記事は、GitHub Actionsで実行したワークフローのログをGitHubのREST APIを利用してダウンロードしたときの内容を記載します。はじめにGitHub Actionsの実行ログ…
Qiita【保存版】GitHubアクセストークン全種別解説: Personal Access Token、OAuth、GitHub App、GITHUB_TOKENの違い - Qiita
GitHubを使用する開発者にとって、アクセストークンの理解は非常に重要です。本記事では、GitHubの各種アクセストークンについての概要、その特徴や使用方法、有効期限、セキュリティ上の注意点などを…
QiitaGASを使ってGithubのプルリク状態をSlackに通知する - Qiita
はじめに皆さん、こんにちは!最近(また)コーヒーホリックになりつつあるエンジニアの@atokです。皆さんは、複数のGithubリポジトリでプルリクエストが溜まってしまうような経験をしたことはな…
QiitaHow to Request a REST API in Common Lisp
This blog post introduces a new video tutorial on how to request a REST API using Common Lisp. It covers creating a full-featured project, studying the GitHub API, and building a command-line application. The tutorial uses libraries like Dexador for HTTP requests and Shasht for JSON handling.
#CommonLisp #RESTAPI #Tutorial #Programming #GitHubAPI #GitHub
https://lisp-journey.gitlab.io/blog/new-video-how-to-request-a-web-api-with-common-lisp/
New video: how to request a REST API in Common Lisp: fetching the GitHub API 🎥 - Lisp journey
A few weeks ago, I put together a new Lisp video. It’s cool, sound on, ‘til the end ;)
I want to show how to (quickly) do practical, real-world stuff in Lisp. Here, how to request a web API. We create a new full-featured project with my project skeleton, we study the GitHub API, and we go ahead.
I develop in Emacs with Slime, but in the end we also build a binary, so we have a little application that works on the command line (note that I didn’t use SBCL’s core compression, we could have a lighter binary of around 30MB).
Lisp journey[技育CAMPキャラバン]GitHubの統計情報を用いたユーザーのランク付け - Qiita
概要2024年2月3日に東京で行われた技育CAMPキャラバンハッカソンに参加しました。本ハッカソンにてGitHub統計情報からユーザーをランク付けして画像を生成するGitHub Personaを…
Qiita