Tagged articles

GitHub

517 articles · Page 5 of 6
ITPUB
ITPUB
Aug 27, 2020 · Backend Development

Why Go Could Be the Top Backend Language in 2021

Analyzing recent Stack Overflow surveys and GitHub trends, this article explains why Go's efficiency, simplicity, and rising popularity make it a strong contender for the best backend programming language in 2021, even as JavaScript and Python dominate the market.

Backend DevelopmentGitHubLanguage Trends
0 likes · 6 min read
Why Go Could Be the Top Backend Language in 2021
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Jul 29, 2020 · Fundamentals

How to Create a Custom GitHub Profile README

This guide explains how to set up a GitHub Profile README by creating a repository named after your account, enabling the README, customizing its content, and using community templates and stats tools to showcase personal information and project highlights on your GitHub profile.

Developer ToolsGitHubOpen Source
0 likes · 3 min read
How to Create a Custom GitHub Profile README
21CTO
21CTO
Jul 17, 2020 · Operations

How GitHub Is Preserving Open‑Source Code in the Arctic for a Millennium

GitHub’s Arctic Code Vault initiative archives snapshots of public repositories onto 21 TB of data stored on piqlFilm reels in a sealed chamber on Norway’s Svalbard archipelago, aiming to preserve open‑source software for over a thousand years despite pandemic setbacks.

Arctic Code VaultGitHubSvalbard
0 likes · 5 min read
How GitHub Is Preserving Open‑Source Code in the Arctic for a Millennium
21CTO
21CTO
Jul 13, 2020 · Operations

Why Did GitHub Crash? Inside the July 2020 Outage and Its Root Causes

The July 13, 2020 GitHub outage, triggered by load‑balancer misconfiguration, a database connection error during partitioning, and a network‑config mistake, sparked worldwide developer panic, highlighted reliability concerns, and revealed challenges in scaling cloud infrastructure amid the pandemic.

Cloud ComputingGitHubOutage
0 likes · 6 min read
Why Did GitHub Crash? Inside the July 2020 Outage and Its Root Causes
macrozheng
macrozheng
Jun 28, 2020 · Operations

Unlock GitHub’s Hidden Power: Gist, CLI, Actions, and More

This guide walks you through advanced GitHub features—including Gist snippets, web‑based file creation, keyboard file search, the GitHub CLI, powerful Actions workflows, issue templates, submodule vs subtree strategies, and useful browser extensions—helping you boost productivity and streamline development operations.

CLIGiSTGitHub
0 likes · 16 min read
Unlock GitHub’s Hidden Power: Gist, CLI, Actions, and More
ITPUB
ITPUB
Jun 6, 2020 · Artificial Intelligence

How to Use the Open‑Source OCR Translator for Videos, Games, and PDFs

This guide explains how to set up and operate a free open‑source OCR‑based translator that captures on‑screen text from videos, games, or PDFs, registers the required Baidu AI API keys, configures translation sources, and demonstrates its performance on real content.

Baidu AIGitHubOCR
0 likes · 5 min read
How to Use the Open‑Source OCR Translator for Videos, Games, and PDFs
Laravel Tech Community
Laravel Tech Community
May 25, 2020 · Frontend Development

Top 10 Open-Source Free Admin Dashboard UI Frameworks for Web Development

This article lists and briefly describes ten popular open‑source admin dashboard UI frameworks—such as AdminLTE, vue‑Element‑Admin, Tabler, and others—providing their GitHub star counts, repository links, and key features to help developers choose a suitable free backend control panel for web projects.

FrontendGitHubUI framework
0 likes · 5 min read
Top 10 Open-Source Free Admin Dashboard UI Frameworks for Web Development
Java Backend Technology
Java Backend Technology
May 24, 2020 · Frontend Development

Top 10 Free Open‑Source Admin Dashboard UI Frameworks for Developers

This article compiles a curated list of the ten most popular free open‑source admin dashboard UI frameworks—such as AdminLTE, vue‑Element‑Admin, Tabler, and others—detailing their GitHub star counts, core technologies, and where to find their repositories, helping developers quickly choose a suitable control‑panel solution.

GitHubUI frameworkadmin dashboard
0 likes · 5 min read
Top 10 Free Open‑Source Admin Dashboard UI Frameworks for Developers
ITPUB
ITPUB
May 23, 2020 · Fundamentals

Master Google Interview Prep in 8 Months: The 100k‑Star Self‑Study Guide

John Washam, a self‑taught programmer, spent eight months mastering CS fundamentals, building a comprehensive interview roadmap that earned over 100,000 GitHub stars, and ultimately landed a high‑paying AWS role, sharing his language choices, flashcard system, study resources, and interview tips for aspiring engineers.

GitHubInterview Preparationalgorithms
0 likes · 10 min read
Master Google Interview Prep in 8 Months: The 100k‑Star Self‑Study Guide
Efficient Ops
Efficient Ops
May 14, 2020 · Operations

Why Is the Average IT Operations Salary Below 10K? Market Trends and Key Updates

