Tagged articles
348 articles
Page 1 of 4
java1234
java1234
May 14, 2026 · Artificial Intelligence

Cursor 3 Launches: How a Unified Workspace Enables Multi‑Agent Development

Cursor 3 redefines the developer workflow by consolidating model output, session progress, repository boundaries, and local‑cloud environments into a single unified workspace, allowing multiple AI agents to work in parallel across many repositories and environments while preserving context and simplifying code review.

AI agentsCode reviewCursor 3
0 likes · 9 min read
Cursor 3 Launches: How a Unified Workspace Enables Multi‑Agent Development
JavaGuide
JavaGuide
May 11, 2026 · Artificial Intelligence

Running Code Review and Voice Agents with Step Plan and Claude Code

The article walks through using Step Plan’s unified API to integrate Claude Code for automated code review and to build a voice‑agent pipeline that transcribes meeting recordings, generates structured summaries, and produces audio briefs, while discussing setup, costs, model selection, practical demos, and observed limitations.

AI AgentASRClaude Code
0 likes · 24 min read
Running Code Review and Voice Agents with Step Plan and Claude Code
Old Meng AI Explorer
Old Meng AI Explorer
May 4, 2026 · Artificial Intelligence

8 Essential Claude Code Slash Commands to Double Your Productivity

The article reveals eight high‑frequency slash commands for Claude Code—/init, /clear, /compact, /model, /permissions, /review, /cost, and /memory—explaining when and how to use each, providing concrete code examples, and showing how they can dramatically improve development efficiency and reduce token costs.

AI coding assistantClaude CodeCode review
0 likes · 11 min read
8 Essential Claude Code Slash Commands to Double Your Productivity
IT Services Circle
IT Services Circle
May 2, 2026 · Fundamentals

7 Recurring Mistakes I See in Every PR After Reviewing Over 1,000

After reviewing more than a thousand pull requests, the author identifies seven recurring problems—unreadable code, hidden error handling, thread‑safety oversights, N+1 database queries, hard‑coded configuration, ignoring failure paths, and overly large PRs—and explains why they matter and how to avoid them.

Code reviewPRPerformance
0 likes · 13 min read
7 Recurring Mistakes I See in Every PR After Reviewing Over 1,000
SpringMeng
SpringMeng
May 2, 2026 · Artificial Intelligence

10 Essential AI Prompt Templates Every Programmer Needs

This article presents ten practical AI prompt templates that help programmers efficiently handle requirement clarification, unit test generation, code explanation, refactoring, exception troubleshooting, performance tuning, SQL creation, knowledge documentation, design review, and cross‑language translation, each illustrated with concrete examples and usage tips.

AI promptingCode reviewDocumentation
0 likes · 13 min read
10 Essential AI Prompt Templates Every Programmer Needs
MeowKitty Programming
MeowKitty Programming
Apr 30, 2026 · Backend Development

Why Codex Agents Are Redefining the Java Developer Workflow

The article analyzes how OpenAI's Codex CLI, an AI coding agent, is shifting Java development from manual code writing to task‑oriented automation, outlining suitable use cases, practical prompting techniques, and the new skills engineers must adopt to keep quality and control.

AI coding agentCode reviewCodex
0 likes · 7 min read
Why Codex Agents Are Redefining the Java Developer Workflow
Selected Java Interview Questions
Selected Java Interview Questions
Apr 28, 2026 · Artificial Intelligence

Can You Safely Deploy AI‑Generated Code?

The author shares personal experiments with Claude Code and GitHub Copilot, highlighting how AI can dramatically speed up development but also introduces hidden risks such as faulty caching logic, code leakage, copyright issues, and prompt‑injection vulnerabilities, and proposes practical guidelines for safely using AI‑generated code in production.

AI code generationClaude CodeCode review
0 likes · 11 min read
Can You Safely Deploy AI‑Generated Code?
ArcThink
ArcThink
Apr 26, 2026 · Artificial Intelligence

Top 10+ Claude Code Plugins to Install in 2026: Architecture Types and Best Picks

The Claude Code plugin ecosystem has exploded to over 9,000 extensions with the leading plugins surpassing 50‑100k installs; this guide explains the five plugin architecture types, evaluates six functional directions, and recommends tailored plugin combos for full‑stack engineers, frontend developers, solo creators, and team leads.

AI pluginsClaude CodeCode review
0 likes · 17 min read
Top 10+ Claude Code Plugins to Install in 2026: Architecture Types and Best Picks
AI Era Action Guide
AI Era Action Guide
Apr 23, 2026 · Artificial Intelligence

Why Enterprise AI Coding Can’t Be a One‑Person Project

The article explains that while AI tools like Vibe Coding can accelerate code generation, successful enterprise adoption requires multi‑role collaboration, rigorous requirement definition, code review, testing, and ops oversight to avoid security, performance, and responsibility pitfalls.

AICode reviewCollaboration
0 likes · 14 min read
Why Enterprise AI Coding Can’t Be a One‑Person Project
Architecture Breakthrough
Architecture Breakthrough
Apr 23, 2026 · R&D Management

Zero-Defect Code Review: A 7‑Step SOP Backed by Two Years of No‑Issue Experience

The article outlines a practical 7‑step code‑review SOP that leverages IDE static analysis, AI assistance, impact analysis, unit‑test validation, production data checks, non‑functional evaluations, and business‑exception safeguards, enabling banking‑IT teams to achieve two years of zero production incidents.

Code reviewSOPSoftware quality
0 likes · 8 min read
Zero-Defect Code Review: A 7‑Step SOP Backed by Two Years of No‑Issue Experience
IT Services Circle
IT Services Circle
Apr 18, 2026 · Backend Development

