Tagged articles
1974 articles
Page 10 of 20
21CTO
21CTO
Jan 3, 2024 · Fundamentals

7 Must-Have Free Developer Tools to Supercharge Your Workflow

Discover a curated list of seven free, open‑source developer tools—including IDEs, online utilities, resource directories, design templates, and data visualizers—that can streamline daily coding tasks, boost productivity, and help you build applications faster.

Developer Toolsfree resourcesopen source
0 likes · 4 min read
7 Must-Have Free Developer Tools to Supercharge Your Workflow
Huolala Tech
Huolala Tech
Jan 3, 2024 · Frontend Development

Inside PageSpy: How Huolala’s Open‑Source Front‑End Debugger Works

PageSpy is Huolala’s open‑source front‑end remote debugging suite, comprising three repositories for the web UI, server API, and client SDK, with plugin‑based interception of console, network, storage, and other browser APIs, plus a WebSocket‑driven debugging client and strong data‑security guarantees.

frontend debuggingjavascript sdkopen source
0 likes · 9 min read
Inside PageSpy: How Huolala’s Open‑Source Front‑End Debugger Works
JavaEdge
JavaEdge
Jan 3, 2024 · Frontend Development

How GitEstimate Calculates Your GitHub Worth Using Next.js and TypeScript

This article introduces GitEstimate, a Next.js‑based GitHub worth calculator that fetches a user's contributions, stars, and followers, applies weighted formulas to estimate profile value, and lets you export the result as a JPEG, while outlining the full tech stack and implementation details.

GitHubNext.jsTypeScript
0 likes · 5 min read
How GitEstimate Calculates Your GitHub Worth Using Next.js and TypeScript
21CTO
21CTO
Dec 30, 2023 · Fundamentals

Which Open‑Source Licenses Dominate Every Programming Language in 2023?

An analysis of the ClearlyDefined 2023 dataset reveals that MIT and Apache 2.0 are the most popular open‑source licenses overall, while each language ecosystem shows distinct licensing preferences and a concerning share of components lacking proper license metadata.

Apache-2.0MITlicense compliance
0 likes · 7 min read
Which Open‑Source Licenses Dominate Every Programming Language in 2023?
Java High-Performance Architecture
Java High-Performance Architecture
Dec 29, 2023 · Backend Development

Top 12 Must‑Know Java Open‑Source Projects for 2023

This article presents a curated list of the twelve most popular Java open‑source projects on GitHub in May 2023, providing repository URLs, star counts and concise descriptions to help developers discover valuable resources across backend, cloud‑native, and data‑integration domains.

2023GitHubJava
0 likes · 6 min read
Top 12 Must‑Know Java Open‑Source Projects for 2023
Python Programming Learning Circle
Python Programming Learning Circle
Dec 21, 2023 · Artificial Intelligence

Introducing Streamlit: A Free Open‑Source Framework for Building Machine‑Learning Apps with Python

Streamlit is a free, open‑source Python framework that lets machine‑learning engineers quickly turn scripts into interactive web apps, featuring top‑to‑bottom script execution, widget‑as‑variable handling, caching, GPU support, and seamless integration with tools like Git.

App DevelopmentGPUPython
0 likes · 9 min read
Introducing Streamlit: A Free Open‑Source Framework for Building Machine‑Learning Apps with Python
AntTech
AntTech
Dec 18, 2023 · Cloud Native

AlterShield Open‑Source Change Risk Control Platform: Architecture, Features, and Future Roadmap

AlterShield is an open‑source change‑risk prevention solution originally built by Ant Group that provides lifecycle‑aware change defense, cloud‑native operator integration, KDE‑based anomaly detection, and extensible plug‑in frameworks, with detailed module descriptions, recent v1.0 releases, and a roadmap for advanced monitoring and noise‑reduction capabilities.

SREchange managementcloud-native
0 likes · 13 min read
AlterShield Open‑Source Change Risk Control Platform: Architecture, Features, and Future Roadmap
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Dec 18, 2023 · Frontend Development

Evolution of Varlet UI: Architecture, Monorepo, Design System, and Tooling in 2023

In this article the author, creator of the Vue3 mobile component library Varlet UI, shares the latest architectural changes, monorepo setup, design system, development tooling, testing, build outputs, documentation deployment, playground, and VSCode extensions, reflecting on lessons learned over the past two years.

Component LibraryDesign SystemFrontend
0 likes · 12 min read
Evolution of Varlet UI: Architecture, Monorepo, Design System, and Tooling in 2023
Liangxu Linux
Liangxu Linux
Dec 3, 2023 · Fundamentals

Essential Vim Commands and Options: A Complete Cheat Sheet

This article honors Bram Moolenaar while providing a comprehensive Vim cheat sheet that covers essential editing commands, cursor navigation, deletion, searching, substitution, copy‑paste operations, and key editor options, offering developers a practical reference for mastering the powerful open‑source text editor.

Cheat SheetVimcommands
0 likes · 10 min read
Essential Vim Commands and Options: A Complete Cheat Sheet
ZhongAn Tech Team
ZhongAn Tech Team
Dec 1, 2023 · Artificial Intelligence

The Era of Technological Industry Integration is Here

The 2023 AIGC Year-End Summit highlighted the integration of AI in the insurance industry, with Alibaba's CTO announcing the open-source release of their AI code assistant tool DevPilot to foster industry collaboration.

AI in InsuranceAIGCAlibaba
0 likes · 4 min read
The Era of Technological Industry Integration is Here
Tencent Architect
Tencent Architect
Nov 28, 2023 · Fundamentals

Why TQUIC’s Rust‑Based QUIC Library Could Revolutionize High‑Performance Networking

