All Articles

142373 articles · Page 200 of 7119
Old Zhang's AI Learning
Old Zhang's AI Learning
Jun 4, 2026 · R&D Management

Why Claude Code Hires Only Dreamers and Deep System Experts

The article analyzes how Claude Code’s AI‑native engineering team re‑engineers its processes—shifting bottlenecks from coding to verification, adopting JIT planning, redefining code review roles, and hiring only creative dreamers and deep systems experts—to stay agile in the era where code is cheap.

AI NativeClaude CodeCode Review
0 likes · 12 min read
Why Claude Code Hires Only Dreamers and Deep System Experts
IoT Full-Stack Technology
IoT Full-Stack Technology
Jun 4, 2026 · Artificial Intelligence

Write Code in IDEA with Codex—Zero Manual Typing Required

The article reviews OpenAI's Codex extension for JetBrains IDEs, detailing its easy setup, GPT‑5.4 performance on SWE‑Bench, hands‑free project cloning, automatic environment provisioning, global refactoring, test generation, and real‑world usage examples that demonstrate its near‑professional coding capabilities.

AI coding assistantCodexGPT-5.4
0 likes · 6 min read
Write Code in IDEA with Codex—Zero Manual Typing Required
Java Backend Technology
Java Backend Technology
Jun 4, 2026 · Backend Development

Boost CRUD Development Efficiency with MyBatisPlus Pro

MyBatisPlus Pro extends MyBatisPlus by providing a BaseController that auto‑generates CRUD, pagination, and conditional queries, dramatically cutting repetitive code; the article walks through its architecture, quick‑start steps, deep technical mechanisms, pros and cons, and practical usage guidelines.

CRUDCode generationJava
0 likes · 21 min read
Boost CRUD Development Efficiency with MyBatisPlus Pro
Ubuntu
Ubuntu
Jun 4, 2026 · Operations

Master .wslconfig: Fine‑Tune Memory, CPU, and Disk for WSL2

This guide explains how the .wslconfig file acts as a control panel for WSL2, showing how to precisely set memory limits, CPU core counts, swap size, networking mode, and disk parameters, with recommended presets, step‑by‑step activation, and advanced tips for multiple configurations.

CPU allocationMemory TuningWSL
0 likes · 9 min read
Master .wslconfig: Fine‑Tune Memory, CPU, and Disk for WSL2
Java Companion
Java Companion
Jun 4, 2026 · Artificial Intelligence

12 Must-Have Agent Skills for Full‑Stack Development (Frontend, Backend & DevOps)

This article lists and evaluates twelve practical Agent Skills—ranging from Next.js best practices and React component rules to Spring Boot scaffolding, PostgreSQL optimization, and CI/CD automation—providing installation commands, real‑world examples, and safety tips for integrating AI agents into full‑stack development workflows.

AI automationAgent SkillsBackend
0 likes · 15 min read
12 Must-Have Agent Skills for Full‑Stack Development (Frontend, Backend & DevOps)
Linux Tech Enthusiast
Linux Tech Enthusiast
Jun 4, 2026 · Operations

15 Essential Linux Tools to Boost Your Professional Image

This article introduces fifteen Linux utilities—including FSlint, TestDisk, TrueCrypt, BleachBit, and Wine—detailing their core functions such as duplicate file cleaning, data recovery, disk encryption, system cleanup, and Windows application compatibility, helping users appear more proficient in a professional environment.

Terminalbackupencryption
0 likes · 6 min read
15 Essential Linux Tools to Boost Your Professional Image
大转转FE
大转转FE
Jun 4, 2026 · Mobile Development

Starship: iOS Test Device Proxy Management in Practice

The article details the design and implementation of “Starship,” an internal iOS tool that automates proxy configuration for shared test devices, eliminating manual Wi‑Fi settings, providing real‑time status, domain‑based routing, and health checks, while comparing existing solutions and sharing practical lessons.

NetworkExtensionQR CodeSwift
0 likes · 19 min read
Starship: iOS Test Device Proxy Management in Practice
大转转FE
大转转FE
Jun 4, 2026 · Artificial Intelligence

Captcha Recognition in Practice: Front‑End Engineers Skip UI to Train Models

This article details how front‑end developers used a low‑code DDDD trainer and AI‑generated PyTorch CNN code to build high‑accuracy captcha recognizers, achieving up to 99% sequence accuracy while illustrating a workflow that lets developers shift from UI coding to model training with AI assistance.

AICNNPyTorch
0 likes · 15 min read
Captcha Recognition in Practice: Front‑End Engineers Skip UI to Train Models
Java Tech Workshop
Java Tech Workshop
Jun 4, 2026 · Backend Development

Understanding SpringBoot Two‑Level Caching: MyBatis vs Application‑Level Cache

The article explains how layered caching in Java back‑ends—combining MyBatis first‑ and second‑level caches with a service‑layer Caffeine + Redis cache—affects cache granularity, consistency, distribution, and performance, and provides concrete configuration examples, code snippets, and best‑practice guidelines.

BackendCaffeineJava
0 likes · 16 min read
Understanding SpringBoot Two‑Level Caching: MyBatis vs Application‑Level Cache
AgentGuide
AgentGuide
Jun 4, 2026 · Artificial Intelligence

AI Agent Interview FAQ: Distinguishing Agents from Workflows and Their Design Trade‑offs

