Tagged articles
1918 articles
Page 9 of 20
21CTO
21CTO
May 2, 2024 · Databases

Why SQL Still Dominates After 50 Years: 8 Compelling Reasons

This article explains eight key reasons why SQL and relational database systems remain the dominant data management solution half a century after their invention, covering performance, maturity, community, simplicity, popularity, open‑source options, powerful query capabilities, and their continued relevance alongside newer technologies.

RDBMSRelational Databaseopen‑source
0 likes · 9 min read
Why SQL Still Dominates After 50 Years: 8 Compelling Reasons
Liangxu Linux
Liangxu Linux
Apr 27, 2024 · Information Security

Why Linux Needs Fewer Antivirus Tools: 5 Security Advantages Explained

Linux’s open‑source nature, robust package management, kernel‑level protections, built‑in firewall, and community‑driven security practices result in far fewer malware threats, reducing the need for traditional antivirus software and external firewalls compared to Windows, as outlined in five key reasons.

AntivirusLinuxfirewall
0 likes · 5 min read
Why Linux Needs Fewer Antivirus Tools: 5 Security Advantages Explained
DataFunTalk
DataFunTalk
Apr 23, 2024 · Big Data

Apache Paimon Graduates to Top‑Level Project – Milestones, Core Capabilities, and Community Highlights

Apache Paimon, originally launched as Flink Table Store, has graduated to an Apache Top‑Level Project after a year of incubation, showcasing real‑time lakehouse capabilities, extensive ecosystem integration, and strong adoption by major enterprises, marking a significant milestone for streaming and batch data processing.

Apache PaimonBig DataLakehouse
0 likes · 9 min read
Apache Paimon Graduates to Top‑Level Project – Milestones, Core Capabilities, and Community Highlights
php Courses
php Courses
Apr 23, 2024 · Backend Development

7 Benefits of Using PHP in Web Development

This article outlines seven key advantages of using PHP for web development, including its free open‑source nature, flexibility, scalability, built‑in security features, easy integration, strong community support, and powerful frameworks that enable rapid, reliable, and cost‑effective creation of dynamic websites and applications.

PHPWeb Developmentframeworks
0 likes · 5 min read
7 Benefits of Using PHP in Web Development
Tencent Cloud Developer
Tencent Cloud Developer
Apr 23, 2024 · Backend Development

Performance Optimization of the qs Library: A 5× Speedup Case Study

A Tencent engineer fixed a severe memory‑leak in the qs library’s encode function by processing 30 MB strings in 1024‑character chunks, reducing heap usage from 2.5 GB to 0.48 GB and cutting runtime from 7.9 s to 2.1 s, achieving a five‑fold speedup and memory reduction, and contributed the change as an open‑source pull request.

JavaScriptNode.jsbenchmark
0 likes · 10 min read
Performance Optimization of the qs Library: A 5× Speedup Case Study
21CTO
21CTO
Apr 22, 2024 · Information Security

Linus Torvalds on Security, AI Hype, and the Future of Open‑Source Trust

During a candid “fireside chat” at the Linux Foundation North America Open Source Summit, Linus Torvalds discusses the challenges of hardware bugs, security vulnerabilities, AI hype, RISC‑V concerns, and the importance of trust and community in sustaining Linux’s open‑source ecosystem.

AILinuxRISC-V
0 likes · 9 min read
Linus Torvalds on Security, AI Hype, and the Future of Open‑Source Trust
Baobao Algorithm Notes
Baobao Algorithm Notes
Apr 21, 2024 · Artificial Intelligence

Why Llama 3’s Open‑Source Release Could Redefine Large‑Model Scaling and Synthetic Data

The article analyzes Llama 3’s architecture, training data expansion, model variants, Meta’s open‑source strategy, the evolving gap between open and closed models, and how future breakthroughs in synthetic data will shape scaling laws and large‑model progress through 2025 and beyond.

AI trendsLlama3large language models
0 likes · 12 min read
Why Llama 3’s Open‑Source Release Could Redefine Large‑Model Scaling and Synthetic Data
NewBeeNLP
NewBeeNLP
Apr 19, 2024 · Artificial Intelligence