This article reviews the low average IT operations salary in China, highlights IDC's public cloud market report, examines Huawei's GaussDB shutdown, details AI server market shares, announces Debian 10.4 updates, and summarizes major tech industry news including Tencent's earnings, Microsoft‑Oracle's $10 billion cloud contract, and recent security incidents.

AI serversCloud MarketDebian
0 likes · 10 min read
Why Is the Average IT Operations Salary Below 10K? Market Trends and Key Updates
ITPUB
ITPUB
May 14, 2020 · Artificial Intelligence

Cut & Paste Real Objects into Photoshop with AR in Under 10 Seconds

This article explains the AR Cut & Paste prototype by Cyril Diagne, detailing its three‑module architecture, the underlying BASNet and U²‑Net vision models, and provides a step‑by‑step guide—including code snippets and GitHub links—to set up the mobile app, local server, and Photoshop integration.

ARBASNetGitHub
0 likes · 8 min read
Cut & Paste Real Objects into Photoshop with AR in Under 10 Seconds
Programmer DD
Programmer DD
May 10, 2020 · Cloud Computing

What’s New on GitHub? Explore Discussions, Codespaces, and Security Scans

GitHub’s recent Satellite event unveiled major platform upgrades—including the beta‑stage Discussions forum, the cloud‑based Codespaces development environment, enhanced Code and Secret scanning security tools, and private enterprise instances—offering developers richer collaboration, faster setup, and stronger protection.

DiscussionsGitHubcloud development
0 likes · 5 min read
What’s New on GitHub? Explore Discussions, Codespaces, and Security Scans
ITPUB
ITPUB
May 7, 2020 · Fundamentals

How One Engineer Cracked Google Interviews in 8 Months – The Self‑Study Blueprint

An ex‑army veteran turned self‑taught programmer spent eight months mastering core computer‑science topics, building flashcards and interview projects, and ultimately landed a high‑paying role at Amazon, sharing his detailed study plan, resources, and interview tips via a popular GitHub repository.

GitHubGoogle interviewcoding interview
0 likes · 9 min read
How One Engineer Cracked Google Interviews in 8 Months – The Self‑Study Blueprint
DevOps Engineer
DevOps Engineer
May 5, 2020 · Operations

Synchronizing Bitbucket Repositories to GitHub Using a Jenkins Pipeline

This guide explains how to periodically synchronize Bitbucket master branches to GitHub repositories using a Jenkins pipeline, detailing branch policies, a simplified workflow for feature and bugfix branches, and a reusable Jenkinsfile that leverages parameterized builds to control repository syncing.

BitbucketCI/CDGitHub
0 likes · 7 min read
Synchronizing Bitbucket Repositories to GitHub Using a Jenkins Pipeline
Liangxu Linux
Liangxu Linux
Apr 19, 2020 · Fundamentals

Unlock Powerful Bash Scripting with the Pure Bash Bible – Key Snippets & Tricks

Discover how the open‑source “Pure Bash Bible” compiles essential Bash snippets—ranging from trimming whitespace and regex matching to array deduplication—providing fast, dependency‑free solutions, complete with example commands and a GitHub repository that has amassed over 24 000 stars.

GitHubOpen SourceShell Scripting
0 likes · 4 min read
Unlock Powerful Bash Scripting with the Pure Bash Bible – Key Snippets & Tricks
ITPUB
ITPUB
Mar 27, 2020 · Information Security

Was GitHub Hacked? Inside the Suspected MITM Attack on GitHub

In late March, users in China reported errors accessing GitHub Pages and the main site, prompting investigations that suggest a possible man‑in‑the‑middle attack affecting GitHub’s services, with evidence such as a suspicious certificate issued to a QQ email, network hijacking on port 443, and similar disruptions across major Chinese ISPs, while the issue resolved by mid‑afternoon.

ChinaCyberattackGitHub
0 likes · 5 min read
Was GitHub Hacked? Inside the Suspected MITM Attack on GitHub
ITPUB
ITPUB
Mar 12, 2020 · Fundamentals

Master Precise GitHub Project Search: Tips, Filters, and Code Snippets

Learn how to efficiently locate high‑quality open‑source projects on GitHub by understanding project components, using targeted search qualifiers like name, stars, forks, README, description, language, and recent activity, and applying practical code examples to narrow results to the most relevant repositories.

FiltersGitHubSearch
0 likes · 5 min read
Master Precise GitHub Project Search: Tips, Filters, and Code Snippets
Programmer DD
Programmer DD
Mar 10, 2020 · Backend Development

Top 10 Must‑Star Java GitHub Projects Every Backend Engineer Should Know

This article curates the ten most starred Java‑related GitHub repositories, summarizing their key features—from interview prep and design patterns to SpringBoot, Elasticsearch, and advanced concurrency—providing developers with essential open‑source resources and highlighting the impact of projects like Dubbo.