7 Common Spring Backend Code Review Mistakes and Their Fixes

This article shares seven frequent pitfalls discovered during Spring backend code reviews—such as misuse of @Async, exposing exception details, non‑unique lock values, deep pagination, missing batch operations, lack of authorization, and insecure file uploads—and provides concrete corrected examples and best‑practice recommendations.

Code reviewbackend-developmentbest practices
0 likes · 13 min read
7 Common Spring Backend Code Review Mistakes and Their Fixes
Tencent Technical Engineering
Tencent Technical Engineering
Apr 17, 2026 · Backend Development

How Agentic Engineering Automates End‑to‑End Backend Development

This article walks through a complete Agentic Engineering workflow for a backend Go service, showing how AI‑driven Skills and Commands automate requirement capture, clarification, planning, parallel development, code review, deployment, log analysis, MR creation, AI‑assisted review, automated fixes, and final merge, while highlighting token consumption and practical lessons.

AI-assisted developmentAgentic EngineeringBackend workflow
0 likes · 31 min read
How Agentic Engineering Automates End‑to‑End Backend Development
Top Architecture Tech Stack
Top Architecture Tech Stack
Apr 17, 2026 · Artificial Intelligence

Claude Opus 4.7 Unleashed: Self‑Checking, Enhanced Vision, and Code Review Power

Anthropic’s Claude Opus 4.7 introduces self‑verification, longer task execution, a new xhigh inference tier, three‑fold productivity gains in production workflows, dramatically improved visual resolution and coding abilities—including the /ultrareview command—while keeping pricing unchanged, signaling a shift toward more autonomous AI agents.

AIAPIClaude
0 likes · 12 min read
Claude Opus 4.7 Unleashed: Self‑Checking, Enhanced Vision, and Code Review Power
Shuge Unlimited
Shuge Unlimited
Apr 13, 2026 · Artificial Intelligence

Superpowers Best Practices: 7‑Step Workflow from Requirements to Production‑Ready Code

This article walks through Superpowers' disciplined 7‑stage workflow—starting with brainstorming, using Git worktrees, writing granular plans, automated sub‑agent development, strict TDD, mandatory code review, and final verification—demonstrated with a coupon‑redeem API implementation.

AI programmingCode reviewGit worktrees
0 likes · 21 min read
Superpowers Best Practices: 7‑Step Workflow from Requirements to Production‑Ready Code
Old Meng AI Explorer
Old Meng AI Explorer
Apr 8, 2026 · Artificial Intelligence

Unlock AI-Powered Coding: Install and Master OpenAI’s Codex in VS Code

This guide explains what OpenAI’s Codex AI coding agent is, walks through the prerequisites, installation methods, login and configuration steps, core features such as code generation, review, batch refactoring, cloud task delegation, compares it with GitHub Copilot and Claude Code, and provides FAQs and best‑practice tips for effective use.

Code reviewCodexOpenAI
0 likes · 10 min read
Unlock AI-Powered Coding: Install and Master OpenAI’s Codex in VS Code
Senior Tony
Senior Tony
Apr 5, 2026 · Interview Experience

How to Ace AI Coding Interview Questions with a Structured Three‑Problem Framework

The article outlines a practical, three‑category approach to answering the most common AI‑coding interview question, warning against vague praise and detailing how to handle engineering gaps, performance and concurrency pitfalls, and safe modifications of legacy code using structured prompts and thorough code review.

AI codingCode reviewPerformance
0 likes · 5 min read
How to Ace AI Coding Interview Questions with a Structured Three‑Problem Framework
Tech Minimalism
Tech Minimalism
Apr 2, 2026 · Artificial Intelligence

10 Proven AI Agent Skills Every Developer Should Use

This article curates ten validated AI Agent Skills—spanning frontend design, caching, full‑stack scaffolding, code review, testing, PR automation, formatting, documentation updates, and skill discovery—providing repository links and installation commands to help developers automate repetitive tasks and boost productivity across the software development lifecycle.

AI Agent SkillsCode reviewDocumentation
0 likes · 11 min read
10 Proven AI Agent Skills Every Developer Should Use
Geek Labs
Geek Labs
Apr 2, 2026 · Artificial Intelligence

Essential AI Skills That Can Double Your Development Efficiency

This article curates ten open‑source AI‑powered development skills—from frontend design and Next.js cache optimization to full‑stack code review and automated testing—detailing their authors, core capabilities, typical use cases, and installation commands to help developers boost productivity in the age of AI‑assisted coding.

AI-assisted programmingCode reviewFrontend Design
0 likes · 11 min read
Essential AI Skills That Can Double Your Development Efficiency
AI Insight Log
AI Insight Log
Mar 31, 2026 · Artificial Intelligence

OpenAI Embeds Codex into Claude Code: Inside the New Plugin

OpenAI has released a Codex plugin for Claude Code that lets developers invoke Codex directly for code reviews, adversarial analysis, and background tasks, streamlining workflow and enabling seamless hand‑off between the two competing AI coding assistants.

AI pluginClaude CodeCode review
0 likes · 9 min read
OpenAI Embeds Codex into Claude Code: Inside the New Plugin
Code Mala Tang
Code Mala Tang
Mar 30, 2026 · Artificial Intelligence

Integrate OpenAI Codex into Claude Code: A Complete Plugin Guide

This guide explains how to install and use the OpenAI Codex plugin for Claude Code, covering setup commands, core review functions, optional review gates, and practical scenarios where the plugin provides a seamless AI‑powered second opinion within your coding workflow.