Llama 3 Unveiled: 8B & 70B Models Set New SOTA Across Benchmarks

Meta announced the open‑source Llama 3 series (8B and 70B parameters), detailing its decoder‑only Transformer architecture, 15 T‑token multilingual training data, superior benchmark scores over competitors, a limited 8K context window, and upcoming cloud and web‑based deployments.

Llama 3Meta AIbenchmark
0 likes · 7 min read
Llama 3 Unveiled: 8B & 70B Models Set New SOTA Across Benchmarks
Liangxu Linux
Liangxu Linux
Apr 16, 2024 · Databases

Boost MySQL Performance: Essential Tools and How to Use Them

Learn how to assess and optimize your MySQL database using four powerful open‑source tools—mysqltuner.pl, tuning‑primer.sh, pt‑variable‑advisor, and pt‑query‑digest—complete with download links, command‑line usage examples, and guidance on interpreting their diagnostic reports to improve performance and security.

Database Toolsmysqlopen‑source
0 likes · 9 min read
Boost MySQL Performance: Essential Tools and How to Use Them
21CTO
21CTO
Apr 14, 2024 · Frontend Development

Latest AI Agents, Syntax Highlighting, IDE Services, Android 15 Beta, Astro 4.6, and GParted Live: What’s New in Tech

This roundup covers Codium AI's new coding agent, Nue's lightweight Glow syntax highlighter, JetBrains' enterprise IDE services, the first Android 15 beta with edge‑to‑edge defaults, Astro 4.6's i18n routing improvements, and the GParted Live 1.6.0‑3 stable release, highlighting key features and updates across development tools and platforms.

AIIDE ServicesMobile Development
0 likes · 7 min read
Latest AI Agents, Syntax Highlighting, IDE Services, Android 15 Beta, Astro 4.6, and GParted Live: What’s New in Tech
21CTO
21CTO
Apr 11, 2024 · Frontend Development

Discover the Fastest‑Growing JavaScript/TypeScript Repos of 2023

This article highlights the five most rapidly rising JavaScript/TypeScript open‑source projects on GitHub in 2023—LangChain, Wasp, Resend, Nebuly, and Formbricks—explaining their purpose, key features, and why developers are flocking to them today.

AIGitHubJavaScript
0 likes · 7 min read
Discover the Fastest‑Growing JavaScript/TypeScript Repos of 2023
21CTO
21CTO
Apr 11, 2024 · Databases

Why PostgreSQL Is Becoming the Dominant Database Framework

This article traces PostgreSQL’s evolution from an academic project to a versatile data‑management framework, highlights its extensive extensions, performance benchmarks, and the shifting landscape of OLTP/OLAP, showing how its open‑source extensibility is reshaping the entire database world.

OLAPdatabaseopen‑source
0 likes · 18 min read
Why PostgreSQL Is Becoming the Dominant Database Framework
21CTO
21CTO
Apr 8, 2024 · Backend Development

What Microsoft’s C# Journey Reveals About Open‑Source Language Evolution

Jared Parsons reflects on two decades at Microsoft, detailing C#'s shift to open source, the compiler’s transformation into an API, rigorous testing practices, and how these changes have shaped the language’s design, ecosystem, and performance for modern developers.

c++open‑source
0 likes · 10 min read
What Microsoft’s C# Journey Reveals About Open‑Source Language Evolution
Liangxu Linux
Liangxu Linux
Apr 6, 2024 · Fundamentals

Why Ubuntu Remains the Top Choice Among Linux Distributions

The article compares Ubuntu with nine other major Linux distributions, highlighting each distro's history, strengths, and drawbacks, and explains why Ubuntu’s longevity, ease of use, hardware support, and community make it the preferred choice for both beginners and seasoned users.

LinuxOperating SystemUbuntu
0 likes · 11 min read
Why Ubuntu Remains the Top Choice Among Linux Distributions
21CTO
21CTO
Mar 31, 2024 · Databases

Why Redis Is Changing Licenses and What It Means for the Database Ecosystem