Backend DevelopmentElasticsearchGitHub
0 likes · 7 min read
Top 10 Must‑Star Java GitHub Projects Every Backend Engineer Should Know
Programmer DD
Programmer DD
Feb 29, 2020 · Fundamentals

Master Precise GitHub Project Search: Tips, Filters, and Code Snippets

This guide teaches developers how to efficiently locate open‑source projects on GitHub by using advanced search qualifiers such as name, README, description, star/fork counts, language, and recent update dates, complete with practical code examples and visual results.

FiltersGitHubProject Discovery
0 likes · 6 min read
Master Precise GitHub Project Search: Tips, Filters, and Code Snippets
ITPUB
ITPUB
Feb 9, 2020 · Fundamentals

19 Counterintuitive Rules for Writing Deliberately Bad Code

This article presents a tongue‑in‑cheek guide of nineteen "anti‑best‑practice" rules sourced from a GitHub project, illustrating how to deliberately produce unreadable, unmaintainable code by minimizing typing, mixing naming styles, avoiding comments, and other absurd conventions.

Anti-patternsGitHubcode quality
0 likes · 6 min read
19 Counterintuitive Rules for Writing Deliberately Bad Code
Java Backend Technology
Java Backend Technology
Jan 11, 2020 · Backend Development

Top 10 Must-Explore Java Open‑Source Projects for 2020

This article presents a curated list of the most popular Java open‑source projects on GitHub in December 2019, detailing each project's repository link, star count, and a concise description of its purpose and key features for developers.

GitHubJavaOpen Source
0 likes · 7 min read
Top 10 Must-Explore Java Open‑Source Projects for 2020
Liangxu Linux
Liangxu Linux
Dec 25, 2019 · Backend Development

How Python Bots Beat 12306 Ticket Crashes: Open‑Source Tools & Features

When the Chinese railway ticketing system 12306 crashes under heavy load, developers turn to open‑source Python bots that simulate user behavior, query seat availability, and automate order submission, with detailed feature lists, repository links, and real‑world log examples.

12306GitHubPython
0 likes · 9 min read
How Python Bots Beat 12306 Ticket Crashes: Open‑Source Tools & Features
Java Captain
Java Captain
Dec 17, 2019 · Backend Development

Top 10 Most Popular Java Open‑Source Projects on GitHub in November

This article lists and briefly describes the ten most starred Java open‑source projects on GitHub for November, covering tools such as NLP libraries, learning guides, big‑data frameworks, rapid‑development platforms, algorithm collections, job schedulers, code‑style checkers, traffic‑control systems, the Spring framework, and service‑discovery solutions.

FlinkGitHubJava
0 likes · 5 min read
Top 10 Most Popular Java Open‑Source Projects on GitHub in November
Programmer DD
Programmer DD
Nov 22, 2019 · Fundamentals

Why Your GitHub Contributions Aren’t Showing and How to Fix It

This guide explains why GitHub may not display the green contribution squares after a commit—typically due to mismatched email or username settings—and provides step‑by‑step commands and scripts to correct global or repository‑specific Git configurations and rewrite history so the contributions appear correctly.

Contribution GraphEmail ConfigurationGitHub
0 likes · 4 min read
Why Your GitHub Contributions Aren’t Showing and How to Fix It
ITPUB
ITPUB
Nov 12, 2019 · Fundamentals

Master Git in Minutes: From Installation to Remote Repository Management

Learn how to install Git, configure your user identity, create local repositories, add and commit files, generate SSH keys, link to GitHub, push changes, and clone remote projects, all with step‑by‑step commands and screenshots to boost your version‑control efficiency.

GitHubSSH
0 likes · 9 min read
Master Git in Minutes: From Installation to Remote Repository Management
FunTester
FunTester
Oct 19, 2019 · Backend Development

Building a Fast Historical‑Today Crawler with Java and MySQL

An open‑source Java crawler that fetches historical‑today events from a public API is presented, detailing three practical challenges—GET request length limits, ambiguous JSON value types, and month string construction—along with a full code example and a GitHub repository link for reference.

GitHubHTTPMySQL
0 likes · 5 min read
Building a Fast Historical‑Today Crawler with Java and MySQL
Liangxu Linux
Liangxu Linux
Oct 19, 2019 · Fundamentals

10 Essential Git & GitHub Tips to Boost Your Daily Productivity

This guide compiles ten practical Git and GitHub shortcuts, commands, and tricks—including keyboard shortcuts, URL modifiers, diff formats, and useful CLI commands—to help developers work faster and manage repositories more efficiently.

GitGitHubcommand-line
0 likes · 7 min read
10 Essential Git & GitHub Tips to Boost Your Daily Productivity
Java Captain
Java Captain
Sep 12, 2019 · Backend Development

Curated List of Popular Open-Source Java Backend Projects and Demos

This article presents a curated collection of notable open‑source Java backend projects—including Spring Boot demos, third‑party login libraries, microservice frameworks, rapid development kits, and e‑commerce tutorials—each with brief descriptions and GitHub links for developers to explore and learn from.