AIClaude CodeCode review
0 likes · 5 min read
Integrate OpenAI Codex into Claude Code: A Complete Plugin Guide
JavaGuide
JavaGuide
Mar 30, 2026 · Backend Development

Interviewers Ask About Claude Code Skills—What If You Haven’t Used /simplify?

The article explains the built‑in Claude Code /simplify command, how it uses three parallel AI agents to review and automatically fix code, demonstrates real‑world bugs it uncovered in Java projects, compares it with traditional linters, and offers practical tips and integration guidance.

/simplifyAI agentsClaude Code
0 likes · 16 min read
Interviewers Ask About Claude Code Skills—What If You Haven’t Used /simplify?
o-ai.tech
o-ai.tech
Mar 27, 2026 · Artificial Intelligence

Why Superpowers Insists on Subagent‑Driven Development

Superpowers introduces subagent‑driven development (SDD) to split execution into isolated tasks, each handled by a fresh sub‑agent with a mandatory spec‑compliance review followed by a code‑quality review, preventing error amplification, bias, and unchecked assumptions in AI‑assisted coding.

Agent-based developmentCode reviewSDD
0 likes · 14 min read
Why Superpowers Insists on Subagent‑Driven Development
SQB Blog
SQB Blog
Mar 27, 2026 · R&D Management

Can AI‑Driven DDD Turn Backend Development into an Assembly Line?

This article examines how AI‑assisted coding tools combined with a domain‑driven, spec‑driven workflow (DDD‑SDD) can reshape backend development from ad‑hoc “vibe coding” to a disciplined, automated production pipeline, illustrated with a real‑world retail feature implementation.

AIBackendCode review
0 likes · 15 min read
Can AI‑Driven DDD Turn Backend Development into an Assembly Line?
AI Insight Log
AI Insight Log
Mar 26, 2026 · Industry Insights

Why 80+ Node.js Core Developers Are Petitioning to Ban AI-Generated Code

A petition signed by over 80 prominent Node.js contributors urges a ban on AI‑generated code in the core, highlighting concerns about review overload, legal gray areas, trust erosion, economic barriers, and the broader impact on open‑source collaboration.

AI-generated codeCode reviewNode.js
0 likes · 9 min read
Why 80+ Node.js Core Developers Are Petitioning to Ban AI-Generated Code
Yunqi AI+
Yunqi AI+
Mar 25, 2026 · R&D Management

How to Build a Code Review Agent Skill: From Skeleton to Cost‑Effective Localization (Part 2)

This article walks through the complete process of creating a Code Review Skill for AI agents, covering skeleton definition, architecture‑ and coding‑rule derivation, business‑logic checks, unit‑test standards, context routing, token‑consumption analysis, cost‑optimisation tips, and how to extend the pattern to other skills.

Agent SkillCOLA ArchitectureCode review
0 likes · 16 min read
How to Build a Code Review Agent Skill: From Skeleton to Cost‑Effective Localization (Part 2)
IT Services Circle
IT Services Circle
Mar 17, 2026 · Artificial Intelligence

Why Amazon Forced Human Approval for AI‑Generated Code—and What It Means for Developers

The article investigates Amazon's recent mandate that junior engineers obtain senior approval before deploying AI‑generated code, analyzes two high‑profile incidents caused by over‑privileged AI tools, and offers concrete best‑practice recommendations to keep AI‑assisted development safe and reliable.

AIAmazonCode review
0 likes · 10 min read
Why Amazon Forced Human Approval for AI‑Generated Code—and What It Means for Developers
Java Backend Technology
Java Backend Technology
Mar 9, 2026 · Artificial Intelligence

Why AI Can’t Replace Engineers: The Rise of the Post‑Processing Engineer

The article explains how large‑model AI can quickly generate functional code up to an 80% quality level, but its lack of product logic, context, boundaries and safety creates hidden bugs, making the new role of a “post‑processing engineer” essential for turning AI‑generated drafts into reliable, production‑ready software.

Artificial IntelligenceCode reviewDevOps
0 likes · 9 min read
Why AI Can’t Replace Engineers: The Rise of the Post‑Processing Engineer
DevOps Coach
DevOps Coach
Mar 4, 2026 · Fundamentals

Why High‑Quality Code Must Explain Its Own Decisions

The article reveals a hidden pattern in top codebases where every piece of code not only shows what it does but also records the decision context, demonstrating how documenting the "why" reduces bugs, speeds onboarding, and prevents costly production incidents.

Code reviewbest practicesdecision context
0 likes · 14 min read
Why High‑Quality Code Must Explain Its Own Decisions
AI Tech Publishing
AI Tech Publishing
Feb 25, 2026 · Artificial Intelligence

How to Build a Code Review Agent from Scratch Using Claude Agent SDK (Part 1)

This tutorial walks through creating a full‑featured code‑review Agent with Claude Agent SDK, covering installation, TypeScript setup, the SDK‑managed agent loop, structured JSON output, permission handling, sub‑agents, session management, hooks, custom MCP tools, cost tracking, and a production‑grade example.

AI AgentClaude Agent SDKCode review
0 likes · 21 min read
How to Build a Code Review Agent from Scratch Using Claude Agent SDK (Part 1)
Architect
Architect
Feb 24, 2026 · Artificial Intelligence

How to Safely Integrate Claude Code: An Architect’s Proven AI‑Assisted Development Workflow

Boris Tane, former founder of Baselime and Cloudflare Workers observability lead, shares a disciplined eight‑step workflow that lets architects harness Claude Code while preventing costly system‑breaking AI‑generated code, by making every AI contribution explicit, reviewed, and anchored to documented architectural decisions.