Tencent’s newly open‑sourced TQUIC, a high‑performance, lightweight, cross‑platform QUIC library written in Rust, offers fast transmission, high performance, extensive congestion‑control algorithms, multi‑path support, and strong security, and has already boosted core services such as video, advertising, gaming, and cloud CDN, demonstrating its broad scenario value and robust architecture.

Network ProtocolQUICRust
0 likes · 7 min read
Why TQUIC’s Rust‑Based QUIC Library Could Revolutionize High‑Performance Networking
Tencent Cloud Developer
Tencent Cloud Developer
Nov 28, 2023 · Backend Development

TQUIC: High‑Performance, Lightweight Cross‑Platform QUIC Library Open‑Sourced by Tencent

Tencent has open‑sourced TQUIC, a Rust‑based, high‑performance, lightweight cross‑platform QUIC library that supports multiple congestion‑control algorithms, multi‑path networking, and memory‑safe operation, delivering 2‑30% faster transmission and up to 20% higher processing speed while improving latency‑sensitive services such as video, gaming, advertising, and e‑commerce.

Network ProtocolQUICRust
0 likes · 7 min read
TQUIC: High‑Performance, Lightweight Cross‑Platform QUIC Library Open‑Sourced by Tencent
JD Cloud Developers
JD Cloud Developers
Nov 23, 2023 · Mobile Development

How to Optimize iOS App Size with the Open‑Source APPAnalyze Tool

This article introduces APPAnalyze, an open‑source script that scans iOS .ipa binaries to automatically detect package‑size problems, generates detailed size reports, and provides configurable rules and fixes to help developers efficiently reduce app bundle size.

Mobile Developmentapp size optimizationiOS
0 likes · 16 min read
How to Optimize iOS App Size with the Open‑Source APPAnalyze Tool
Python Programming Learning Circle
Python Programming Learning Circle
Nov 23, 2023 · Artificial Intelligence

2023 GitHub Trends: Explosive Growth of Generative AI, Shifts in Programming Language Popularity, and Open‑Source Security

The 2023 GitHub report reveals a rapid mainstreaming of generative AI, a surge in AI‑driven projects and contributions, evolving programming language rankings, heightened CI/CD automation, and stronger security practices, illustrating how developers worldwide are reshaping software creation and open‑source ecosystems.

AIDevOpsGitHub
0 likes · 10 min read
2023 GitHub Trends: Explosive Growth of Generative AI, Shifts in Programming Language Popularity, and Open‑Source Security
DataFunSummit
DataFunSummit
Nov 20, 2023 · Artificial Intelligence

ModelScope Agents: Open‑Source LLM Agent Framework and Practical Guide

This article introduces ModelScope Agents, an open‑source LLM‑based agent framework that addresses limitations of GPT Store, outlines its features, provides installation and usage instructions, showcases a RPG game example, and invites the community to contribute to its roadmap.

AIAgent FrameworkLLM
0 likes · 7 min read
ModelScope Agents: Open‑Source LLM Agent Framework and Practical Guide
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 17, 2023 · Artificial Intelligence

GitHub Octoverse 2023: AI, Cloud, and Open‑Source Trends Shaping the Global Developer Landscape

The 2023 GitHub Octoverse report reveals how generative AI, cloud‑native technologies, and a surge of first‑time contributors are rapidly reshaping developer workflows, regional community growth, and the popularity of programming languages across the world’s largest open‑source ecosystem.

2023 ReportArtificial IntelligenceCloud Computing
0 likes · 18 min read
GitHub Octoverse 2023: AI, Cloud, and Open‑Source Trends Shaping the Global Developer Landscape
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Nov 14, 2023 · Fundamentals

Recap of the 2023 CLSF (China Linux Storage, Memory Management & File System) Workshop

The 2023 China Linux Storage, Memory Management and File System Workshop, held on October 26‑27 and organized by OPPO, gathered leading Linux kernel developers from firms such as SUSE, Intel, AMD, Huawei and academic institutions to present keynotes and talks on memory reclamation, scalability, storage, BPF, container images, and future kernel innovations, fostering collaborative advancement of Chinese kernel development.

2023file systemopen source
0 likes · 6 min read
Recap of the 2023 CLSF (China Linux Storage, Memory Management & File System) Workshop
Architects Research Society
Architects Research Society
Nov 14, 2023 · Fundamentals

MIKE2.0 Method: An Open‑Source Approach to Information Development

The MIKE2.0 method is an open‑source, integrated‑knowledge‑environment framework that guides enterprises through information development, data governance, and architecture via five structured phases, key structures such as SAFE, and practical task outputs, while also offering community resources and implementation guidance.

Information DevelopmentMIKE2.0Methodology
0 likes · 7 min read
MIKE2.0 Method: An Open‑Source Approach to Information Development
Open Source Linux
Open Source Linux
Nov 13, 2023 · Information Security

How NetBird Simplifies Secure Peer-to-Peer VPNs Without a Central Server

NetBird is an open‑source, WireGuard‑based network management platform that creates secure, direct encrypted tunnels between computers, devices, and servers without a central VPN, supporting cloud, on‑premise, edge and container environments, and offers quick deployment via simple installation steps on Linux and macOS.

LinuxNetBirdVPN
0 likes · 5 min read
How NetBird Simplifies Secure Peer-to-Peer VPNs Without a Central Server
21CTO
21CTO
Nov 12, 2023 · Databases

From INGRES to PostgreSQL: How the Open‑Source RDBMS Became a Developer Favorite

This article traces PostgreSQL's origins from the 1980s INGRES project, compares navigation and relational databases, outlines its evolution through Postgres95 to PostgreSQL, and highlights ten modern features that make it a powerful, scalable, and secure choice for developers today.