Backend DevelopmentGitHubJava
0 likes · 5 min read
Curated List of Popular Open-Source Java Backend Projects and Demos
ITPUB
ITPUB
Sep 3, 2019 · Frontend Development

Turn Any GitHub Repository into a Live Front‑End Site in One Click

This guide shows how to publish a GitHub repository directly from the master branch, share specific code lines via URL fragments, auto‑close issues with commit keywords, embed GitHub widgets, adjust language detection with .gitattributes, and view traffic and trending data, all without extra branches or tools.

AnalyticsFrontendGitHub
0 likes · 7 min read
Turn Any GitHub Repository into a Live Front‑End Site in One Click
ITPUB
ITPUB
Aug 21, 2019 · Frontend Development

Why China’s Open‑Source Star flv.js Still Gets Overlooked

A viral post about the popular JavaScript FLV player flv.js reveals how a talented Chinese open‑source author struggles for fair recognition, highlighting technical merits, impressive GitHub stats, and broader systemic issues in China’s open‑source ecosystem.

Chinese techFLV.jsFrontend
0 likes · 5 min read
Why China’s Open‑Source Star flv.js Still Gets Overlooked
Java Captain
Java Captain
Aug 11, 2019 · Backend Development

Top Java GitHub Projects in July

This article presents a curated list of the most popular Java open‑source projects on GitHub for July, highlighting eleven repositories—most of them Spring‑based—along with their star counts, brief descriptions, and links for developers seeking valuable resources.

GitHubJavaOpen Source
0 likes · 5 min read
Top Java GitHub Projects in July
21CTO
21CTO
Aug 4, 2019 · Information Security

How GitHub Handles US Trade Sanctions: Export Controls Explained

GitHub detailed its response to US trade sanctions, outlining how its services—including GitHub.com and GitHub Enterprise Server—are subject to export regulations, what restrictions apply to users in sanctioned regions, and how developers can navigate compliance and appeal processes.

GitHubOpen SourceUS Sanctions
0 likes · 9 min read
How GitHub Handles US Trade Sanctions: Export Controls Explained
21CTO
21CTO
Aug 3, 2019 · Frontend Development

Top 10 Free Open‑Source Admin Dashboard UI Frameworks for Web Developers

This article presents a curated list of the ten most popular free open‑source admin dashboard UI frameworks, detailing their GitHub star counts, primary technologies, and key features, helping developers quickly choose a suitable backend control panel solution for their web projects.

GitHubUI frameworkadmin dashboard
0 likes · 4 min read
Top 10 Free Open‑Source Admin Dashboard UI Frameworks for Web Developers
21CTO
21CTO
Jul 27, 2019 · Information Security

How US Sanctions Are Silencing GitHub Users Worldwide

The article examines how recent U.S. sanctions have led GitHub to restrict private repositories and access for developers in regions such as Crimea and Iran, detailing specific limitations, personal accounts affected, community workarounds, and the broader implications for open‑source collaboration.

GitHubaccount restrictionsdata backup
0 likes · 8 min read
How US Sanctions Are Silencing GitHub Users Worldwide
Tencent Cloud Developer
Tencent Cloud Developer
Jul 1, 2019 · Information Security

How to Detect and Prevent Cloud Data Leaks: Practical Strategies and Rule Configurations

This guide explains recent cloud‑based data‑leak incidents, categorizes common leak vectors, analyzes technical and managerial root causes, and provides actionable monitoring techniques, rule‑configuration examples, and incident‑response steps using Tencent Cloud Security Operations Center.

GitHubMonitoringSecurity Operations
0 likes · 19 min read
How to Detect and Prevent Cloud Data Leaks: Practical Strategies and Rule Configurations
Java Captain
Java Captain
Jun 18, 2019 · Backend Development

Top Java Open‑Source Projects on GitHub (May)

This article presents a curated list of the most popular Java open‑source projects on GitHub for May, highlighting each repository's purpose, star count, and key features ranging from algorithm visualizations and interview prep notes to full‑stack e‑commerce platforms and core Spring frameworks.

GitHubJavaOpen Source
0 likes · 6 min read
Top Java Open‑Source Projects on GitHub (May)
ITPUB
ITPUB
Jun 16, 2019 · Fundamentals

Unlock GitHub’s Hidden Productivity Hacks: Editing, Linking, and Using It as a CMS

Learn how to boost your workflow on GitHub by editing files directly, pasting images, formatting code blocks, linking issues and code, creating permanent permalinks, using project boards, setting up GitHub Wiki, deploying sites with Jekyll, and even turning the platform into a lightweight CMS.

CMSGitHubProjectBoard
0 likes · 9 min read
Unlock GitHub’s Hidden Productivity Hacks: Editing, Linking, and Using It as a CMS
21CTO
21CTO
Jun 4, 2019 · Product Management

How GitHub Revolutionized Code Collaboration and What We Can Learn from Its Rise

