Tagged articles

GitHub

517 articles · Page 6 of 6
System Architect Go
System Architect Go
Feb 8, 2017 · Fundamentals

Getting Started with Git and GitHub: Essential Commands and Workflow

This article introduces Git as a distributed version‑control system and GitHub as a hosting platform, explains why they are useful, and walks through core commands such as init, add, commit, branch, tag, and push to help developers manage code efficiently and collaborate effectively.

CollaborationGitGitHub
0 likes · 5 min read
Getting Started with Git and GitHub: Essential Commands and Workflow
Java High-Performance Architecture
Java High-Performance Architecture
Oct 14, 2016 · Backend Development

Why GitHub Switched to GraphQL: Benefits Over REST APIs

GitHub introduced a GraphQL‑based public API to overcome REST’s scalability and flexibility limits, allowing clients to specify exact data needs, reduce network overhead, and combine multiple queries into a single request, while offering features like batching, subscriptions, and data latency control.

API designGitHubGraphQL
0 likes · 6 min read
Why GitHub Switched to GraphQL: Benefits Over REST APIs
Node Underground
Node Underground
Oct 11, 2016 · Fundamentals

How to Craft an Artful Pull Request That Boosts Quality and Collaboration

This article outlines the essential qualities of a good Pull Request—including meaningful improvements, readability, and maintainability—while also highlighting advanced practices such as priority setting, code review, and automated testing to make PRs more disciplined and artistic.

Best PracticesCollaborationGitHub
0 likes · 2 min read
How to Craft an Artful Pull Request That Boosts Quality and Collaboration
DevOps
DevOps
Sep 19, 2016 · Fundamentals

Microsoft Tops GitHub Open‑Source Contribution Rankings Under CEO Satya Nadella

Under CEO Satya Nadella, Microsoft has dramatically embraced open source, climbing to the top of GitHub’s contribution leaderboard with 16,419 contributions—surpassing Facebook, Docker, Angular, and Google—while opening key technologies such as .NET, Chakra, MSBuild, Xamarin, and PowerShell to the community.

CommunityGitHubMicrosoft
0 likes · 3 min read
Microsoft Tops GitHub Open‑Source Contribution Rankings Under CEO Satya Nadella
dbaplus Community
dbaplus Community
Jun 20, 2016 · Fundamentals

Master Git: History, Core Commands, Branches, Tags, and Server Deployment

This comprehensive guide walks you through Git's origins, environment setup, installation, essential commands, workflow states, branching strategies, tag management, as well as detailed steps for deploying GitLab, using GitHub, and selecting client tools, all illustrated with clear diagrams and practical examples.

GitGitHubGitLab
0 likes · 15 min read
Master Git: History, Core Commands, Branches, Tags, and Server Deployment
21CTO
21CTO
Jun 9, 2016 · Fundamentals

How Feross Aboukhadijeh Built a Winning Engineer Brand and What You Can Learn

This article explores Feross Aboukhadijeh's approach to personal branding, crafting a standout Silicon Valley resume, leveraging GitHub, and learning programming through extensive project building, offering actionable advice for engineers seeking career growth and visibility.

GitHubSoftware engineeringcareer development
0 likes · 13 min read
How Feross Aboukhadijeh Built a Winning Engineer Brand and What You Can Learn
21CTO
21CTO
Mar 17, 2016 · Operations

How We Scaled a Small Team with GitHub, ZenHub, TravisCI, and Slack

From a tiny squad using SVN to a full‑stack agile team, we detail how migrating to GitHub, adopting ZenHub for project management, integrating TravisCI for continuous testing and deployment, using Reviewable for pull‑request reviews, Coveralls for coverage metrics, and Slack for real‑time communication transformed our development workflow and boosted code quality.

CI/CDGitHubProject Management
0 likes · 6 min read
How We Scaled a Small Team with GitHub, ZenHub, TravisCI, and Slack
Aotu Lab
Aotu Lab
Jan 27, 2016 · Mobile Development

Create and Publish Your Own CocoaPods Library with Swift

This step‑by‑step guide shows how to set up a GitHub repository, add the required source, podspec, demo, README and LICENSE files, validate the pod, push the code, and finally submit the podspec to the official CocoaPods Specs so others can use your Swift library.

CocoaPodsGitHubPod Development
0 likes · 10 min read
Create and Publish Your Own CocoaPods Library with Swift
Aotu Lab
Aotu Lab
Jan 13, 2016 · Operations

Automate Website Deployment with GitHub Webhooks and Shell Scripts

This guide explains how to use GitHub Webhooks together with a shell deployment script, a Node.js listener, and Nginx reverse proxy to achieve fully automated website deployment, covering setup, code examples, and practical considerations.

GitHubNginxNode.js
0 likes · 8 min read
Automate Website Deployment with GitHub Webhooks and Shell Scripts
Baidu Tech Salon
Baidu Tech Salon
Dec 22, 2014 · Fundamentals

From Onepay to Git: How Open Source Transforms Development

The author shares the story of launching the Onepay open‑source tip button on GitHub, explains core Git concepts such as distributed repositories, branching and forking, and reflects on why open‑source collaboration outweighs closed‑source models for technological progress.

GitGitHubOnepay
0 likes · 6 min read
From Onepay to Git: How Open Source Transforms Development
Baidu Tech Salon
Baidu Tech Salon
Aug 27, 2014 · Cloud Computing

Fedora's Challenges in the Age of GitHub and Cloud Computing

At LinuxCon 2014, Fedora leader Matthew Miller warned that the distro’s influence is waning as GitHub and cloud services reshape open‑source distribution, prompting Fedora’s new Fedora.next strategy to split its repository into four rings with varied packaging and release policies to revitalize community involvement.

FedoraFedora.nextGitHub
0 likes · 5 min read
Fedora's Challenges in the Age of GitHub and Cloud Computing
MaGe Linux Operations
MaGe Linux Operations
Jul 22, 2014 · Fundamentals

Master GitHub for Designers: A Hands‑On Guide to Version Control

This tutorial walks designers through the basics of GitHub, explaining why version control matters, introducing core concepts like commits, branches and pull requests, and providing a step‑by‑step case study using the Mac client to fork, edit, commit, and merge changes.

CollaborationDesignersGitHub
0 likes · 14 min read
Master GitHub for Designers: A Hands‑On Guide to Version Control
MaGe Linux Operations
MaGe Linux Operations
Jun 28, 2014 · Fundamentals

Master GitHub: 10 Hidden Tricks to Boost Your Workflow

Discover practical GitHub shortcuts—including diff whitespace ignoring, author commit filtering, branch comparison URLs, Gist embedding, short URL creation, line highlighting, quick quoting, task lists, and diff/patch retrieval—to streamline your development workflow and save time.

GitHubShortcutsTips
0 likes · 6 min read
Master GitHub: 10 Hidden Tricks to Boost Your Workflow