Data TypesDatabase FeaturesPostgreSQL
0 likes · 17 min read
From INGRES to PostgreSQL: How the Open‑Source RDBMS Became a Developer Favorite
Alibaba Terminal Technology
Alibaba Terminal Technology
Nov 9, 2023 · Fundamentals

How Alibaba’s Open‑Source Low‑Code Engine Powers Custom Enterprise Platforms

This article explains why enterprises need custom low‑code platforms, introduces Alibaba’s open‑source Low‑Code Engine and the commercial UIPaaS product, compares generic and custom low‑code solutions, and outlines the architecture, capabilities, and real‑world cases that demonstrate cost and time savings.

AlibabaEnterprise DevelopmentLow‑code
0 likes · 32 min read
How Alibaba’s Open‑Source Low‑Code Engine Powers Custom Enterprise Platforms
AntTech
AntTech
Nov 8, 2023 · Artificial Intelligence

Kapacity V0.2 Release: AI‑Driven Traffic‑Based Replica Prediction for Cloud‑Native Autoscaling

Kapacity V0.2 introduces an AI‑powered, traffic‑driven replica prediction algorithm for cloud‑native autoscaling, featuring a Linear‑Residual model, a lightweight Swish Net time‑series forecaster, custom metric support, and open‑source tools, aiming to improve resource efficiency and reduce operational risk.

AIPredictive Autoscalingcapacity planning
0 likes · 9 min read
Kapacity V0.2 Release: AI‑Driven Traffic‑Based Replica Prediction for Cloud‑Native Autoscaling
Open Source Linux
Open Source Linux
Nov 8, 2023 · Information Security

Top 10 Docker Vulnerability Scanners to Secure Your Containers in 2023

This article reviews the most popular Docker security tools, explains their key features, and shows how they help organizations automatically scan images, detect vulnerabilities, enforce policies, and improve container runtime protection across development and production environments.

DevOpsDockercloud-native
0 likes · 12 min read
Top 10 Docker Vulnerability Scanners to Secure Your Containers in 2023
21CTO
21CTO
Nov 4, 2023 · R&D Management

Who Leads the Global Open‑Source Revolution? Inside the First Worldwide Contribution Rankings

Bench Council unveiled the world’s first open‑source contribution ranking, highlighting 264 top contributors—including 24 Chinese—while showing the United States leading the national list, China second, and spotlighting seminal figures like Stallman, Perens, and Asanovic along with key institutions and projects such as RISC‑V and OpenBLAS.

RISC-Vbench councilglobal rankings
0 likes · 4 min read
Who Leads the Global Open‑Source Revolution? Inside the First Worldwide Contribution Rankings
php Courses
php Courses
Nov 3, 2023 · Backend Development

Comparison of Popular Open-Source CMS Platforms for Personal Websites

This article reviews ten open‑source content management systems—including Joomla!, Drupal, Mambo, DEDECMS, phpCMS, EmpireCMS, php168, HBcms, SupSite, and WordPress—highlighting their features, platform compatibility, strengths, and limitations to help individuals choose the most suitable CMS for building a personal website.

CMSMySQLPHP
0 likes · 5 min read
Comparison of Popular Open-Source CMS Platforms for Personal Websites
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Nov 1, 2023 · Fundamentals

Recap of the 18th China Linux Kernel Developers Conference (CLK 2023)

On October 28 2023, the 18th China Linux Kernel Developers Conference gathered nearly 500 developers in Shenzhen, livestreamed to over 180,000 viewers, featured keynote talks on kernel scheduling, AI‑driven evolution, Rust integration, and cloud‑hardware co‑design, and offered sub‑forums on memory, virtualization, I/O, and eBPF, with all materials now publicly available.

RustconferenceeBPF
0 likes · 8 min read
Recap of the 18th China Linux Kernel Developers Conference (CLK 2023)
Baidu Geek Talk
Baidu Geek Talk
Oct 31, 2023 · Artificial Intelligence

Interview on Baidu's Open‑Source Large‑Scale Vector Search Engine Puck

Baidu has open‑sourced its high‑performance, trillion‑scale vector search engine Puck—originally built for ultra‑large image‑search workloads, winner of multiple BIGANN categories, now supporting diverse embeddings alongside the medium‑size Tinker algorithm—to accelerate community innovation, improve code quality, and broaden AI retrieval applications across search, recommendation and cloud services.

AIANNBaidu
0 likes · 12 min read
Interview on Baidu's Open‑Source Large‑Scale Vector Search Engine Puck
macrozheng
macrozheng
Oct 30, 2023 · Operations

How to Reclaim Hundreds of GB on Windows by Cleaning JetBrains IDE Files

This guide shows how to free up hundreds of gigabytes on a Windows PC by locating and deleting large JetBrains IDE directories, customizing IDE configuration and cache paths, and also introduces the popular open‑source SpringBoot‑based e‑commerce project “mall” for further learning.

Disk CleanupIDE configurationJetBrains
0 likes · 5 min read
How to Reclaim Hundreds of GB on Windows by Cleaning JetBrains IDE Files
Laravel Tech Community
Laravel Tech Community
Oct 29, 2023 · Fundamentals

The Past and Present of CentOS and Its Alternatives

This article traces the evolution of CentOS within the Linux ecosystem, explains the shift to CentOS Stream, outlines the end‑of‑life schedule, and evaluates various replacement distributions—including Rocky Linux, Ubuntu, Oracle Linux, and several Chinese OS projects—providing guidance for different enterprise and development scenarios.

CentOSLinuxOperating Systems
0 likes · 8 min read
The Past and Present of CentOS and Its Alternatives
Ant R&D Efficiency
Ant R&D Efficiency
Oct 26, 2023 · Artificial Intelligence

