Tag

OpenSource

0 views collected around this technical thread.

Java Captain
Java Captain
May 16, 2025 · Backend Development

Open-Source Java JSON Framework with Reflection-Based Serialization and Deserialization

This article introduces an open‑source Java JSON framework that uses recursive parsing and reflection to serialize and deserialize objects without third‑party libraries, supports generic and array types, and provides extensible features such as custom annotations, JsonPath, and HTML‑safe output.

JSONJavaOpenSource
0 likes · 14 min read
Open-Source Java JSON Framework with Reflection-Based Serialization and Deserialization
Cloud Native Technology Community
Cloud Native Technology Community
Apr 24, 2025 · Cloud Native

Simplifying Kubernetes Application Deployment with Korifi and Optimizing Cloud Costs using OpenCost

Korifi provides a Cloud Foundry‑style abstraction layer that simplifies Kubernetes application deployment and management, while OpenCost offers comprehensive, multi‑cloud cost visibility and optimization; together they enable developers to deploy apps easily, monitor pod‑level expenses, and make data‑driven resource allocation decisions.

DevOpsKorifiKubernetes
0 likes · 7 min read
Simplifying Kubernetes Application Deployment with Korifi and Optimizing Cloud Costs using OpenCost
ByteFE
ByteFE
Jan 20, 2025 · Artificial Intelligence

Eino: An Open‑Source Golang Framework for Large‑Model Application Development

Eino is a Golang‑based, open‑source framework that streamlines the full devops lifecycle of large‑model applications by providing stable, strongly‑typed components, graph‑based orchestration, built‑in tooling, and extensible architecture to help developers quickly build reliable AI services.

AIDevOpsLLM
0 likes · 13 min read
Eino: An Open‑Source Golang Framework for Large‑Model Application Development
macrozheng
macrozheng
Dec 25, 2024 · Backend Development

FastExcel: The New Java Library Replacing EasyExcel for High‑Performance Excel Processing

FastExcel, a Java‑based open‑source library announced after EasyExcel's discontinuation, offers fast, memory‑efficient Excel read/write, full compatibility with EasyExcel, simple APIs, MIT licensing for commercial use, easy Maven/Gradle integration, and clear code examples that have already attracted over 2,000 GitHub stars.

ExcelFastExcelGradle
0 likes · 8 min read
FastExcel: The New Java Library Replacing EasyExcel for High‑Performance Excel Processing
Architecture Digest
Architecture Digest
Nov 8, 2024 · Backend Development

The Evolution of EasyExcel: From Alibaba’s Internal Tool to the Upcoming EasyExcel‑Plus

This article chronicles the birth, technical innovations, open‑source journey, and community impact of Alibaba’s EasyExcel library, explains its memory‑optimized streaming design with a concise code example, and announces the forthcoming EasyExcel‑Plus project along with a free book giveaway.

EasyExcelExcelJava
0 likes · 7 min read
The Evolution of EasyExcel: From Alibaba’s Internal Tool to the Upcoming EasyExcel‑Plus
Java Tech Enthusiast
Java Tech Enthusiast
Sep 20, 2024 · R&D Management

Linus Torvalds Warns of Aging Linux Kernel Maintainers and Future Challenges

At the Open Source Summit Europe, Linus Torvalds warned that the Linux kernel’s aging maintainers and a shrinking pool of interested developers threaten succession, stressing that future leaders must earn community trust through sustained contributions, while better mentorship, documentation, and outreach are needed to attract new talent.

AgingCommunityMaintainers
0 likes · 8 min read
Linus Torvalds Warns of Aging Linux Kernel Maintainers and Future Challenges
Aikesheng Open Source Community
Aikesheng Open Source Community
Sep 2, 2024 · Databases

MySQL 8.0 Achievements and Community Highlights

The article reviews MySQL's 29‑year evolution, detailing the 8.0 release’s extensive contributions, new features, bug‑fix statistics, and the vital role of the global community and Oracle’s ongoing investment in both the open‑source edition and the HeatWave cloud service.

CommunityFeaturesMySQL
0 likes · 11 min read
MySQL 8.0 Achievements and Community Highlights
IT Services Circle
IT Services Circle
Jul 6, 2024 · Backend Development

Go Core Team Flags Libraries Using //go:linkname for Go 1.23 Compatibility

The Go core team leader rsc recently marked several popular Go libraries that rely on the //go:linkname directive as incompatible with the upcoming Go 1.23 release, prompting urgent fixes and discussion about runtime symbol linking and migration timelines.

CompatibilityGoGo1.23
0 likes · 4 min read
Go Core Team Flags Libraries Using //go:linkname for Go 1.23 Compatibility
AntTech
AntTech
Jul 2, 2024 · Artificial Intelligence

Design and Implementation of a Generalized Retrieval‑Augmented Generation (RAG) Framework with Graph RAG Support

This article surveys Retrieval‑Augmented Generation (RAG), analyzes the limitations of traditional vector‑based RAG, introduces Graph RAG that leverages knowledge graphs for more reliable context, proposes a universal RAG architecture compatible with vector, graph and full‑text indexes, and details its open‑source implementation, code components, testing, and future research directions.