The article examines Redis's shift to a source‑available license, traces its history, analyzes the impact on cloud providers and open‑source communities, and evaluates emerging forks and alternatives such as Valkey, KeyDB, and Redict as potential replacements.

Licensingalternativesdatabase
0 likes · 13 min read
Why Redis Is Changing Licenses and What It Means for the Database Ecosystem
21CTO
21CTO
Mar 25, 2024 · Fundamentals

Why Redis Is Switching Licenses and What It Means for Cloud Providers

Redis announced a shift from the permissive BSD license to a dual‑license model (RSALv2 and SSPLv1), restricting free use by cloud providers, sparking industry debate and prompting developers to consider alternative implementations and the broader impact on open‑source ecosystems.

Cloud providersLicensingopen‑source
0 likes · 6 min read
Why Redis Is Switching Licenses and What It Means for Cloud Providers
Architecture Digest
Architecture Digest
Mar 24, 2024 · Cloud Native

Docker Reverses Paid Team Policy and Restores Free Team Subscription After Community Backlash

After notifying Docker Hub organization users that their images would be deleted unless they upgraded to a $420 annual paid team plan, Docker issued multiple apologies, withdrew the policy, reinstated the Free Team tier, offered refunds, and encouraged eligible open‑source projects to apply for sponsorship.

Dockeropen‑sourcesubscription
0 likes · 4 min read
Docker Reverses Paid Team Policy and Restores Free Team Subscription After Community Backlash
Programmer DD
Programmer DD
Mar 22, 2024 · Databases

Redis Shifts to Source‑Available Licenses: What It Means for Developers

Redis announced that starting with version 7.4 it will abandon the BSD 3‑Clause license in favor of a dual SSPLv1/RSALv2 model, making the source code source‑available while keeping the community edition free, and clarifying the impact on cloud providers, partners, and end‑users.

LicensingRSALSSPL
0 likes · 4 min read
Redis Shifts to Source‑Available Licenses: What It Means for Developers
21CTO
21CTO
Mar 18, 2024 · Artificial Intelligence

Inside Grok-1: Elon Musk’s Open‑Source 314B LLM Architecture Revealed

Elon Musk’s AI startup xAI has open‑sourced its 314‑billion‑parameter Grok‑1 model, detailing its Rust‑based, JAX‑powered architecture, extensive parameter count, training data limits, licensing terms, hardware requirements, and community reactions, offering developers unprecedented access to a competitive large‑language‑model framework.

AIGrok-1JAX
0 likes · 9 min read
Inside Grok-1: Elon Musk’s Open‑Source 314B LLM Architecture Revealed
21CTO
21CTO
Mar 18, 2024 · Backend Development

Why PHP Still Dominates Server‑Side Development in 2024

Despite criticism and a slight market dip, PHP remains the world’s most widely used server‑side language, powered by continuous updates, a massive open‑source community, major corporate adoption, and expanding roles in modern web, IoT, and AI applications.

PHPopen‑sourceserver-side
0 likes · 6 min read
Why PHP Still Dominates Server‑Side Development in 2024
Ops Development & AI Practice
Ops Development & AI Practice
Mar 16, 2024 · Databases

Why ChromaDB Is Becoming the Go-To Vector Store for AI Applications

ChromaDB is an open‑source, AI‑native vector database that efficiently stores, indexes, and retrieves high‑dimensional embeddings, offering fast similarity search, easy integration via flexible APIs, strong scalability, and active community support, making it suitable for recommendation systems, NLP, and image‑recognition workloads.

AIChromaDBembeddings
0 likes · 5 min read
Why ChromaDB Is Becoming the Go-To Vector Store for AI Applications
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Mar 15, 2024 · Frontend Development

Inside Tango’s Sandbox: Leveraging CodeSandbox for Fast Low‑Code Development

This article explains how the open‑source Tango low‑code engine uses a CodeSandbox‑based sandbox architecture—including dependency initialization, transpilation, and cross‑origin communication—to enable real‑time source‑code execution and visual drag‑and‑drop building within a secure iframe environment.

CodeSandboxReactfrontend
0 likes · 15 min read
Inside Tango’s Sandbox: Leveraging CodeSandbox for Fast Low‑Code Development
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Mar 15, 2024 · Frontend Development