This article traces GitHub’s evolution from a weekend project in 2008 to a $75 billion Microsoft acquisition, examining its innovative free‑plus‑paid model, community‑driven growth, strategic product decisions, and the lessons it offers for product and R&D management.

GitHubVersion Controlsoftware development
0 likes · 29 min read
How GitHub Revolutionized Code Collaboration and What We Can Learn from Its Rise
21CTO
21CTO
May 21, 2019 · Information Security

Can GitHub Remain Safe Under US Export Controls? What It Means for Developers

The article examines recent U.S. export control measures targeting Huawei, their ripple effects on global chip and software suppliers, and the newly updated GitHub user agreement that subjects hosted code to U.S. export regulations, raising concerns about the safety and accessibility of open‑source projects for developers worldwide.

GitHubOpen SourceUS Sanctions
0 likes · 8 min read
Can GitHub Remain Safe Under US Export Controls? What It Means for Developers
Programmer DD
Programmer DD
May 14, 2019 · Frontend Development

Boost Your Open‑Source Exploration with Octotree Chrome Extension

This guide compares common ways to explore open‑source projects, introduces the Octotree Chrome extension as an elegant solution, and provides step‑by‑step instructions for installing and using it to efficiently navigate GitHub repositories.

Chrome ExtensionDeveloper ToolsGitHub
0 likes · 5 min read
Boost Your Open‑Source Exploration with Octotree Chrome Extension
21CTO
21CTO
May 13, 2019 · Fundamentals

Top 11 Must‑See GitHub Projects of April 2024

Discover the eleven most popular GitHub repositories of April, ranging from the 996.ICU protest project and university course collections to algorithm libraries, design tools, and essential Java and Python guides, each highlighted with stars, links, and brief descriptions.

GitHubOpen SourceProject Roundup
0 likes · 6 min read
Top 11 Must‑See GitHub Projects of April 2024
Architect's Tech Stack
Architect's Tech Stack
Apr 28, 2019 · Information Security

GSIL – GitHub Sensitive Information Leakage Monitoring Tool: Installation, Configuration, and Usage Guide

This article introduces GSIL, a near‑real‑time GitHub sensitive‑information‑leakage monitoring tool, and provides step‑by‑step instructions for installing the Python package, configuring email and GitHub token settings, defining scanning rules, and scheduling automated scans and reports via cron.

GitHubPythonSecurity Monitoring
0 likes · 6 min read
GSIL – GitHub Sensitive Information Leakage Monitoring Tool: Installation, Configuration, and Usage Guide
21CTO
21CTO
Apr 27, 2019 · Information Security

What Happens When a Drone Company’s Source Code Leaks? Legal and Security Lessons

A former DJI software engineer uploaded proprietary agricultural drone code to a public GitHub repository, leading to a criminal conviction for commercial‑secret theft, a six‑month prison term, a fine, and a detailed look at the legal penalties and security implications of such leaks.

DJIGitHubcommercial secret
0 likes · 5 min read
What Happens When a Drone Company’s Source Code Leaks? Legal and Security Lessons
ITPUB
ITPUB
Apr 27, 2019 · Information Security

How a DJI Employee’s GitHub Leak Exposed Critical SSL Keys and Cost $1.16 M

A Shenzhen court sentenced a former DJI employee to six months in prison and a 200,000‑RMB fine after he uploaded proprietary agricultural‑drone management code to a public GitHub repository, exposing an SSL private‑key vulnerability that threatened sensitive customer data and caused over one‑million‑RMB in losses.

DJIGitHubSSL vulnerability
0 likes · 4 min read
How a DJI Employee’s GitHub Leak Exposed Critical SSL Keys and Cost $1.16 M
Java Captain
Java Captain
Apr 5, 2019 · Backend Development

Curated List of Notable Java Open‑Source Projects and Resources

This article presents a curated collection of prominent Java open‑source projects—including learning guides, development tools, e‑commerce platforms, big‑data frameworks, distributed transaction solutions, and security resources—each accompanied by brief descriptions and GitHub links for developers seeking valuable Java ecosystem resources.

GitHubJavaOpen Source
0 likes · 6 min read
Curated List of Notable Java Open‑Source Projects and Resources
MaGe Linux Operations
MaGe Linux Operations
Mar 22, 2019 · Backend Development

Top 10 Must‑Try Python Open‑Source Projects (April 2018)

This article presents Mybridge's curated list of ten highly starred Python open‑source projects, ranging from web‑scraping tools and testing frameworks to code formatters and data‑analysis utilities, each with a brief description and direct GitHub link.

GitHubOpen SourcePython
0 likes · 5 min read
Top 10 Must‑Try Python Open‑Source Projects (April 2018)
Programmer DD
Programmer DD
Mar 20, 2019 · Frontend Development

Top 10 Free Open‑Source Admin Dashboard UI Frameworks for Web Developers

This article compiles a curated list of the ten most popular free open‑source admin dashboard UI frameworks, detailing their GitHub star counts, repository links, core technologies, and visual screenshots to help developers quickly choose a suitable backend control panel solution.