TestAgent: Open-Source 7B LLM That Supercharges Automated Test Generation

TestAgent is an open-source 7B test-domain LLM that delivers multi-language test-case generation, automatic assert completion, and a rapid deployment framework, offering industry-leading pass@1 scores, a ChatBot UI, and detailed setup instructions for diverse hardware environments.

AI testingLarge Language ModelModel Deployment
0 likes · 8 min read
TestAgent: Open-Source 7B LLM That Supercharges Automated Test Generation
21CTO
21CTO
Oct 23, 2023 · Fundamentals

24 Must‑Try Open‑Source Projects Every Developer Should Explore

This article curates 24 diverse open‑source projects—from AI frameworks and databases to developer tools and cloud‑native platforms—providing concise descriptions, key features, and direct GitHub links so developers can quickly discover and experiment with each technology.

dev resourcesopen sourceprogramming
0 likes · 15 min read
24 Must‑Try Open‑Source Projects Every Developer Should Explore
Selected Java Interview Questions
Selected Java Interview Questions
Oct 22, 2023 · Game Development

Red Alert (Command & Conquer) Source Code Open‑Sourced: History, Details, and Community Impact

The classic real‑time strategy game Red Alert, originally released by Westwood Studios and later acquired by EA, has had parts of its 1996 source code for both Tiberian Dawn and Red Alert released on GitHub, offering C++ developers insight into the well‑structured game logic while excluding assets and the engine.

C++Command & ConquerGame Development
0 likes · 4 min read
Red Alert (Command & Conquer) Source Code Open‑Sourced: History, Details, and Community Impact
Alibaba Cloud Developer
Alibaba Cloud Developer
Oct 19, 2023 · Fundamentals

How Low‑Code Platforms Speed Up Development: Open‑Source Options Reviewed

This article surveys a range of open‑source low‑code solutions—from integrated full‑stack platforms like Appsmith and Budibase to BaaS tools such as Supabase and Appwrite, as well as headless CMS and workflow engines—highlighting their strengths, typical use cases, and how they can accelerate development compared to traditional coding.

BaaSHeadless CMSLow‑code
0 likes · 14 min read
How Low‑Code Platforms Speed Up Development: Open‑Source Options Reviewed
Software Development Quality
Software Development Quality
Oct 17, 2023 · Information Security

Deploy Watchdog: Open-Source Asset Management & Security Scanning Platform

This guide introduces Watchdog, an upgraded, web-based security platform derived from Bayonet, and provides step-by-step instructions for installing, configuring, and deploying it across multiple Ubuntu nodes, including database setup, Flask service launch, and activation of sub-domain, port, URL, and Xray scanning modules.

Watchdogasset managementdeployment
0 likes · 7 min read
Deploy Watchdog: Open-Source Asset Management & Security Scanning Platform
dbaplus Community
dbaplus Community
Oct 16, 2023 · Databases

How to Monitor MySQL Performance in Real-Time with mysqlstat

The mysqlstat command‑line tool provides real‑time monitoring and analysis of MySQL servers, offering metrics such as QPS, TPS, network bandwidth, top‑executed SQL statements, hot tables, lock and deadlock information, index analysis, connection counts, table size statistics, binlog insights, and replication status, with usage examples and download instructions.

Database AdministrationMySQLcommand line
0 likes · 8 min read
How to Monitor MySQL Performance in Real-Time with mysqlstat
DataFunTalk
DataFunTalk
Oct 13, 2023 · Big Data

Design Principles, Architecture, and Applications of the Open‑Source LakeSoul Lakehouse Framework

This article provides a comprehensive technical overview of LakeSoul, an open‑source, cloud‑native lakehouse framework, covering its design philosophy, core features, architecture, performance benchmarks, real‑time ingestion, incremental computation, multi‑stream joining, security, community progress, and future roadmap.

Big DataData LakehouseFlink
0 likes · 16 min read
Design Principles, Architecture, and Applications of the Open‑Source LakeSoul Lakehouse Framework
Efficient Ops
Efficient Ops
Oct 11, 2023 · Operations

Open‑Source Monitoring Showdown: Cacti, Nagios, Zabbix, Prometheus, Grafana, Nightingale & Open‑Falcon

This article compares popular open‑source monitoring solutions—including Cacti, Nagios, Zabbix, Prometheus, Grafana, Nightingale, and Open‑Falcon—detailing their architectures, key features, data collection methods, visualization capabilities, and typical use cases for IT operations teams.

IT infrastructureopen sourcetool comparison
0 likes · 8 min read
Open‑Source Monitoring Showdown: Cacti, Nagios, Zabbix, Prometheus, Grafana, Nightingale & Open‑Falcon
Top Architect
Top Architect
Oct 8, 2023 · Backend Development

Chemex ICT Asset Management System – Features, Demo, and Deployment Guide

This article introduces the open‑source Chemex ICT asset management system built with Laravel and Dcat Admin, outlines its key features and demos, and provides detailed Docker and manual deployment instructions—including required prerequisites, environment configuration, and step‑by‑step commands—for setting up the system in a production environment.

DockerLaravelPHP8
0 likes · 7 min read
Chemex ICT Asset Management System – Features, Demo, and Deployment Guide
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Oct 8, 2023 · Frontend Development

How Tango’s Open‑Source Low‑Code Engine Redefines Front‑End Development with AST‑Based Visual Builder

This article examines the design and implementation of Tango, an open‑source low‑code engine that leverages ESTree AST standards to enable bidirectional code‑to‑visual‑schema conversion, offering a progressive, source‑code‑driven visual development experience integrated with modern front‑end tooling.