Refactoring Fantastic‑admin: Making a Vue‑Based Admin Framework UI‑Agnostic

The article chronicles the author’s three‑year journey of transforming the Vue‑based Fantastic‑admin backend framework from a tightly coupled Element Plus implementation into a UI‑agnostic, component‑driven system by analyzing pain points, evaluating multiple redesign strategies, and detailing the step‑by‑step implementation and validation across several UI libraries.

Admin FrameworkComponent DesignUI components
0 likes · 14 min read
Refactoring Fantastic‑admin: Making a Vue‑Based Admin Framework UI‑Agnostic
Aikesheng Open Source Community
Aikesheng Open Source Community
Mar 14, 2024 · Databases

SQLE vs Yearning: Detailed Feature, Architecture, and Use‑Case Comparison

This article provides an in‑depth comparison of the open‑source SQL quality management platforms SQLE and Yearning, covering their architecture, supported data sources, UI design, SQL workbench capabilities, user management, ticket workflow, system settings, and overall suitability for different database environments.

Data QualityDatabase ManagementSQLE
0 likes · 10 min read
SQLE vs Yearning: Detailed Feature, Architecture, and Use‑Case Comparison
21CTO
21CTO
Mar 4, 2024 · Backend Development

How ioredis Became the Leading Node.js Redis Client and Got Acquired

ioredis, a high‑performance Node.js Redis client created by luin, uses a single‑socket pipeline for efficient command batching, has attracted enterprise users like Alibaba, and after years of growth was officially acquired by Redis, with its source now hosted on GitHub.

BackendNode.jsPipeline
0 likes · 4 min read
How ioredis Became the Leading Node.js Redis Client and Got Acquired
Linux Code Review Hub
Linux Code Review Hub
Mar 2, 2024 · Industry Insights

Open Source World: Academic Issues, History, Culture and Research Questions

The article surveys the 40‑year history of the Free Software Foundation, hacker culture, the GPL licenses, the rise of Linux and open‑source movements, examines corporate responses from IBM, Microsoft and Google, and outlines a wide range of interdisciplinary research questions for the open‑source ecosystem.

Free SoftwareGPLIndustry Analysis
0 likes · 40 min read
Open Source World: Academic Issues, History, Culture and Research Questions
php Courses
php Courses
Feb 27, 2024 · Backend Development

Why Choose PHP? Benefits, Major Projects, and Selecting the Right Development Environment

Despite rumors of its decline, PHP remains a cornerstone of web development, offering simplicity, cost savings, performance, cross‑platform compatibility, security, and strong community support, while powering major sites like Facebook and WordPress and providing a variety of local development environments to suit different needs.

Development Environmentopen‑sourcepopular projects
0 likes · 7 min read
Why Choose PHP? Benefits, Major Projects, and Selecting the Right Development Environment
21CTO
21CTO
Feb 24, 2024 · Fundamentals

When Open‑Source Licenses Fail: What China’s Supreme Court Ruling Means for Developers

A landmark Supreme People’s Court decision clarified that GPL‑v2 licensing does not automatically shield developers from copyright infringement, detailing a high‑profile case where former employees copied proprietary code, the court rejected the GPL defense, and set new precedent for software‑related IP disputes in China.

ChinaGPLv2legal case
0 likes · 13 min read
When Open‑Source Licenses Fail: What China’s Supreme Court Ruling Means for Developers
Ops Development & AI Practice
Ops Development & AI Practice
Feb 6, 2024 · R&D Management

How Open‑Source Projects Prevent Duplicate Work on GitHub Issues

Open‑source projects on GitHub use clear contribution guidelines, status‑tracking labels, active maintainer oversight, transparent community communication, and a collaborative code‑review process to prevent multiple contributors from duplicating effort on the same issue, thereby enhancing efficiency and fostering teamwork.

GitHubcommunity governancecontribution guidelines
0 likes · 4 min read
How Open‑Source Projects Prevent Duplicate Work on GitHub Issues
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Feb 5, 2024 · Backend Development

Exploring 6 Open-Source Distributed Transaction Frameworks for Microservices

