All Articles

143663 articles · Page 488 of 7184
Lisa Notes
Lisa Notes
Apr 18, 2026 · R&D Management

Why Huawei Adopted IBM’s IPD Model for R&D Management

The article examines how Huawei, facing high R&D waste, long cycles and declining margins, looked to IBM’s turnaround under Gerstner and its Integrated Product Development (IPD) framework as a blueprint to build a systematic, efficient R&D system for long‑term products.

HuaweiIBMIPD
0 likes · 7 min read
Why Huawei Adopted IBM’s IPD Model for R&D Management
Lisa Notes
Lisa Notes
Apr 18, 2026 · Fundamentals

Java Basics: Building a Car Class from Scratch

This learning note walks through a complete Java Car class example, explaining its instance fields (brand, color, speed, id), a static count field, a parameterized constructor that auto‑increments the count, and accessor methods that illustrate core object‑oriented concepts.

Object-orientedclassconstructor
0 likes · 4 min read
Java Basics: Building a Car Class from Scratch
Java Tech Workshop
Java Tech Workshop
Apr 18, 2026 · Backend Development

Deep Dive into SpringBoot @Transactional: How It Works and Common Pitfalls

This article explains the fundamentals of transaction management in SpringBoot, detailing the ACID properties, the @Transactional annotation’s AOP‑based implementation, core attributes such as propagation, isolation, rollback rules, timeout and read‑only mode, and provides practical code examples for single‑ and multi‑datasource scenarios.

@TransactionalIsolationSpringBoot
0 likes · 20 min read
Deep Dive into SpringBoot @Transactional: How It Works and Common Pitfalls
Architects' Tech Alliance
Architects' Tech Alliance
Apr 18, 2026 · Industry Insights

Why DeepSeek’s $20 B Funding Signals a New Era for Chinese AI Giants

On April 17, 2026, DeepSeek—once famed for refusing external capital—announced a $300 million financing round at a valuation exceeding $10 billion, revealing how compute arms races, delayed domestic chip adaptation, and talent loss are forcing Chinese large‑model startups to seek outside funding and reshaping the AI industry landscape.

AI financingChina AI industryDeepSeek
0 likes · 8 min read
Why DeepSeek’s $20 B Funding Signals a New Era for Chinese AI Giants
Mingyi World Elasticsearch
Mingyi World Elasticsearch
Apr 18, 2026 · Artificial Intelligence

How an Easysearch AI Assistant Beats RAG Without Using Retrieval‑Augmented Generation

The article details a step‑by‑step case study showing that a well‑engineered AI assistant—built with Flask, DeepSeek, structured prompts, strict output rules, and a lightweight SQLite session store—can achieve high answer quality, traceability and user experience comparable to RAG systems without the overhead of vector retrieval.

AI assistantEasysearchFlask
0 likes · 11 min read
How an Easysearch AI Assistant Beats RAG Without Using Retrieval‑Augmented Generation
LuTiao Programming
LuTiao Programming
Apr 18, 2026 · Backend Development

Beyond @Transactional: Build a Java Ticket System, Master Deadlocks & Isolation Levels

The article shows why a simple @Transactional approach fails under 300,000 concurrent users, explains MVCC behavior, demonstrates how to use row‑level pessimistic locks, sorting, FOR NO KEY UPDATE, short transactions, optimistic locking, and proper isolation levels, and outlines a production‑ready architecture with read/write splitting, Redis rate limiting and connection‑pool tuning.

deadlockisolation-leveljava
0 likes · 10 min read
Beyond @Transactional: Build a Java Ticket System, Master Deadlocks & Isolation Levels
AI Engineer Programming
AI Engineer Programming
Apr 18, 2026 · Artificial Intelligence

How AI Fortune‑Telling Works—and Why It Can’t Truly Predict Love, Wealth, or Feng Shui

The article explains that predictive AI combines statistical analysis with machine learning, shows how recommendation systems and large language models generate seemingly personal fortune‑telling results, and outlines five fundamental reasons—data limits, hidden variables, randomness, cumulative small effects, and self‑fulfilling predictions—that prevent reliable forecasts of personal destiny.

AI predictiondata limitationsemergent abilities
0 likes · 13 min read
How AI Fortune‑Telling Works—and Why It Can’t Truly Predict Love, Wealth, or Feng Shui
dbaplus Community
dbaplus Community
Apr 18, 2026 · Cloud Native

How Code Container Lets AI Coders Run with Root Access Safely in Seconds

The article introduces Code Container, an open‑source Docker‑based solution that gives AI coding assistants like Claude Code, OpenCode, and Codex full root and network privileges within isolated containers, explains its lightweight design, installation steps, workflow, and how it boosts productivity while maintaining system safety.

AICLICode Container
0 likes · 9 min read
How Code Container Lets AI Coders Run with Root Access Safely in Seconds
Deepin Linux
Deepin Linux
Apr 18, 2026 · Fundamentals

Mastering Process Context Switching: What the CPU Actually Does

This article breaks down the fundamentals of process context switching, explaining CPU registers, program counters, the three-step switch routine, trigger conditions, performance impact, monitoring tools, and practical optimization techniques to help interview candidates answer confidently.

LinuxOperating SystemProcess Scheduling
0 likes · 29 min read
Mastering Process Context Switching: What the CPU Actually Does
AI Architecture Hub
AI Architecture Hub
Apr 18, 2026 · Artificial Intelligence

Build a Dual‑Layer AI Knowledge Base in 20 Minutes and Supercharge Your LLM Agents

This article explains how to create a two‑layer AI knowledge system— a dynamic Knowledge Base Layer and a static Brand Foundation Layer— in about 20 minutes, detailing its architecture, advantages over traditional RAG, step‑by‑step deployment, and real‑world use cases for creators, teams, and personal productivity.