ASTFrontendLow‑code
0 likes · 10 min read
How Tango’s Open‑Source Low‑Code Engine Redefines Front‑End Development with AST‑Based Visual Builder
AI Large Model Application Practice
AI Large Model Application Practice
Oct 4, 2023 · Artificial Intelligence

Controlling LLM‑Based AI Agents with the Open‑Source ‘Agents’ Framework

This article introduces the experimental open‑source project ‘Agents’, explains common challenges of LLM‑based AI agents, compares it with tools like AutoGPT, LangChain and MetaGPT, and demonstrates how its configuration‑driven SOP approach enables more controllable, multi‑agent interactions and easier deployment.

LLMSOPconfiguration
0 likes · 14 min read
Controlling LLM‑Based AI Agents with the Open‑Source ‘Agents’ Framework
Ant R&D Efficiency
Ant R&D Efficiency
Sep 28, 2023 · Artificial Intelligence

CodeFuse: Open‑Source Large Code Model with Multi‑Task Fine‑Tuning and 4‑Bit Quantization

Ant Group’s open‑source CodeFuse is a large‑scale code‑generation model featuring multi‑task fine‑tuning and 4‑bit quantization, achieving a 74.4% HumanEval score that outperforms GPT‑4, supporting tasks from code synthesis to bug fixing, and can be deployed on a single high‑end GPU.

AICodeFuseLarge Language Model
0 likes · 9 min read
CodeFuse: Open‑Source Large Code Model with Multi‑Task Fine‑Tuning and 4‑Bit Quantization
OPPO Amber Lab
OPPO Amber Lab
Sep 26, 2023 · Fundamentals

Join the 18th China Linux Kernel Conference: Call for Papers & Event Details

The 18th China Linux Kernel Developers Conference (CLK) will take place on October 28, 2023 in Shenzhen, featuring a call for papers on topics such as hardware architectures, scheduling, memory management, storage, networking, virtualization, performance, testing, and more, with submission deadlines from September 22 to October 10.

Linux kernelSubmissioncall for papers
0 likes · 4 min read
Join the 18th China Linux Kernel Conference: Call for Papers & Event Details
Baidu Tech Salon
Baidu Tech Salon
Sep 25, 2023 · Artificial Intelligence

Approximate Nearest Neighbor Retrieval and Baidu's Open‑Source Puck Framework – Event Overview

Baidu’s upcoming technical salon series on search will showcase its open‑source ANN retrieval framework Puck—demonstrating superior performance on massive benchmarks—and feature nightly live sessions covering product management, GPU optimization, intelligent Q&A, model architecture, and image generation, with registration via QR‑code.

AIBaiduPUCK
0 likes · 2 min read
Approximate Nearest Neighbor Retrieval and Baidu's Open‑Source Puck Framework – Event Overview
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 25, 2023 · Frontend Development

Useful Vue.js Libraries to Accelerate Frontend Development

This article introduces several popular open‑source Vue.js libraries—including vueuse, vue‑js‑modal, vue‑wait, good‑table, vue‑notification, tree‑select, and egjs‑infinite‑grid—detailing their features, star counts, usage examples, and GitHub links to help developers quickly enhance their Vue projects.

JavaScriptVuecomponents
0 likes · 5 min read
Useful Vue.js Libraries to Accelerate Frontend Development
21CTO
21CTO
Sep 24, 2023 · Fundamentals

Why GNU’s 40‑Year Journey Still Shapes Modern Software

The article reviews GNU’s 40‑year history, its ambitious but incomplete Hurd kernel, the project’s broader impact on open‑source culture, Richard Stallman’s legacy, and the community’s hopes for the anniversary celebrations.

Free SoftwareGNURichard Stallman
0 likes · 7 min read
Why GNU’s 40‑Year Journey Still Shapes Modern Software
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Sep 22, 2023 · Fundamentals

18th China Linux Kernel Developer Conference (CLK 2023) Call for Papers

The 18th China Linux Kernel Developer Conference (CLK 2023) will be held in Shenzhen on October 28, 2023, hosted by OPPO, and invites Linux kernel developers to submit technical papers (open call from September 22, deadline October 10) on topics such as architecture, scheduling, memory, storage, networking, virtualization, performance, testing and kernel use in IoT, mobile, automotive, cloud and AI, with required author bio, title and abstract.

ARM64CLK 2023RISC-V
0 likes · 4 min read
18th China Linux Kernel Developer Conference (CLK 2023) Call for Papers
Sohu Tech Products
Sohu Tech Products
Sep 20, 2023 · Information Security

How to Secure Your Website with the Open‑Source SafeLine WAF in One Command

This article explains what a Web Application Firewall (WAF) is, introduces the open‑source SafeLine WAF, and provides step‑by‑step instructions for containerized installation, describes its architecture and core security capabilities such as semantic attack detection, IP intelligence, traffic control, and high‑performance protection for web sites.

DockerInstallationSafeLine
0 likes · 8 min read
How to Secure Your Website with the Open‑Source SafeLine WAF in One Command
Java Architect Essentials
Java Architect Essentials
Sep 19, 2023 · Databases

Chat2DB Review: Open-Source AI-Powered Multi-Database Client with SQL Generation

Chat2DB is an open‑source, cross‑platform database client that integrates AI capabilities to translate natural language to SQL and vice versa, offers optimization suggestions, supports multiple databases, provides team collaboration features, and can be installed via native packages or Docker with detailed usage examples.

AI SQLChat2DBDatabase client
0 likes · 7 min read
Chat2DB Review: Open-Source AI-Powered Multi-Database Client with SQL Generation
Architects' Tech Alliance
Architects' Tech Alliance
Sep 17, 2023 · Cloud Computing