FrontendGitHubOpen Source
0 likes · 5 min read
Top 10 Free Open‑Source Admin Dashboard UI Frameworks for Web Developers
ITPUB
ITPUB
Feb 23, 2019 · Artificial Intelligence

Explore a 1.59 Million Image NSFW Dataset with 159 Fine-Grained Categories

A data scientist from Besedo has open‑sourced a massive NSFW image dataset containing 1.589 million pictures, organized into 159 primary categories and further sub‑categories, with download scripts and GitHub links, requiring about 500 GB of storage and cautioning against viewing in the office.

AI researchGitHubNSFW dataset
0 likes · 3 min read
Explore a 1.59 Million Image NSFW Dataset with 159 Fine-Grained Categories
Java Captain
Java Captain
Feb 21, 2019 · Backend Development

Top Java Open‑Source Projects on GitHub in January

This article presents a curated list of the most popular Java open‑source projects on GitHub for January, summarizing each repository’s purpose, key features, and star count to help developers discover valuable resources for learning, building, and advancing Java applications.

GitHubJavaOpen Source
0 likes · 6 min read
Top Java Open‑Source Projects on GitHub in January
ITPUB
ITPUB
Feb 16, 2019 · Artificial Intelligence

A 1.59 Million‑Image NSFW Dataset Released for Advanced Content Filtering

Data scientist Evgeny Bazarov has open‑sourced a 1.589 million‑image NSFW dataset organized into 159 fine‑grained categories, providing GitHub links, download scripts, and a 500 GB storage requirement, enabling researchers to build more precise adult‑content detection models.

GitHubMachine LearningNSFW dataset
0 likes · 3 min read
A 1.59 Million‑Image NSFW Dataset Released for Advanced Content Filtering
ITPUB
ITPUB
Jan 27, 2019 · Artificial Intelligence

Achieve 99% Accurate Face Recognition with Python’s face_recognition Library

This guide introduces the open‑source Python library face_recognition, explains its high‑accuracy (up to 99.38%) facial detection and landmark capabilities, provides step‑by‑step code examples for locating faces, extracting landmarks, and comparing identities, and lists practical use‑case scenarios and the GitHub repository.

GitHubPythoncomputer vision
0 likes · 6 min read
Achieve 99% Accurate Face Recognition with Python’s face_recognition Library
DevOps
DevOps
Jan 20, 2019 · Operations

How to Set Up Continuous Integration for a GitHub Project Using Azure DevOps

This guide walks through creating an Azure DevOps project, configuring a new build pipeline linked to a GitHub repository, customizing build steps for a .NET Standard library, enabling continuous integration and pull‑request validation, adding a status badge to the README, and running the pipeline to verify successful builds.

.NETAzure DevOpsContinuous Integration
0 likes · 5 min read
How to Set Up Continuous Integration for a GitHub Project Using Azure DevOps
Java Captain
Java Captain
Jan 19, 2019 · Backend Development

Top 11 Popular GitHub Projects for Java Developers (December Rankings)

This article lists and briefly describes the eleven most popular Java‑related GitHub repositories in December, covering learning guides, e‑commerce platforms, advanced Java topics, performance monitoring, high‑concurrency demos, diagnostic tools, Spring Boot, tutorials, messaging middleware, community software, and the Dubbo RPC framework.

APMBackend DevelopmentDubbo
0 likes · 6 min read
Top 11 Popular GitHub Projects for Java Developers (December Rankings)
Programmer DD
Programmer DD
Jan 16, 2019 · Fundamentals

Master GitHub Search: Advanced Tips to Find the Right Repositories Quickly

This guide explains how to use GitHub's advanced search features—such as targeting repository names, descriptions, README files, star/fork counts, size, update dates, licenses, languages, and specific users or organizations—to efficiently locate high‑quality code examples and demos.

GitHubRepositoryadvanced-search
0 likes · 7 min read
Master GitHub Search: Advanced Tips to Find the Right Repositories Quickly
21CTO
21CTO
Dec 13, 2018 · Fundamentals

Why Python Is Surging Ahead: Insights from GitHub, TIOBE, and PYPL Rankings

This article examines Python's rising popularity by analyzing data from GitHub's Octoverse report, the TIOBE index, and the PYPL ranking, highlighting trends, comparative shares, and the factors that make languages like Python, Java, and JavaScript dominate the development landscape.

GitHubPYPLPython
0 likes · 3 min read
Why Python Is Surging Ahead: Insights from GitHub, TIOBE, and PYPL Rankings
Java Backend Technology
Java Backend Technology
Oct 20, 2018 · Big Data

What the 2018 GitHub Octoverse Reveals About Global Developer Trends

GitHub’s 2018 Octoverse report uncovers global developer habits, highlighting the most chatty nations, favorite emojis, peak activity hours, top programming languages, fastest‑growing topics like AI, and major platform updates such as GitHub Actions and Connect, offering a comprehensive snapshot of the open‑source ecosystem.