AI-assisted codingClaude CodeCode review
0 likes · 18 min read
How to Safely Integrate Claude Code: An Architect’s Proven AI‑Assisted Development Workflow
java1234
java1234
Feb 24, 2026 · Backend Development

Why Most Backend Architecture Patterns Are Over‑Engineered

A code‑review anecdote shows that developers often apply heavyweight patterns like Abstract Factory, Event Sourcing, CQRS, and DDD to simple payment processing, leading to unnecessary complexity; the article explains why this happens, which patterns truly belong in micro‑service backends, and offers practical, lightweight alternatives together with concrete code examples and review guidelines.

ArchitectureBackendCode review
0 likes · 13 min read
Why Most Backend Architecture Patterns Are Over‑Engineered
Java Companion
Java Companion
Feb 22, 2026 · Backend Development

Why Most Backend Architecture Patterns Are Over‑engineered

A recent code review reveals a colleague using strategy, factory, and abstract‑factory patterns to build a payment system that only needs two methods, exposing how 90 % of classic backend architecture patterns become unnecessary over‑design in modern microservice and cloud‑native environments, and offering practical guidelines for when such complexity truly adds value.

ArchitectureBackendCode review
0 likes · 13 min read
Why Most Backend Architecture Patterns Are Over‑engineered
Alibaba Cloud Developer
Alibaba Cloud Developer
Feb 12, 2026 · Artificial Intelligence

How to Integrate Claude Skills into Lingma: A Step‑by‑Step Guide

This article explains the background of Claude Skills, details its modular prompt‑based architecture, shows the required file layout, walks through installing and configuring OpenSkills in Lingma, demonstrates creating a custom code‑review skill, and summarizes the benefits of AI skill modularization.

AI skillsClaudeCode review
0 likes · 11 min read
How to Integrate Claude Skills into Lingma: A Step‑by‑Step Guide
Open Source Tech Hub
Open Source Tech Hub
Feb 11, 2026 · Backend Development

Unlock AI Power in Laravel: Real‑World SDK Use Cases & Code Samples

Laravel’s new AI SDK simplifies adding AI capabilities to Laravel apps, offering a clean API for models like OpenAI, Anthropic, Gemini, and more, and the article demonstrates three practical implementations: extracting insights from user data, an automated PR code‑review bot, and a personalized e‑learning quiz system.

AIBackendCode review
0 likes · 8 min read
Unlock AI Power in Laravel: Real‑World SDK Use Cases & Code Samples
Open Source Tech Hub
Open Source Tech Hub
Feb 8, 2026 · Artificial Intelligence

How Sub‑Agents Empower AI Code Review and Boost Security

This guide explains the Sub‑Agent concept used in AI coding tools, shows why it solves context‑loss problems, and walks through a concrete PHP security review example with Claude Code, including agent configuration, execution steps, and a detailed vulnerability report.

AICode reviewPHP
0 likes · 8 min read
How Sub‑Agents Empower AI Code Review and Boost Security
SQB Blog
SQB Blog
Feb 4, 2026 · Frontend Development

From Blind AI Coding to Mastery: A Frontend Team’s Journey

This article recounts a frontend team's six‑month evolution with AI coding tools—from initial trial and error to systematic prompt engineering, case‑study implementations, and a disciplined workflow that turns AI into a controllable productivity partner while preserving core engineering skills.

AI codingCode reviewFrontend Development
0 likes · 19 min read
From Blind AI Coding to Mastery: A Frontend Team’s Journey
Baobao Algorithm Notes
Baobao Algorithm Notes
Feb 3, 2026 · Industry Insights

How One Developer Merges 600 Commits a Day with AI: Inside the Clawdbot Workflow

In this in‑depth interview, Peter Steinberger explains how AI agents let him submit and merge hundreds of commits daily, replace traditional code reviews with prompt‑driven requests, and redesign his development workflow around a closed‑loop validation system that reshapes modern software engineering.

AI EngineeringCode reviewIndustry Insights
0 likes · 85 min read
How One Developer Merges 600 Commits a Day with AI: Inside the Clawdbot Workflow
DaTaobao Tech
DaTaobao Tech
Jan 16, 2026 · Frontend Development

How AI Enables “Write Code, Fix Accessibility” Across Front‑End Projects

This article presents an AI‑driven accessibility solution that embeds code‑review and automatic fixing into the development workflow, tackles high‑frequency issues such as text reading, focus management and interaction recognition, achieves over 95% fix rates in both testing and production, and outlines future extensions to native and D2C scenarios.

AICode reviewFrontend
0 likes · 14 min read
How AI Enables “Write Code, Fix Accessibility” Across Front‑End Projects
Qborfy AI
Qborfy AI
Jan 12, 2026 · Artificial Intelligence

Mastering Claude Agent Skills: Build Reusable AI Knowledge Packages

This guide explains how Anthropic Claude’s Agent Skills act as reusable, file‑system‑based knowledge packages that transform a generic AI agent into a domain expert, detailing their structure, on‑demand loading process, best‑practice creation steps, a concrete code‑review skill example, workflow automation, and comparison with MCP.

AI automationAgent SkillClaude
0 likes · 11 min read
Mastering Claude Agent Skills: Build Reusable AI Knowledge Packages
Woodpecker Software Testing
Woodpecker Software Testing
Dec 23, 2025 · Information Security

ChatGPT‑Powered Code Review: Securing Front‑End and Back‑End Password Recovery

This article presents a comprehensive ChatGPT‑driven code review of a password‑recovery feature, analyzing twelve front‑end and back‑end files, highlighting structural strengths, security gaps such as CSRF and XSS, and offering concrete refactoring, validation, and resource‑management recommendations.