Trends and Market Outlook of Cloud Storage, Software‑Defined Storage, and Hyper‑Convergence

The article analyzes the rapid growth of the global cloud storage market, explains core technologies such as software‑defined storage, distributed storage and hyper‑convergence, reviews major vendors and market forecasts, and discusses the evolving ecosystem of operating systems and open‑source initiatives driving future infrastructure development.

Software-Defined Storagecloud storagehyper-convergence
0 likes · 12 min read
Trends and Market Outlook of Cloud Storage, Software‑Defined Storage, and Hyper‑Convergence
Liangxu Linux
Liangxu Linux
Sep 10, 2023 · Artificial Intelligence

How Much Does a GitHub Star Cost? Detecting Fake Stars with AI

GitHub stars, while a vanity metric, influence project selection and investment decisions, leading to a market where stars are bought and sold; this article examines star pricing, common fraud patterns, and how unsupervised clustering and specialized tools can identify and mitigate fake-star activity.

GitHubfake detectionopen source
0 likes · 7 min read
How Much Does a GitHub Star Cost? Detecting Fake Stars with AI
MaGe Linux Operations
MaGe Linux Operations
Sep 10, 2023 · Fundamentals

Why Debian’s Slow Release Cycle Makes It the Stable Choice for Developers

Debian, often labeled as slow and conservative, offers a stable, well‑tested release strategy with three branches—Stable, Testing, and Unstable—making it ideal for developers who prioritize reliability over rapid updates, while still powering major services, cloud infrastructure, and countless derivative distributions.

CommunityDebianLinux
0 likes · 11 min read
Why Debian’s Slow Release Cycle Makes It the Stable Choice for Developers
IT Services Circle
IT Services Circle
Sep 8, 2023 · Information Security

High‑Severity Vulnerabilities Discovered in Notepad++ (CVE‑2023‑40031, CVE‑2023‑40036, CVE‑2023‑40164, CVE‑2023‑40166)

Security researchers have identified four high‑severity buffer‑overflow vulnerabilities (CVE‑2023‑40031, CVE‑2023‑40036, CVE‑2023‑40164, CVE‑2023‑40166) in the popular open‑source editor Notepad++, disclosed after the developers failed to patch them before the release of version 8.5.6, urging users to apply mitigations.

CVEInformation SecurityNotepad++
0 likes · 3 min read
High‑Severity Vulnerabilities Discovered in Notepad++ (CVE‑2023‑40031, CVE‑2023‑40036, CVE‑2023‑40164, CVE‑2023‑40166)
Baidu Geek Talk
Baidu Geek Talk
Sep 4, 2023 · Artificial Intelligence

Puck: Baidu’s Open‑Source High‑Performance ANN Retrieval Engine

Puck, Baidu’s open‑source Approximate Nearest Neighbor engine built on the proprietary Puck and Tinker algorithms, delivers high recall, accuracy and throughput across tiny to trillion‑scale datasets, outperforms rivals in benchmarks—including first‑place BIGANN 2021—while offering a simple, extensible API, proven reliability in dozens of Baidu services, and an Apache 2.0 license encouraging community contributions.

ANNBaidubenchmark
0 likes · 7 min read
Puck: Baidu’s Open‑Source High‑Performance ANN Retrieval Engine
php Courses
php Courses
Aug 25, 2023 · Artificial Intelligence

Meta Launches Code Llama: An Advanced AI Coding Model

Meta introduced Code Llama, a Llama 2‑based AI coding model available in base, Python‑specific, and instruction‑tuned versions across 7B, 13B, and 34B sizes, claiming superior benchmark performance and free community licensing for research and commercial use.

AI codingCode LlamaLarge Language Model
0 likes · 5 min read
Meta Launches Code Llama: An Advanced AI Coding Model
Open Source Linux
Open Source Linux
Aug 25, 2023 · R&D Management

What Happens to Vim After Bram Moolenaar’s Passing? Inside the Project’s Future Plans

Following the death of Vim’s creator Bram Moolenaar, core developers Christian Brabandt and Ken Takata discuss taking over the project, outline plans for Vim 9.1, explore the relationship with Neovim, address website hosting challenges, and consider broader strategies for sustaining open‑source projects after a maintainer’s loss.

CommunityNeoVimVim
0 likes · 11 min read
What Happens to Vim After Bram Moolenaar’s Passing? Inside the Project’s Future Plans
Top Architect
Top Architect
Aug 23, 2023 · Backend Development

Understanding API Gateways: Concepts, Design Principles, and Common Implementations

This article explains what an API gateway is, why it is needed in micro‑service architectures, outlines key design considerations such as routing, load‑balancing, resilience and security, and compares popular open‑source gateway solutions like OpenResty, Kong, Zuul and Spring Cloud Gateway.

Design Patternsapi-gatewayload balancing
0 likes · 26 min read
Understanding API Gateways: Concepts, Design Principles, and Common Implementations
Volcano Engine Developer Services
Volcano Engine Developer Services
Aug 21, 2023 · Big Data

From Contributor to Committer: Lessons from ByteDance’s Apache Flink Journey

ByteDance’s streaming computing team members Fang Yong and Hu Weihua share their path from early Flink adopters to Apache Flink Committers, detailing their contributions to Runtime Coordinator and Streaming Warehouse, the challenges of open‑source involvement, and practical advice for developers seeking to engage with the Flink community.

Apache FlinkCommitterRuntime Coordinator
0 likes · 10 min read
From Contributor to Committer: Lessons from ByteDance’s Apache Flink Journey
21CTO
21CTO
Aug 18, 2023 · Databases

Why PostgreSQL Is Overtaking MySQL: Trends, Cloud Adoption, and Developer Preferences