Artificial IntelligenceGitHubGitHub Actions
0 likes · 10 min read
What the 2018 GitHub Octoverse Reveals About Global Developer Trends
Java Backend Technology
Java Backend Technology
Oct 11, 2018 · Backend Development

Top Java Interview Projects on GitHub to Boost Your Hiring Success

The article reviews three high‑star Java interview projects on GitHub—interviews, Java‑Interview, and JavaGuide—detailing their coverage of coding practice, data structures, algorithms, and system design, along with star/fork statistics and direct repository links to help developers prepare for technical interviews.

Backend DevelopmentGitHubInterview Preparation
0 likes · 4 min read
Top Java Interview Projects on GitHub to Boost Your Hiring Success
21CTO
21CTO
Aug 9, 2018 · Operations

How GitHub’s Open‑Source GLB Load Balancer Achieves High‑Performance Scaling

GitHub created the open‑source GitHub Load Balancer (GLB), a bare‑metal load‑balancing solution that uses Rendezvous hashing to smoothly add or remove nodes, offering high availability, DDoS resilience, and scalable performance for massive connection workloads, and is now publicly available on GitHub.

GitHubHigh AvailabilityOpen Source
0 likes · 5 min read
How GitHub’s Open‑Source GLB Load Balancer Achieves High‑Performance Scaling
21CTO
21CTO
Jun 11, 2018 · Fundamentals

Why GitHub Dominates: 5 Key Reasons Developers Love It

This article explores why GitHub, the world’s largest open‑source code host with 85 million repositories and 28 million developers, remains indispensable by examining its strong community, massive code library, simple version control, extensive integrations, and secure cloud storage.

GitHubVersion Controlcloud storage
0 likes · 6 min read
Why GitHub Dominates: 5 Key Reasons Developers Love It
MaGe Linux Operations
MaGe Linux Operations
May 6, 2018 · Backend Development

Top 10 Must‑Try Python Open‑Source Projects You’ll Love in 2018

This article showcases ten highly‑starred Python open‑source projects—from web scraping and testing tools to e‑book readers, terminal recorders, NLP libraries, code formatters, Instagram feeds, static site generators, Twitter scrapers, and pandas benchmarks—offering developers a curated list of useful libraries to explore.

GitHubOpen SourcePython
0 likes · 5 min read
Top 10 Must‑Try Python Open‑Source Projects You’ll Love in 2018
Programmer DD
Programmer DD
Apr 14, 2018 · Fundamentals

How GitHub Shaped a Decade of Open‑Source Innovation

This article chronicles GitHub’s ten‑year journey from its 2008 launch to becoming the world’s largest code‑hosting platform, highlighting key milestones such as the migration of Rails, the rise of Bitcoin, Node.js, Docker, Python, TensorFlow, and the platform’s impact on open‑source culture and future technology trends.

GitHubprogramming languagessoftware history
0 likes · 14 min read
How GitHub Shaped a Decade of Open‑Source Innovation
Tencent Cloud Developer
Tencent Cloud Developer
Mar 29, 2018 · Information Security

GitHub Security Alerts Accelerate Vulnerability Fixes for Ruby and JavaScript Projects

GitHub’s security alerts, launched in October, have dramatically cut remediation times for Ruby and JavaScript projects—nearly half of alerts are addressed within a week and 98% of actively maintained repositories patch within seven days—identifying over 400 million vulnerabilities across more than 500 thousand repositories, with detailed notifications delivered via the platform, email, and a new weekly summary, and future support planned for Python.

Dependency ScanningGitHubJavaScript
0 likes · 3 min read
GitHub Security Alerts Accelerate Vulnerability Fixes for Ruby and JavaScript Projects
ITPUB
ITPUB
Jan 30, 2018 · Fundamentals

Why Vim Still Thrives: A Deep Dive into SpaceVim’s Powerful Features

This article compiles popular Zhihu comments and showcases SpaceVim’s extensive customizations—ranging from GitHub integration and shortcut grouping to asynchronous file search and built‑in games—demonstrating how Vim remains a highly productive, IDE‑like editor for developers.

EditorGitHubSpaceVim
0 likes · 6 min read
Why Vim Still Thrives: A Deep Dive into SpaceVim’s Powerful Features
ITPUB
ITPUB
Jan 27, 2018 · R&D Management

Unlocking the Secrets of Successful Open‑Source Projects: Lessons from PingCAP

This guide explores why open‑source matters, shares PingCAP’s practical experience running TiDB, TiKV, and PD, and provides step‑by‑step advice on choosing licenses, managing repositories, fostering community contributions, and effectively participating in open‑source projects.

CommunityGitHubProject Management
0 likes · 14 min read
Unlocking the Secrets of Successful Open‑Source Projects: Lessons from PingCAP
Aotu Lab
Aotu Lab
Dec 27, 2017 · Backend Development

Master GraphQL: From Basics to Real-World Queries and Mutations

This guide introduces GraphQL’s core concepts, compares it with REST, explains queries, mutations, types, and scalar rules, and walks through practical examples using GitHub’s GraphQL API, including fetching user data, comments, and adding or removing reactions.