ChatGPTCode reviewJSP
0 likes · 44 min read
ChatGPT‑Powered Code Review: Securing Front‑End and Back‑End Password Recovery
AI Insight Log
AI Insight Log
Dec 20, 2025 · Industry Insights

Cursor Acquires Graphite, Completing the AI Programming Puzzle

Cursor, the leading AI‑powered code editor, has acquired Graphite, a modern code‑review platform, promising to merge the inner‑loop code‑writing experience with the outer‑loop review process, enabling self‑driving pull‑requests, stacked PRs, merge queues and AI reviewers that could reshape developers’ workflow.

AI IDEAI codingCode review
0 likes · 5 min read
Cursor Acquires Graphite, Completing the AI Programming Puzzle
Tech Minimalism
Tech Minimalism
Dec 17, 2025 · Artificial Intelligence

Double Your Productivity: Advanced AI Programming Techniques and Universal Patterns

The article explains how AI programming hinges on context engineering and offers a complete system of documentation, planning, test‑driven incremental development, code review, version‑control discipline, multi‑instance collaboration, and debugging strategies that turn AI tools into powerful productivity amplifiers.

AI programmingCode reviewContext Engineering
0 likes · 21 min read
Double Your Productivity: Advanced AI Programming Techniques and Universal Patterns
phodal
phodal
Nov 26, 2025 · Artificial Intelligence

How Multi‑Agent AI Transforms Code Review into Automated Fixes

AutoDev leverages a multi‑agent architecture and comprehensive information aggregation to turn traditional, fragmented code review into an intelligent, end‑to‑end process that not only detects issues but also generates and applies corrective patches automatically.

AICode reviewDevOps
0 likes · 9 min read
How Multi‑Agent AI Transforms Code Review into Automated Fixes
Zhuanzhuan Tech
Zhuanzhuan Tech
Nov 10, 2025 · Artificial Intelligence

Boost Your Development Workflow: Practical Tips for Using Cursor AI

This article shares a step‑by‑step guide on how development teams can leverage the Cursor AI assistant to split project requirements, enrich prompts, generate and review code, and perform regression verification, turning AI into a collaborative partner rather than a replacement.

AI programmingCode reviewCursor tool
0 likes · 17 min read
Boost Your Development Workflow: Practical Tips for Using Cursor AI
Goodme Frontend Team
Goodme Frontend Team
Nov 10, 2025 · Frontend Development

Why AI Agents Aren’t Ready to Run Your Front‑End Projects (And How to Use Them Effectively)

The article examines the hype around AI agents, explains why they currently cannot fully take over front‑end development in company projects due to fragmented context, stability demands, and long‑term architectural needs, and offers practical strategies and prompt templates for realistic, productive use.

AI agentsCode reviewFrontend Development
0 likes · 19 min read
Why AI Agents Aren’t Ready to Run Your Front‑End Projects (And How to Use Them Effectively)
Continuous Delivery 2.0
Continuous Delivery 2.0
Nov 5, 2025 · Artificial Intelligence

Can AI Tools Really Boost Your Development Efficiency? A Practical Playbook

This article explores why expensive AI tools often fail to improve software development speed, presents a real‑world case of an AI‑focused engineer integrating AI assistants with agile practices, and offers step‑by‑step methods for task coordination, parallel execution, and maintaining code quality.

AI toolsCode reviewProductivity
0 likes · 5 min read
Can AI Tools Really Boost Your Development Efficiency? A Practical Playbook
Radish, Keep Going!
Radish, Keep Going!
Oct 25, 2025 · Backend Development

10 Go Code Review Rules for Safer, Cleaner Backend Development

This article presents ten practical Go code‑review guidelines—covering error handling, premature abstraction, concurrency, scope, safety, early returns, file organization, declaration order, semantic naming, and purposeful comments—to help teams write more reliable and maintainable backend code.

Code reviewGobest-practices
0 likes · 9 min read
10 Go Code Review Rules for Safer, Cleaner Backend Development
Code Mala Tang
Code Mala Tang
Oct 4, 2025 · Artificial Intelligence

Qodo vs Cursor: Which AI‑Powered IDE Prioritizes Quality or Speed?

This article compares the AI‑driven coding assistants Qodo and Cursor, examining their approaches to code review, testing, IDE integration, model support, customization, deployment options, and pricing to help developers choose the tool that best fits their workflow.

AICode reviewIDE
0 likes · 7 min read
Qodo vs Cursor: Which AI‑Powered IDE Prioritizes Quality or Speed?
Java Architecture Diary
Java Architecture Diary
Sep 26, 2025 · Artificial Intelligence

Boost Your Workflow with GitHub Copilot CLI: AI Features, Usage & Tips

GitHub Copilot CLI brings AI-driven command‑line assistance to developers, enabling natural‑language task description, automatic code generation, Git repository management, file operations, and deep integration with GitHub Actions and MCP servers, while offering interactive and programmatic modes, security controls, and customizable extensions for diverse workflows.

AI Command LineCode reviewGit integration
0 likes · 10 min read
Boost Your Workflow with GitHub Copilot CLI: AI Features, Usage & Tips
Code Wrench
Code Wrench
Sep 9, 2025 · Fundamentals

Master Go Pointers: Best Practices, Performance Tips, and Code Review Checklist

This guide explains why Go pointers matter, covers their definition, memory model, and safe usage, provides practical best‑practice checklists, performance comparisons, and code examples—including handling large structs, optional fields, and complex data structures—while highlighting scenarios where pointers should be avoided.