The article examines recent data showing PostgreSQL’s rapid rise over the past decade, its strong performance in the 2023 StackOverflow survey, growing adoption by cloud providers like Google and AWS, and the reasons developers favor its open‑source reliability and extensibility.

Cloud ServicesDatabase TrendsMySQL
0 likes · 6 min read
Why PostgreSQL Is Overtaking MySQL: Trends, Cloud Adoption, and Developer Preferences
21CTO
21CTO
Aug 12, 2023 · Fundamentals

What’s OpenELA? How Three IT Giants Are Reviving Enterprise Linux After CentOS’s End

Three major IT companies—SUSE, Oracle, and CIQ—have formed the Open ELA alliance to provide source code for RHEL‑compatible downstream Linux distributions, offering a community‑driven alternative after Red Hat’s termination of CentOS, aiming to ensure stable, secure, and freely redistributable enterprise Linux.

CentOSEnterprise LinuxLinux Distribution
0 likes · 5 min read
What’s OpenELA? How Three IT Giants Are Reviving Enterprise Linux After CentOS’s End
21CTO
21CTO
Aug 6, 2023 · Backend Development

Remembering Bram Moolenaar: The Visionary Behind Vim and Open‑Source Charity

Vim’s creator Bram Moolenaar, a Dutch programmer who pioneered the ‘charity software’ model, passed away in August 2023, leaving a legacy that includes the Vim editor, the AAP build tool, the Zimbu language, and a lasting impact on developers worldwide.

Bram MoolenaarVimopen source
0 likes · 6 min read
Remembering Bram Moolenaar: The Visionary Behind Vim and Open‑Source Charity
Architect's Tech Stack
Architect's Tech Stack
Jul 31, 2023 · Frontend Development

DripTable: An Open‑Source, High‑Performance Enterprise Table Solution for React

This article introduces DripTable, a JD‑open‑source, React‑based enterprise table framework that uses JSON Schema for low‑code configuration, outlines its features, advantages, usage scenarios, and provides step‑by‑step installation and code examples for both the visual configuration side and the runtime side.

FrontendLow‑codeReAct
0 likes · 5 min read
DripTable: An Open‑Source, High‑Performance Enterprise Table Solution for React
AntTech
AntTech
Jul 20, 2023 · Operations

AlterShield: An Open‑Source Change Management Platform for Risk Control and Observability

AlterShield is an open‑source, end‑to‑end change‑control platform that systematizes change perception, risk analysis, and defense across distributed cloud‑native environments, enabling SRE teams to mitigate stability risks through standardized protocols, incremental rollout, and automated observability checks.

SREchange managementcloud-native
0 likes · 24 min read
AlterShield: An Open‑Source Change Management Platform for Risk Control and Observability
Liangxu Linux
Liangxu Linux
Jul 13, 2023 · Fundamentals

5 Surprising Ways Linux Can Transform Your Projects

From laser cutting and gaming to office tasks, music production, retro computing, and server power, Linux proves it can handle a wide range of unexpected and creative uses beyond traditional desktop or server roles.

GamingLaser CuttingLinux
0 likes · 9 min read
5 Surprising Ways Linux Can Transform Your Projects
Architects Research Society
Architects Research Society
Jul 6, 2023 · Fundamentals

Guidelines and Best Practices for Using Open Source Software in Large‑Scale System Engineering

This article explains the definition, licensing, MITRE system engineer responsibilities, government policies, and best‑practice recommendations for adopting open source software in large‑scale system engineering, emphasizing cost, security, certification, community interaction, and risk mitigation.

LicensingSystem Integrationopen source
0 likes · 22 min read
Guidelines and Best Practices for Using Open Source Software in Large‑Scale System Engineering
Open Source Linux
Open Source Linux
Jul 3, 2023 · Operations

Essential Open‑Source DevOps Tools Every Engineer Should Know

This guide compiles a comprehensive list of the best open‑source DevOps tools—including version control systems, build automation, CI/CD platforms, container runtimes, configuration managers, and monitoring solutions—explaining their core features and typical use cases for modern software delivery pipelines.

DevOpsVersion Controlci/cd
0 likes · 9 min read
Essential Open‑Source DevOps Tools Every Engineer Should Know
21CTO
21CTO
Jul 2, 2023 · Artificial Intelligence

Why AI Pioneer Geoffrey Hinton Urges a Pause Before Machines Surpass Humans

At Collision 2023, AI pioneer Geoffrey Hinton warned governments to curb AI before it outsmarts humanity, while industry leaders announced NTT DATA’s global generative AI lab, the release of Svelte 4, GitHub Enterprise Server 3.9, new Linux kernel versions, and Uno Platform’s VS Code extension for mobile debugging.

AI ethicsArtificial IntelligenceFrontend Development
0 likes · 12 min read
Why AI Pioneer Geoffrey Hinton Urges a Pause Before Machines Surpass Humans
MaGe Linux Operations
MaGe Linux Operations
Jun 28, 2023 · Operations

Which Linux Distribution Is Best for Developers? Ubuntu vs Fedora Deep Dive

This article compares popular Linux distributions—Ubuntu and Fedora—examining their package managers, desktop environments, stability, community support, and migration challenges, while also highlighting alternative distros like Bodhi Linux and Linux Lite to help developers choose the most suitable OS for their workflow.

DevelopmentFedoraLinux
0 likes · 9 min read
Which Linux Distribution Is Best for Developers? Ubuntu vs Fedora Deep Dive
Alibaba Cloud Native
Alibaba Cloud Native
Jun 27, 2023 · Cloud Native

How KubeSkoop Automates Kubernetes Network Troubleshooting