This article introduces six open-source distributed transaction frameworks—Seata, ByteTCC, Nacos-AT, SkyWalking-Tx, TCC-Transaction, and Atomikos—explaining their architectures, core components, transaction modes, and how they integrate with microservices, while also offering additional resources for deeper learning.

Distributed TransactionsSeataopen‑source
0 likes · 5 min read
Exploring 6 Open-Source Distributed Transaction Frameworks for Microservices
21CTO
21CTO
Feb 4, 2024 · Fundamentals

Why Linus Torvalds Declares the Inode Era Over in Linux 6.8‑rc2

In the Linux 6.8‑rc2 release, Linus Torvalds sharply criticized the continued focus on inode numbers, arguing that the inode concept is outdated, while also highlighting new kernel bugs and urging the community to intensify testing and collaboration for a more stable release.

File Systemsinodeopen‑source
0 likes · 7 min read
Why Linus Torvalds Declares the Inode Era Over in Linux 6.8‑rc2
Open Source Linux
Open Source Linux
Feb 4, 2024 · Fundamentals

Master File and Folder Comparison with WinMerge: Features and Usage Guide

WinMerge is a free, open-source Windows tool that compares files, folders, and images, highlights differences, supports three-way merges, integrates with version control, and offers features like regex filtering, shell integration, and customizable options, making file comparison and merging straightforward.

Version ControlWinMergediff tool
0 likes · 4 min read
Master File and Folder Comparison with WinMerge: Features and Usage Guide
Open Source Tech Hub
Open Source Tech Hub
Jan 29, 2024 · Backend Development

How Fast Is PHP 8.3 Being Adopted? Latest Usage Stats Compared to 8.2

This article presents recent PHP version usage statistics, comparing the adoption speed of PHP 8.3 to 8.2, analyzing required minimum versions for popular Composer packages, and discussing the implications for open‑source maintainers and the overall PHP ecosystem.

PHPUsage StatisticsVersion Adoption
0 likes · 5 min read
How Fast Is PHP 8.3 Being Adopted? Latest Usage Stats Compared to 8.2
php Courses
php Courses
Jan 11, 2024 · Backend Development

Essential Laravel Packages for Backend Development

This article introduces a curated collection of essential Laravel packages, detailing their purpose, key features, and repository links, to help backend developers enhance productivity, debugging, security, and functionality in their applications efficiently.

LaravelPHPPackages
0 likes · 7 min read
Essential Laravel Packages for Backend Development
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.

2023GitHubProjects
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.

Cloud NativeKubernetesSRE
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 LibraryViteVue
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.

QUICRusthigh performance
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.

QUICRustcross‑platform
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 IntelligenceGitHub
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.

Data GovernanceInformation DevelopmentMIKE2.0
0 likes · 7 min read
MIKE2.0 Method: An Open‑Source Approach to Information Development
Aikesheng Open Source Community
Aikesheng Open Source Community
Nov 13, 2023 · Databases

AIKOS Open Source Community Weekly Newsletter – Updates, Technical Articles, and Upcoming Events

The AIKOS community weekly newsletter shares the SQLE 3.0 release, recent development work, upcoming plans, curated MySQL and OceanBase technical articles, industry highlights, and announcements for future events, providing valuable insights for database practitioners and open‑source contributors.

OceanBaseSQL qualitycommunity
0 likes · 7 min read
AIKOS Open Source Community Weekly Newsletter – Updates, Technical Articles, and Upcoming Events
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 FeaturesRelational Database
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 DevelopmentUIPaaS
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.

AIKubernetesPredictive Autoscaling
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.

Cloud NativeContainer SecurityDevOps
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.

CMSPHPWebsite Building
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 testingModel DeploymentSoftware Testing
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.

Command & ConquerGame DevelopmentRed Alert
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 CMSdevelopment-tools
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.

DeploymentWatchdogasset management
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 AdministrationPerformance Monitoringcommand-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 infrastructureTool comparisonopen‑source
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.

DeploymentDockerLaravel
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.

ConfigurationLLMMulti-Agent
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.

AICodeFusecode-generation
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