Code reviewGoPerformance
0 likes · 8 min read
Master Go Pointers: Best Practices, Performance Tips, and Code Review Checklist
DaTaobao Tech
DaTaobao Tech
Aug 27, 2025 · Fundamentals

What Defines Good Code? Multi‑Dimensional Standards, Bad Smells, and Design Patterns Explained

This article explores what makes code truly good by examining functional, stability, user experience, efficiency, and cost dimensions, presenting the "Gold Code" evaluation criteria, discussing design principles, common code smells, practical examples, and how design patterns and layering affect readability and maintainability.

Code reviewcode qualitygood code
0 likes · 15 min read
What Defines Good Code? Multi‑Dimensional Standards, Bad Smells, and Design Patterns Explained
Continuous Delivery 2.0
Continuous Delivery 2.0
Aug 4, 2025 · Artificial Intelligence

How Google’s T5‑Powered AI Cuts Code Review Time by 60 Minutes per PR

Google’s T5‑based machine‑learning tool transforms code‑review comments into automatic edit suggestions, reducing the average 60‑minute per‑review effort, boosting resolution rates from 4.9 % to 7.5 %, and delivering multi‑role efficiency gains that translate into hundreds of person‑years saved annually.

AI assistanceCode reviewDevOps
0 likes · 10 min read
How Google’s T5‑Powered AI Cuts Code Review Time by 60 Minutes per PR
macrozheng
macrozheng
Jul 5, 2025 · Backend Development

Why Adding a Simple Log Triggered FastJSON Serialization Errors – A Deep Dive

A recent deployment added a log line that caused FastJSON to invoke unexpected methods during serialization, leading to a NullPointerException; this article reconstructs the scenario, analyzes the FastJSON internals, and offers best‑practice annotations to prevent similar bugs.

Code reviewannotationsfastjson
0 likes · 7 min read
Why Adding a Simple Log Triggered FastJSON Serialization Errors – A Deep Dive
Continuous Delivery 2.0
Continuous Delivery 2.0
Jul 3, 2025 · Artificial Intelligence

How Specialized Micro‑Agents Cut False Positives by 51% in AI Code Review

The article shares practical lessons from building the Cubic AI code‑review platform, showing how breaking a monolithic LLM into focused micro‑agents, adding explicit reasoning logs, and streamlining toolchains reduced false‑positive comments by 51% and dramatically improved developer trust.

AI agentsCode reviewexplicit reasoning
0 likes · 7 min read
How Specialized Micro‑Agents Cut False Positives by 51% in AI Code Review
Zhuanzhuan Tech
Zhuanzhuan Tech
Jul 1, 2025 · Artificial Intelligence

Boost Your Coding Efficiency 200% with AI: Proven Prompting & Cursor Tips

This article explains why AI coding assistants often fall short, outlines three common pitfalls—imprecise prompts, misuse, and wrong tool choice—and demonstrates how the Cursor IDE can dramatically accelerate development through context‑aware code generation, autonomous task execution, and built‑in code review.

AICode reviewCursor
0 likes · 9 min read
Boost Your Coding Efficiency 200% with AI: Proven Prompting & Cursor Tips
Java Architect Essentials
Java Architect Essentials
Jun 29, 2025 · Fundamentals

7 Tell‑Tale Signs You’re Still an Inexperienced Programmer (And How to Fix Them)

Discover the seven common behaviors that reveal a programmer’s lack of experience—from massive one‑off commits and poor code quality to multitasking, arrogance, ignoring feedback, handling personal matters at work, and chasing every new tech trend—and learn practical steps to overcome each habit.

Code reviewcareer adviceprogramming habits
0 likes · 14 min read
7 Tell‑Tale Signs You’re Still an Inexperienced Programmer (And How to Fix Them)
Java Tech Enthusiast
Java Tech Enthusiast
Jun 11, 2025 · Fundamentals

Can You Pass This Humorous Programmer Quiz? Test Your Coding Culture Knowledge

This article presents a playful yet comprehensive programming exam that includes multiple‑choice, fill‑in‑the‑blank, true/false, code‑reading, and essay questions covering debugging habits, Git practices, code review comments, and common developer myths, complete with answer keys and sample code snippets.

Code reviewGitprogramming quiz
0 likes · 12 min read
Can You Pass This Humorous Programmer Quiz? Test Your Coding Culture Knowledge
Architecture and Beyond
Architecture and Beyond
Jun 7, 2025 · Artificial Intelligence

How AI-Generated Code Is Quietly Building Massive Technical Debt

The article examines how AI-powered code generation, while boosting surface productivity, introduces hidden technical debt at the code, architecture, and organizational levels, urging architects to implement rigorous review, governance, and cultural practices to prevent long‑term risks.

AI programmingCode reviewSoftware Architecture
0 likes · 10 min read
How AI-Generated Code Is Quietly Building Massive Technical Debt
Su San Talks Tech
Su San Talks Tech
Jun 5, 2025 · Artificial Intelligence

How Cursor’s New AI Features Revolutionize Code Review and Remote Development

Cursor 1.0 introduces AI-powered BugBot for automatic PR reviews, a universally available Background Agent for remote coding, a memory system for rule retention, one‑click MCP installations with OAuth support, plus numerous UI and performance enhancements, offering developers a more efficient, cloud‑centric workflow.

AICode reviewCursor
0 likes · 11 min read
How Cursor’s New AI Features Revolutionize Code Review and Remote Development
Continuous Delivery 2.0
Continuous Delivery 2.0
May 26, 2025 · Fundamentals

Google’s Code Review Evolution: From Bug Finding to Knowledge Sharing

