Skip to main content
← All Tags

Github

7 articles in this category

AI NewsSoftware DevelopmentGitHub

Introducing Binmate: A Binary Version Manager for GitHub Releases

Binmate manages binary installations from GitHub releases

Read more
AI NewsGitHubDevOps

GitHub's December 2025 - January 2026: AI-Powered Development Shifts

GitHub launched Copilot Skills, support for GPT-5.2, Claude Opus 4.5, and Gemini 3 Flash, and Copilot Memory, fundamentally changing AI-assisted development workflows.

Read more
PythonGitHubGit

Pushing Large Files to GitHub: A Technical Deep Dive (For Educational Purposes)

A code-driven exploration of GitHub's file size limits, why they exist, and a Python-based workaround using chunking and the GitHub API. Educational purposes only.

Read more
AI NewsDevOpsAutomation

Automating Release Updates with Jira and GitHub Issue Tracking — A Practical DevOps Guide

Integrate Jira and GitHub to automate release tracking, ensuring full visibility from issue creation to production deployment. Learn step-by-step implementation and best practices.

Read more
AILLMGithub

Stock Weather AI

A compact AI toolkit that collects market data and news, runs lightweight evaluations, and produces per-ticker weather-style reports for stock analysis experiments.

Read more
GitGithubGitphoto

GitPhoto

A proof of concept using GitHub as encrypted cloud storage for personal photos and videos. Data is encrypted on-device and stored in private repositories managed by the application.

Read more
GitGithubToolkit

How to push large projects to Github

A practical shell script to push large projects (50+ GB) to GitHub by splitting commits into smaller chunks that fit within GitHub's 2 GB push limit.

Read more