AIEngineeringGraphRAGKnowledgeGraph
0 likes · 26 min read
Design and Implementation of a Generalized Retrieval‑Augmented Generation (RAG) Framework with Graph RAG Support
Java Tech Enthusiast
Java Tech Enthusiast
Feb 3, 2024 · Fundamentals

Linus Torvalds Criticizes Google Contributor Over Inode Usage

Linus Torvalds blasted a Google contributor’s proposal to make all file and directory inodes identical, calling the idea outdated, labeling the pull request as garbage, and urging that the inode concept be abandoned in favor of modern file‑system designs that no longer rely on unique identifiers.

InodeOpenSourceSoftwareEngineering
0 likes · 3 min read
Linus Torvalds Criticizes Google Contributor Over Inode Usage
Java Tech Enthusiast
Java Tech Enthusiast
Jan 31, 2024 · Fundamentals

Linus Torvalds Criticizes Google Contributor Over Inode Design

Linus Torvalds unleashed a rare, scathing rebuke on the Linux kernel mailing list, denouncing Google contributor Steven Rostedt’s inode‑related patch as “garbage code” and arguing that the legacy practice of treating inodes as mandatory unique identifiers is outdated and should be abandoned.

InodeOpenSourceSoftwareEngineering
0 likes · 2 min read
Linus Torvalds Criticizes Google Contributor Over Inode Design
Continuous Delivery 2.0
Continuous Delivery 2.0
Sep 18, 2023 · Artificial Intelligence

The Value of GitHub Stars and Detecting Fake Stars Using Unsupervised Clustering

This article examines the significance and market value of GitHub stars, explores how they can be bought and faked, and presents methods—including unsupervised clustering and specialized tools—to detect and analyze fraudulent star activity in open‑source projects.

FakeStarDetectionGitHubMachineLearning
0 likes · 7 min read
The Value of GitHub Stars and Detecting Fake Stars Using Unsupervised Clustering
Architects Research Society
Architects Research Society
Aug 30, 2023 · Operations

Overview of StackStorm: An Open‑Source Automation and Integration Platform

StackStorm is an open‑source platform that connects existing infrastructure and applications to automate workflows, offering sensors, triggers, actions, rules, and reusable packages for incident response, auto‑remediation, and continuous deployment across cloud and on‑premise environments.

IntegrationOpenSourceStackStorm
0 likes · 7 min read
Overview of StackStorm: An Open‑Source Automation and Integration Platform
Architecture Digest
Architecture Digest
Aug 28, 2023 · Backend Development

A Curated List of 35 Open‑Source SpringBoot / SpringCloud Projects for Rapid Backend Development

This article introduces 35 high‑quality open‑source SpringBoot and SpringCloud projects, ranging from development scaffolds and admin systems to e‑commerce, HR, payment, seckill, blog, and ERP solutions, each with brief feature descriptions, technology stacks, and repository links for developers seeking ready‑made frameworks.

Backend DevelopmentFrameworksJava
0 likes · 18 min read
A Curated List of 35 Open‑Source SpringBoot / SpringCloud Projects for Rapid Backend Development
Aikesheng Open Source Community
Aikesheng Open Source Community
Jun 3, 2023 · Databases

Weekly Tech Share Digest – MySQL, Database, and Vector DB Highlights

This weekly digest curates top industry technical articles, featuring MySQL XA transaction crash safety, SQL optimization case study, MySQL 9.0 new features, database sharding origins, vector database workings, and a Chinese graph database product guide, offering readers concise insights into current database developments.

MySQLOpenSourceTechNews
0 likes · 4 min read
Weekly Tech Share Digest – MySQL, Database, and Vector DB Highlights
php中文网 Courses
php中文网 Courses
Dec 19, 2022 · Backend Development

Eight Useful PHP Libraries from GitHub to Boost Development Efficiency

This article presents eight highly starred PHP libraries from GitHub—including tools for pinyin conversion, cURL requests, Markdown parsing, HTML‑to‑PDF conversion, document handling, SMS sending, short‑URL generation, and console applications—along with code examples, and concludes with a promotion for an upcoming PHP online training class.

CodeExamplesLibrariesOpenSource
0 likes · 8 min read
Eight Useful PHP Libraries from GitHub to Boost Development Efficiency
Aikesheng Open Source Community
Aikesheng Open Source Community
Nov 12, 2022 · Databases

Weekly Community Tech Digest: Database Articles and SQLE Updates

This weekly roundup curates top database‑related technical articles from the MySQL community, shares the latest SQLE audit tool release and development progress, and invites readers to contribute feedback and questions about DBLE, DTLE, SQLE, and TXLE middleware.

CommunityMySQLOpenSource
0 likes · 4 min read
Weekly Community Tech Digest: Database Articles and SQLE Updates
IT Services Circle
IT Services Circle
Sep 19, 2022 · Frontend Development

12 Notable Open‑Source WeChat Mini‑Program Projects for Developers

This article presents a curated collection of twelve noteworthy open‑source WeChat mini‑program projects—including e‑commerce, UI component libraries, music, library, and development frameworks—detailing their main features, GitHub stars, and links to help developers explore and learn from real‑world examples.

JavaScriptMiniProgramOpenSource
0 likes · 10 min read
12 Notable Open‑Source WeChat Mini‑Program Projects for Developers