This article analyzes Google’s large‑scale code review practices, showing how lightweight processes, tool‑driven automation, and a culture of knowledge transfer turned code review from a time‑consuming task into a productivity engine that scales across tens of thousands of engineers.

Code reviewGoogleknowledge sharing
0 likes · 13 min read
Google’s Code Review Evolution: From Bug Finding to Knowledge Sharing
Java Backend Technology
Java Backend Technology
May 7, 2025 · Backend Development

When Can Flawed Code Stay Unchanged? A Deep Dive into Concurrency and Locking

The article examines a seemingly harmless Java update snippet that hides a concurrency race condition, discusses why a team might decide not to change it in low‑frequency scenarios, and then presents safer alternatives such as selective updates, optimistic and pessimistic locks, and strict guidelines for financial‑critical code.

Code reviewoptimistic lockpessimistic-lock
0 likes · 11 min read
When Can Flawed Code Stay Unchanged? A Deep Dive into Concurrency and Locking
Youzan Coder
Youzan Coder
Apr 25, 2025 · Artificial Intelligence

AI-Powered Code Review System: Design, Implementation, and Lessons Learned

The team built a low‑cost AI‑powered code‑review assistant that injects line‑level comments into GitLab merge requests, using LLMs via Feishu, iterating quickly through MVP and optimization phases, achieving 64 integrations, 150+ daily comments, feedback‑driven prompt refinement, and demonstrating high ROI for small‑to‑medium teams while outlining future IDE and rule‑based extensions.

AICode reviewGitLab
0 likes · 17 min read
AI-Powered Code Review System: Design, Implementation, and Lessons Learned
macrozheng
macrozheng
Apr 25, 2025 · Fundamentals

7 Warning Signs That Reveal an Amateur Programmer (And How to Fix Them)

This article outlines seven common habits of inexperienced developers—such as massive code submissions, poor code quality, multitasking, arrogance, ignoring feedback, handling personal matters at work, and chasing trends—and offers practical steps to become a more professional programmer.

Code reviewcareer adviceprofessional growth
0 likes · 12 min read
7 Warning Signs That Reveal an Amateur Programmer (And How to Fix Them)
Java Web Project
Java Web Project
Apr 16, 2025 · Industry Insights

7 Tell‑Tale Signs of an Inexperienced Programmer (And How to Avoid Them)

The article identifies seven characteristic behaviors of inexperienced developers—massive code commits, poor code quality, multitasking, arrogance, ignoring feedback, handling personal matters at work, and chasing every tech trend—explains why each harms team productivity and offers concrete actions to become a more professional software engineer.

Career DevelopmentCode reviewProductivity
0 likes · 11 min read
7 Tell‑Tale Signs of an Inexperienced Programmer (And How to Avoid Them)
Java Backend Full-Stack
Java Backend Full-Stack
Apr 13, 2025 · Interview Experience

7 Tell‑tale Signs You’re an Inexperienced Programmer (And How to Fix Them)

The article outlines seven common behaviors—such as massive one‑off commits, messy code, multitasking without planning, arrogance, ignoring feedback, handling personal matters at work, and chasing every new tech trend—that reveal a developer’s lack of experience, and offers concrete actions to overcome each pitfall.

Code reviewcareer adviceinexperience
0 likes · 11 min read
7 Tell‑tale Signs You’re an Inexperienced Programmer (And How to Fix Them)
Tencent Cloud Developer
Tencent Cloud Developer
Apr 8, 2025 · R&D Management

Building an Engineer Culture: Leading Reliable Programmers Amid Uncertainty

The article argues that cultivating a strong engineering culture—through shared values, clear processes, automation, altruistic collaboration, and continuous self‑improvement—empowers programmers to remain reliable and productive despite uncertainty, boosting the odds of sustained success while acknowledging that culture is only one of several critical factors.

Code reviewEngineering Cultureefficiency
0 likes · 21 min read
Building an Engineer Culture: Leading Reliable Programmers Amid Uncertainty
FunTester
FunTester
Apr 8, 2025 · Fundamentals

Why Static Testing Is the First Step to High‑Quality Code

Static testing, a proactive quality assurance method that examines code and documentation without execution, helps detect defects early, reduces repair costs, improves code readability, and complements dynamic testing, with techniques ranging from inspections and walkthroughs to automated tools like SonarQube, CheckStyle, and ESLint.

Code reviewSoftware qualitycontinuous integration
0 likes · 14 min read
Why Static Testing Is the First Step to High‑Quality Code
FunTester
FunTester
Feb 28, 2025 · Backend Development

Avoid These 16 Common Go Pitfalls: Real Code Examples and Best Practices

This article enumerates sixteen typical Go programming mistakes—from variable shadowing and unnecessary nesting to misuse of init, getters/setters, interfaces, generics, and project layout—explains their hidden impacts on readability, maintainability, and performance, and provides clear corrected code and best‑practice recommendations.

Code reviewGobest practices
0 likes · 27 min read
Avoid These 16 Common Go Pitfalls: Real Code Examples and Best Practices
Bilibili Tech
Bilibili Tech
Feb 11, 2025 · Artificial Intelligence

Building a Scalable AI Agent for Code Review: Practices, Architecture, and Challenges

The article outlines how to build a scalable, modular AI code‑review agent using LangChain, detailing stages from naive prompting to advanced prompt engineering, architecture with six core modules, strategies to curb hallucinations, improve reliability, performance, and human‑AI collaboration, and future RAG integration.

AI AgentCode reviewLangChain
0 likes · 22 min read
Building a Scalable AI Agent for Code Review: Practices, Architecture, and Challenges
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Feb 3, 2025 · Backend Development