APIGitHubGraphQL
0 likes · 6 min read
Master GraphQL: From Basics to Real-World Queries and Mutations
ITPUB
ITPUB
Dec 19, 2017 · Artificial Intelligence

Top 20 Open‑Source Python Machine‑Learning Projects on GitHub

This article surveys the 20 most active Python machine‑learning repositories on GitHub, summarizing each project's core capabilities, typical use cases, and providing direct links for developers interested in exploring open‑source AI tools.

AIGitHubMachine Learning
0 likes · 9 min read
Top 20 Open‑Source Python Machine‑Learning Projects on GitHub
ITPUB
ITPUB
Dec 15, 2017 · Databases

Top Open-Source MySQL Tools Every DBA Should Know

This guide reviews five essential open‑source MySQL utilities—Mycli, Gh‑ost, phpMyAdmin, Sqlcheck, and Orchestrator—detailing their key features, licensing, contributor statistics, and practical usage scenarios to help database administrators streamline management, migrations, monitoring, and high‑availability tasks.

DBAGitHubMySQL
0 likes · 10 min read
Top Open-Source MySQL Tools Every DBA Should Know
DevOps
DevOps
Dec 13, 2017 · Operations

Using VSTS (Azure DevOps) with GitHub for Automated Build and Deployment

This guide explains how to set up a VSTS (Azure DevOps) project, connect it to a GitHub repository, configure a CI/CD pipeline with build triggers, customize build options, and display the build status badge in the repository’s README, enabling fully automated builds for .NET projects.

Azure DevOpsCI/CDContinuous Integration
0 likes · 6 min read
Using VSTS (Azure DevOps) with GitHub for Automated Build and Deployment
21CTO
21CTO
Nov 25, 2017 · Fundamentals

Explore Facebook’s Top 20 Open‑Source Projects Ranked by GitHub Stars

This article presents a curated list of Facebook’s most popular open‑source projects, ordered by GitHub star count, covering a wide range of technologies from front‑end libraries like React to big‑data engines such as Presto, providing concise descriptions and links for each.

FacebookGitHubTechnology
0 likes · 12 min read
Explore Facebook’s Top 20 Open‑Source Projects Ranked by GitHub Stars
ITPUB
ITPUB
Nov 7, 2017 · Big Data

Which Tech Giant Dominates Open‑Source on GitHub? 2017 Contribution Analysis

This article examines 2017 GitHub data to compare how major tech companies like Microsoft, Google, Amazon, and others contribute to open‑source projects, revealing surprising rankings, star counts, and the methodology behind the analysis using Google BigQuery and custom SQL queries.

GitHubGoogle BigQuerySQL
0 likes · 8 min read
Which Tech Giant Dominates Open‑Source on GitHub? 2017 Contribution Analysis
Java High-Performance Architecture
Java High-Performance Architecture
Oct 20, 2017 · Frontend Development

Essential Open-Source WeChat Mini‑Program Frameworks & UI Libraries

This article presents a curated collection of popular open‑source GitHub projects for WeChat mini‑program development, including frameworks such as Labrador and WePY, utility libraries like wxParse, and UI component kits such as WeUI, ZanUI‑WeApp, and wx‑charts, each with key features and star counts.

GitHubUI ComponentsWeChat Mini Program
0 likes · 5 min read
Essential Open-Source WeChat Mini‑Program Frameworks & UI Libraries
Java Captain
Java Captain
Oct 15, 2017 · Backend Development

Curated List of Popular Java Open Source Projects and Resources

This article provides a comprehensive, regularly updated collection of widely used Java open‑source projects, libraries, frameworks, and related learning resources from major companies and communities, organized by organization and project type for developers seeking reliable references.

GitHubOpen Sourcelibraries
0 likes · 11 min read
Curated List of Popular Java Open Source Projects and Resources
21CTO
21CTO
Oct 13, 2017 · Operations

How GitHub’s New Dependency Graph and AI Features Are Shaping the Future of Coding

GitHub’s recent announcements reveal massive repository growth, a new dependency‑graph tool that adds security alerts, AI‑driven code recommendations, and an updated Explore feed, all pointing toward a future where developers write less code and rely more on automation and data‑driven insights.

GitHubautomationdependency graph
0 likes · 5 min read
How GitHub’s New Dependency Graph and AI Features Are Shaping the Future of Coding
ITPUB
ITPUB
Aug 4, 2017 · Artificial Intelligence

How to Build an AI‑Powered Snake Game in C++ Using Hamiltonian Cycles

This article introduces a C++ Snake game project from GitHub that showcases two AI approaches—Hamiltonian‑cycle based and graph‑search based—to let the snake fill the entire map, and provides step‑by‑step setup, keyboard controls, and detailed algorithm explanations.

AIC++GitHub
0 likes · 7 min read
How to Build an AI‑Powered Snake Game in C++ Using Hamiltonian Cycles