KubeSkoop, an open‑source tool from Alibaba Cloud, automates Kubernetes container network diagnosis by building traffic paths, collecting eBPF and IaaS data, and pinpointing root causes for connectivity and jitter issues, supporting major CNI plugins and offering deep network monitoring with Prometheus integration.

CNINetwork Diagnosiscloud-native
0 likes · 10 min read
How KubeSkoop Automates Kubernetes Network Troubleshooting
21CTO
21CTO
Jun 26, 2023 · Fundamentals

Developer News Roundup: AI Model Platform, Ubuntu Kernel 6.3, Tauri 1.4 and More

This article curates recent developer‑focused updates, covering ChatGPT‑generated Windows keys, Ubuntu 23.10’s upgrade to Linux Kernel 6.3, China’s UOS reaching 5 million installs, BentoML’s OpenLLM 0.1.6 release, 7‑Zip 23.01 enhancements, and the new Tauri 1.4 desktop framework.

AIOperating Systemsopen source
0 likes · 8 min read
Developer News Roundup: AI Model Platform, Ubuntu Kernel 6.3, Tauri 1.4 and More
HelloTech
HelloTech
Jun 26, 2023 · Frontend Development

Introducing Quarkc: A Framework‑Agnostic Web Component Toolkit

Quarkc, the HelloBike‑developed framework‑agnostic web component toolkit, builds native Web Components without hidden magic, letting developers write once and run anywhere across Vue, React, Svelte, Angular and plain HTML, while offering a tiny bundle size, high performance and simple npm‑based setup.

Component LibraryFramework-agnosticFront-end
0 likes · 6 min read
Introducing Quarkc: A Framework‑Agnostic Web Component Toolkit
IT Services Circle
IT Services Circle
Jun 25, 2023 · Frontend Development

Zed: A High‑Performance Rust‑Based Collaborative Code Editor and Its Open‑Source‑on‑Zed Initiative

Zed, a Rust‑written collaborative code editor created by the original Atom author, offers superior startup speed and low memory usage compared with Electron‑based editors, and introduces an unconventional "open source Zed on Zed" plan that lets contributors use the editor itself to develop and improve the project.

CollaborationRustZed
0 likes · 4 min read
Zed: A High‑Performance Rust‑Based Collaborative Code Editor and Its Open‑Source‑on‑Zed Initiative
Cloud Native Technology Community
Cloud Native Technology Community
Jun 20, 2023 · Cloud Native

How Kubernetes Manages Its Software Releases: Community Structure, KEP Process, and Release Cycle

This article examines how the open‑source Kubernetes project orchestrates its software releases by detailing the community’s SIG‑Town structure, the Kubernetes Enhancement Proposal (KEP) workflow, the roles of SIG‑Release and release teams, and the typical three‑month release cadence, while also discussing the broader challenges of open‑source collaboration.

CommunityKEPkubernetes
0 likes · 16 min read
How Kubernetes Manages Its Software Releases: Community Structure, KEP Process, and Release Cycle
macrozheng
macrozheng
Jun 17, 2023 · Databases

Why DBeaver Is the Free, Open-Source Database Tool Every Backend Developer Needs

This article introduces DBeaver, an open‑source, cross‑platform database management tool, outlines its key features, provides step‑by‑step usage instructions, and shares the project’s GitHub link, helping developers efficiently handle MySQL, PostgreSQL, Oracle and many other databases.

DBeaverDatabase Managementopen source
0 likes · 5 min read
Why DBeaver Is the Free, Open-Source Database Tool Every Backend Developer Needs
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jun 14, 2023 · Artificial Intelligence

ChatGPT Practice Applications and Large Model Technology Insights from the Juejin Offline Salon

The article recaps a Beijing offline salon where experts and open‑source contributors discussed ChatGPT desktop applications, the development and deployment of ChatGPT‑Next‑Web, large‑language‑model challenges, the VisualGLM multimodal model, and product design considerations, providing technical insights and community perspectives on AI advancements.

AIChatGPTLarge Language Models
0 likes · 9 min read
ChatGPT Practice Applications and Large Model Technology Insights from the Juejin Offline Salon
Programmer DD
Programmer DD
Jun 13, 2023 · Backend Development

Why Tencent’s OpenKona JDK Could Transform Java Development in China

Tencent has donated its high‑performance OpenKona JDK to the Open Source China foundation, offering the full source code, build infrastructure and national‑cryptography support, and already powers over a million servers across more than 120 companies, promising a domestic alternative for Java development in big‑data, AI and cloud scenarios.

Backend DevelopmentCompilerJava
0 likes · 4 min read
Why Tencent’s OpenKona JDK Could Transform Java Development in China
DevOps Engineer
DevOps Engineer
Jun 11, 2023 · Information Security

Understanding SLSA: A Guide to Software Supply Chain Security and Levels

This article explains the SLSA (Supply chain Levels for Software Artifacts) framework, outlines common software supply‑chain threats, details the four SLSA levels and their requirements, discusses limitations, and reviews tools such as OpenSSF Scorecard, slsa‑verifier and Sigstore for improving software artifact integrity.

SLSAartifact provenanceci/cd
0 likes · 15 min read
Understanding SLSA: A Guide to Software Supply Chain Security and Levels
Aikesheng Open Source Community
Aikesheng Open Source Community
Jun 10, 2023 · Databases

Weekly Tech Share Summary – SQL and Database Highlights

This weekly newsletter curates top industry tech articles covering SQL deployment capabilities, MySQL replication issues, LLM‑to‑SQL benchmarks, connection limit errors, OceanBase tracing, and provides an open‑source SQL quality management platform update with development progress and upcoming plans.

DatabaseMySQLOceanBase
0 likes · 4 min read
Weekly Tech Share Summary – SQL and Database Highlights