Code Review of Coupon Claim and Approval Workflow: Issues and Optimization Strategies

This article reviews Java Spring code for a coupon claim and approval workflow, identifies concurrency and transaction issues such as missing locks and inconsistent update order, and proposes optimizations including user‑level locking, simplifying lock management, and aligning transactional update sequences to prevent deadlocks.

Code reviewconcurrencydistributed-lock
0 likes · 12 min read
Code Review of Coupon Claim and Approval Workflow: Issues and Optimization Strategies
Java Tech Enthusiast
Java Tech Enthusiast
Jan 19, 2025 · Databases

A Low‑Level Bug Caused by Decimal Precision Mistake: Lessons on Code Review, Testing, and Process

A simple typo that changed a daily interest rate from 0.00006944444 to 0.00069444444 inflated calculated interest tenfold, went unnoticed because the author self‑approved the SQL update and testing only checked syntax, and the incident underscores the need for rigorous code review, testing, and change‑management procedures for critical data.

BackendCode reviewbug
0 likes · 12 min read
A Low‑Level Bug Caused by Decimal Precision Mistake: Lessons on Code Review, Testing, and Process
ITPUB
ITPUB
Jan 14, 2025 · Information Security

How a Microsoft Patch Nearly Crashed Linux: Code Review, CFI, and Open‑Source Lessons

A Microsoft‑submitted performance patch for the x86_64 architecture was merged into Linux kernel 6.13 without maintainer acknowledgment, breaking control‑flow integrity and nearly causing a system‑wide failure, prompting swift emergency fixes from Intel and AMD engineers and sparking a broader discussion on open‑source code‑review practices.

CFICode reviewLinux kernel
0 likes · 5 min read
How a Microsoft Patch Nearly Crashed Linux: Code Review, CFI, and Open‑Source Lessons
BirdNest Tech Talk
BirdNest Tech Talk
Jan 1, 2025 · Fundamentals

20 Essential Programming Rules for Cleaner, Safer Code

This article distills Chris Zimmeman's "Programming Rules" into twenty concrete guidelines—covering simplicity, bug containment, naming, generalization, deferred optimization, code reviews, debugging, refactoring, conventions, and more—each explained with its rationale and core takeaway for developers.

Code reviewbest practicescode quality
0 likes · 15 min read
20 Essential Programming Rules for Cleaner, Safer Code
JD Tech Talk
JD Tech Talk
Dec 31, 2024 · R&D Management

Why Code Reviews Fail and How to Master Effective CR Practices

This comprehensive guide explains the importance of thorough code reviews, outlines common pitfalls that make codebases hard to maintain, and provides practical principles, checklists, automation tips, scaling guidelines, clean‑code traits, naming conventions, and solutions to typical challenges such as conflicts, time pressure, and legacy baggage, helping teams improve code quality and development efficiency.

Code reviewQuality assurancebest practices
0 likes · 22 min read
Why Code Reviews Fail and How to Master Effective CR Practices
JD Cloud Developers
JD Cloud Developers
Dec 31, 2024 · Fundamentals

Mastering Code Review: Boost Code Quality and Team Efficiency

This comprehensive guide explains the purpose, principles, and practical steps of modern code review, offering checklists, automation tips, common pitfalls, and real‑world examples to help developers improve code health, reduce risk, and foster a culture of continuous learning.

Code reviewQuality assurancebest practices
0 likes · 22 min read
Mastering Code Review: Boost Code Quality and Team Efficiency
IT Services Circle
IT Services Circle
Dec 20, 2024 · Backend Development

Best Practices for Parameter Validation in Backend Development

This article outlines ten practical guidelines for robust parameter validation in backend Java services, covering enumeration ranges, consistent length constraints, proper use of @NotBlank, synchronizing API documentation, comprehensive annotation usage, request object encapsulation, and the importance of self‑testing and authorization checks.

Code reviewParameter Validationannotations
0 likes · 8 min read
Best Practices for Parameter Validation in Backend Development
macrozheng
macrozheng
Nov 21, 2024 · Fundamentals

7 Warning Signs of an Amateur Developer and How to Overcome Them

This article outlines seven common behaviors of inexperienced programmers—such as massive code commits, poor code quality, multitasking, arrogance, ignoring feedback, handling personal matters at work, and chasing every tech trend—and offers practical steps to become a more professional and effective developer.

Code reviewProductivitycareer advice
0 likes · 11 min read
7 Warning Signs of an Amateur Developer and How to Overcome Them
Java Backend Technology
Java Backend Technology
Nov 17, 2024 · Databases

How a One‑Digit Decimal Error Multiplied Interest Tenfold – Database Lessons

A developer mistakenly entered an extra zero in a SQL update for daily interest rates, expanding calculated interest by ten times, and the error slipped through code review, testing, and production verification due to inadequate processes, highlighting the need for strict data‑change procedures, thorough testing, and monitoring.

Code reviewRisk managementdatabase
0 likes · 13 min read
How a One‑Digit Decimal Error Multiplied Interest Tenfold – Database Lessons
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 25, 2024 · Frontend Development

Effective Code Review Practices and AI‑Assisted Optimization for Frontend Development

This article explains what code review is, why front‑end team leads should conduct it, and how to use AI‑powered VSCode extensions together with modern JavaScript/TypeScript techniques—such as optional chaining, function extraction, constant usage, and mapping—to streamline review workflows and produce cleaner, more maintainable front‑end code.

AI toolsCode OptimizationCode review
0 likes · 11 min read
Effective Code Review Practices and AI‑Assisted Optimization for Frontend Development