The article explains that the fundamental distinction between AI Agents and Workflows lies in who holds decision‑making control, outlines common Workflow patterns, describes the step‑by‑step operation of Agents, and provides clear criteria for choosing the appropriate approach in interview scenarios.

AI AgentsAgent vs WorkflowAnthropic
0 likes · 9 min read
AI Agent Interview FAQ: Distinguishing Agents from Workflows and Their Design Trade‑offs
Chen Tian Universe
Chen Tian Universe
Jun 4, 2026 · Industry Insights

Why Copying Proven Account System Designs Beats Building From Scratch

The article analyzes real‑world account system architectures across online car rental, offline amusement, tourism stores, housekeeping, ETC, e‑commerce points, and bank acquiring, showing how reusing validated designs reduces development cost, improves reliability, and adapts to diverse business models through configurable rules and multi‑account handling.

Financial ServicesIndustry Case StudyPayment Architecture
0 likes · 24 min read
Why Copying Proven Account System Designs Beats Building From Scratch
AI Large Model Application Practice
AI Large Model Application Practice
Jun 4, 2026 · Artificial Intelligence

How Ontology Empowers Enterprise Agents Beyond Reasoning: Building a Semantic Infrastructure

The article explores three advanced ontology applications for enterprise AI agents—multi‑relationship propagation, schema‑mapping to decouple column names, and a unified semantic query engine—showing how a business‑semantic layer can replace hard‑coded logic while highlighting implementation challenges and practical start‑up advice.

enterprise AIknowledge graphontology
0 likes · 12 min read
How Ontology Empowers Enterprise Agents Beyond Reasoning: Building a Semantic Infrastructure
ZhiKe AI
ZhiKe AI
Jun 4, 2026 · Fundamentals

Why Hexagonal Architecture Is About Ports and Adapters, Not the Hexagon Shape

Hexagonal Architecture’s true essence lies in its ports‑and‑adapters structure and technology‑agnostic core, not the six‑sided diagram, and the article explains this concept, its driving vs. driven sides, its relation to DIP, common misconceptions, and how it aligns with Clean and Onion architectures.

Clean ArchitectureDependency Inversion PrincipleHexagonal Architecture
0 likes · 11 min read
Why Hexagonal Architecture Is About Ports and Adapters, Not the Hexagon Shape
Su San Talks Tech
Su San Talks Tech
Jun 4, 2026 · Backend Development

Comprehensive Guide to Spring Boot AI Agent Skills

This guide presents a curated overview of Spring Boot AI Agent Skills, detailing top repositories, installation steps, core functionalities, integration with Spring AI, and step‑by‑step instructions for creating custom Skills to boost development productivity and code quality.

AI AgentDevOpsSkills
0 likes · 12 min read
Comprehensive Guide to Spring Boot AI Agent Skills
Geek Labs
Geek Labs
Jun 4, 2026 · Product Management

Vicinae: Open‑Source C++ Desktop Launcher with Millisecond Response and Raycast Plugin Compatibility

Vicinae is an open‑source, C++‑native desktop command panel for macOS and Windows that launches in under a millisecond, offers built‑in functions like app search, clipboard history, file indexing, and supports React/TypeScript Raycast plugins, script commands, and dmenu mode, positioning itself as a fast, extensible alternative to Alfred, Raycast and uTools.

C#ProductivityRaycast plugins
0 likes · 6 min read
Vicinae: Open‑Source C++ Desktop Launcher with Millisecond Response and Raycast Plugin Compatibility
Geek Labs
Geek Labs
Jun 4, 2026 · Artificial Intelligence

Three Popular Open‑Source AI Coding Projects: CodeWhale Agent, Free Claude Code Proxy, and Gemini‑Web2API

This article introduces three open‑source AI programming tools—CodeWhale, a Rust‑based terminal assistant with multi‑mode control and git snapshots; free‑claude‑code, a Python proxy that routes Claude Code requests through alternative models; and gemini‑web2api, a lightweight Python bridge that exposes Gemini Web as an OpenAI‑compatible API—detailing their features, installation steps, and usage considerations.

AI codingCodeWhalePython
0 likes · 8 min read
Three Popular Open‑Source AI Coding Projects: CodeWhale Agent, Free Claude Code Proxy, and Gemini‑Web2API
Black & White Path
Black & White Path
Jun 4, 2026 · Information Security

Hidden HTTP/2 Bomb Discovered by Codex Can Cripple Millions of Servers

The Codex team uncovered a new HTTP/2 bomb that exploits HPACK compression and a zero‑byte window stall, allowing an attacker with just 100 Mbps bandwidth to consume up to 32 GB of memory on vulnerable servers such as nginx, Apache, IIS, Envoy and Cloudflare Pingora within seconds, and the article details the attack mechanics, historical context, disclosure timeline, and mitigation strategies.

DOSEnvoyHPACK
0 likes · 12 min read
Hidden HTTP/2 Bomb Discovered by Codex Can Cripple Millions of Servers
Black & White Path
Black & White Path
Jun 4, 2026 · Information Security

Reconnoitering Local 4G/5G Base Stations Using the FALCON Tool

This article walks through using the open‑source FALCON LTE analysis tool on DragonOS with an SDR to capture and decode PDCCH signals from nearby 4G/5G base stations, revealing active devices, enabling traffic interception, user tracking, and targeted DoS attacks.

5GFALCONLTE
0 likes · 9 min read
Reconnoitering Local 4G/5G Base Stations Using the FALCON Tool