AI knowledge baseKnowledge ManagementLLM agents
0 likes · 16 min read
Build a Dual‑Layer AI Knowledge Base in 20 Minutes and Supercharge Your LLM Agents
AI Architecture Path
AI Architecture Path
Apr 18, 2026 · Artificial Intelligence

Master Claude Code: A Complete Guide to Boost Development Efficiency

This article outlines the common pain points developers face with Claude Code, introduces the open‑source "claude-code-best-practice" project, details its core features, workflow comparisons, practical tips, reusable configuration templates, and provides step‑by‑step instructions for rapid adoption.

AI DevelopmentClaude CodeDeveloper Guide
0 likes · 10 min read
Master Claude Code: A Complete Guide to Boost Development Efficiency
Big Data and Microservices
Big Data and Microservices
Apr 18, 2026 · Artificial Intelligence

AI Agent vs. Agentic AI: Key Differences, Use Cases, and Evolution

This article clarifies the concepts of AI Agent and Agentic AI, compares their core definitions, architectures, autonomy, and application scenarios, and uses analogies to illustrate how they complement each other in the evolution from single-task automation to collaborative multi‑agent intelligence.

AI AgentArtificial IntelligenceComparison
0 likes · 9 min read
AI Agent vs. Agentic AI: Key Differences, Use Cases, and Evolution
Linyb Geek Road
Linyb Geek Road
Apr 18, 2026 · Cloud Native

Mastering Ingress: Canary and Blue‑Green Deployments in Practice

This guide walks through deploying a demo application on Kubernetes, then demonstrates how to implement canary releases and blue‑green deployments using Nginx Ingress annotations for header‑based, IP‑based, and weight‑based traffic splitting, complete with YAML manifests and verification commands.

Blue-Green DeploymentCanary DeploymentIngress
0 likes · 14 min read
Mastering Ingress: Canary and Blue‑Green Deployments in Practice
TonyBai
TonyBai
Apr 18, 2026 · Industry Insights

Why Ollama Fell From Open‑Source Hero to Community Villain

The article revisits Ollama’s rise as a user‑friendly local LLM runner, then details the community backlash over its omission of llama.cpp credit, the introduction of a private model format, performance regressions, and a VC‑driven commercialization pattern, while presenting open‑source alternatives.

Local LLMOllamaVC trap
0 likes · 9 min read
Why Ollama Fell From Open‑Source Hero to Community Villain
Big Data Tech Team
Big Data Tech Team
Apr 17, 2026 · Industry Insights

Can AI Replace Data Warehouse Engineers? Exploring the Future of Data Modeling

The article examines how large‑language‑model AI can automate data‑warehouse modeling tasks—generating SQL, designing schemas, handling ETL, and tracing lineage—while highlighting current pain points, practical limitations, and four emerging trends that will reshape the role of data engineers over the next few years.

AIModelingbig data
0 likes · 11 min read
Can AI Replace Data Warehouse Engineers? Exploring the Future of Data Modeling
Java Architect Essentials
Java Architect Essentials
Apr 17, 2026 · Backend Development

How to Integrate Tess4J OCR into a Spring Boot Application

This article explains OCR fundamentals, introduces Tesseract and its Java wrapper Tess4J, guides you through downloading language data, shows step‑by‑step Spring Boot integration with Maven dependencies and configuration classes, and provides test code for Chinese, English, and mixed‑language image recognition.

Language DataOCRimage recognition
0 likes · 9 min read
How to Integrate Tess4J OCR into a Spring Boot Application
Old Meng AI Explorer
Old Meng AI Explorer
Apr 17, 2026 · Artificial Intelligence

Which AI Coding CLI Reigns Supreme? A Data‑Driven Comparison of Claude, Codex, Copilot, and Gemini

This article presents a hands‑on, data‑backed comparison of the four leading AI programming command‑line tools—Claude Code, GitHub Copilot CLI, Google Gemini CLI, and OpenAI Codex—covering installation ease, command design, agent capabilities, extensibility, multimodal support, security, pricing, real‑world scenarios, and benchmark results to help developers choose the tool that best fits their specific workflow.

AI CodingCLI ToolsComparison
0 likes · 18 min read
Which AI Coding CLI Reigns Supreme? A Data‑Driven Comparison of Claude, Codex, Copilot, and Gemini
Model Perspective
Model Perspective
Apr 17, 2026 · Industry Insights

How a Korean Math Comic Turns Storytelling into Powerful Learning

The "Adventure Island" math comic series blends narrative adventure with rigorous mathematics, using a three‑stage story‑explanation‑exercise format and research‑backed design principles such as narrative‑driven learning, dual‑coding theory, and intrinsic motivation to lower entry barriers and engage young learners.

Intrinsic Motivationdual codingeducational comics
0 likes · 15 min read
How a Korean Math Comic Turns Storytelling into Powerful Learning
AI Tech Publishing
AI Tech Publishing
Apr 17, 2026 · Artificial Intelligence

Why Your AI Agent Crashes: 7 Hosting Patterns Compared

The article explains why AI agents fail when deployed with the wrong hosting model, presents a systematic comparison of seven patterns—Cron, Reactive, Daemon, Pipeline, Service, Adaptive, and Mesh—detailing their problem scope, typical scenarios, concrete Python or TypeScript implementations, when to choose each, and the trade‑offs, while warning against the common mistake of over‑engineering from the start.

AI agentsMulti-Agent Meshadaptive scheduling
0 likes · 21 min read
Why Your AI Agent Crashes: 7 Hosting Patterns Compared