Tagged articles
29 articles
Page 1 of 1
DataFunTalk
DataFunTalk
May 16, 2026 · Artificial Intelligence

How to Turn AI into an S‑Level Employee: Practical Skill Training for Reliable Web Testing

The article explains why smart AI still fails at complex tasks, introduces the concept of engineering‑focused Skills that embed business SOPs, and shares four hard‑learned pitfalls plus a step‑by‑step, checklist‑driven training loop that turns a generic model into a dependable, self‑checking web‑testing assistant.

AI automationPrompt engineeringchecklist
0 likes · 19 min read
How to Turn AI into an S‑Level Employee: Practical Skill Training for Reliable Web Testing
Test Development Learning Exchange
Test Development Learning Exchange
Apr 1, 2026 · Artificial Intelligence

How to Safely Review AI‑Generated Test Cases: A 7‑Point Checklist

This article presents a practical checklist that helps teams identify seven major risk categories in AI‑generated test cases—covering business logic, critical path coverage, boundary handling, executability, security, automation fit, and duplication—to ensure the outputs are reliable, executable, and production‑ready.

AI testingSoftware qualitychecklist
0 likes · 8 min read
How to Safely Review AI‑Generated Test Cases: A 7‑Point Checklist
Tencent Technical Engineering
Tencent Technical Engineering
Mar 23, 2026 · Artificial Intelligence

How to Turn AI into a Reliable S‑Level Web‑Testing Engineer: 4 Hard‑Earned Lessons

The article explains why powerful AI models still fail complex web‑testing tasks without proper business SOPs, and presents four concrete engineering lessons—limited context, explicit step definitions, checklist‑driven validation, and iterative self‑revision—to train an AI into a dependable, self‑checking S‑grade testing employee.

AIAutomationIterative Development
0 likes · 18 min read
How to Turn AI into a Reliable S‑Level Web‑Testing Engineer: 4 Hard‑Earned Lessons
Black & White Path
Black & White Path
Feb 11, 2026 · Information Security

Linux Intrusion Checklist: Detect Hacker Activity with a Single Script

The article introduces Linux_checklist.sh, a script that audits a Linux system for signs of compromise—including network sniffing, deleted‑file processes, tampered binaries, unauthorized SSH keys, malicious cron jobs, resource abuse, privilege anomalies, persistence mechanisms, file integrity issues, and suspicious log activity—while warning that its output contains sensitive data.

ForensicsLinuxSecurity
0 likes · 6 min read
Linux Intrusion Checklist: Detect Hacker Activity with a Single Script
dbaplus Community
dbaplus Community
Sep 15, 2025 · Operations

Essential 100‑Item IT Operations Checklist for Servers, Networks, Storage and More

A comprehensive, step‑by‑step checklist of 100 critical daily maintenance items covering server hardware, network devices, storage systems, operating systems, databases, virtualization, backup, security, data‑center infrastructure and documentation to help IT operations teams ensure reliability and business continuity.

IT Operationschecklistnetwork maintenance
0 likes · 24 min read
Essential 100‑Item IT Operations Checklist for Servers, Networks, Storage and More
ITPUB
ITPUB
Sep 4, 2025 · Operations

100‑Point IT Operations Checklist: From Server Health to Data Center Safety

A comprehensive 100‑item checklist guides IT operations engineers through daily inspections of servers, network gear, storage, operating systems, databases, virtualization, backup, security devices, and data‑center infrastructure, ensuring reliable performance, proactive issue detection, and adherence to best‑practice standards.

BackupData centerIT Operations
0 likes · 27 min read
100‑Point IT Operations Checklist: From Server Health to Data Center Safety
Model Perspective
Model Perspective
Jun 10, 2025 · Fundamentals

How Simple Checklists Can Jump‑Start Your Modeling Skills

This article explains how turning everyday tasks into structured checklists serves as an accessible entry point to modeling, illustrating the process with travel packing, year‑end reviews, and house‑buying decisions, and outlining a three‑step thinking method to boost logical and quantitative problem‑solving.

Modelingbeginner guidechecklist
0 likes · 7 min read
How Simple Checklists Can Jump‑Start Your Modeling Skills
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Mar 21, 2025 · R&D Management

Designing and Implementing Effective Checklists to Optimize Project Processes and Delivery Quality

This article explains how to design and apply effective checklists in QA and project workflows, illustrating their core value for quality, efficiency, and risk reduction, and provides practical guidance on checklist creation, implementation, and continuous improvement within game promotion and development teams.

QAR&D managementchecklist
0 likes · 24 min read
Designing and Implementing Effective Checklists to Optimize Project Processes and Delivery Quality
JD Tech
JD Tech
Jul 23, 2024 · Fundamentals

Effective Code Review: Goals, Principles, Practices, and Real-World Cases

This article explains the importance of code review, outlines its core goals and basic principles, provides step‑by‑step practical guidance with a detailed checklist, shares real‑world case studies and code examples, and discusses metrics and future AI‑assisted improvements to help teams improve software quality.

AI toolsCode reviewSoftware quality
0 likes · 17 min read
Effective Code Review: Goals, Principles, Practices, and Real-World Cases
DataFunSummit
DataFunSummit
Mar 19, 2023 · Artificial Intelligence

Complex Question Answering Evaluation of ChatGPT

This paper presents a large‑scale evaluation of ChatGPT on knowledge‑base complex question answering, introducing a feature‑driven multi‑label annotation framework and CheckList‑based functional, robustness, and controllability tests, and comparing its performance with other LLMs across multiple English and multilingual datasets.

ChatGPTComplex QAchain-of-thought
0 likes · 25 min read
Complex Question Answering Evaluation of ChatGPT
DataFunTalk
DataFunTalk
Mar 18, 2023 · Artificial Intelligence

Evaluating ChatGPT on Complex Knowledge‑Base Question Answering Using a Feature‑Driven Multi‑Label Framework

This study presents a comprehensive evaluation of ChatGPT's ability to answer complex knowledge‑base questions by introducing a feature‑driven multi‑label classification framework and applying the CheckList black‑box testing methodology across eight KB‑based CQA datasets, comparing its performance with GPT‑3, GPT‑3.5 and FLAN‑T5.

ChatGPTComplex QAKnowledge Base
0 likes · 24 min read
Evaluating ChatGPT on Complex Knowledge‑Base Question Answering Using a Feature‑Driven Multi‑Label Framework
Ops Development Stories
Ops Development Stories
Apr 21, 2022 · Cloud Native

Essential Kubernetes Production Checklist for Web Services

A comprehensive, step‑by‑step checklist guides teams through documentation, application design, security, CI/CD, Kubernetes configuration, monitoring, testing, and 24/7 support to reliably run web services with HTTP APIs in production on Kubernetes.

DevOpsKubernetesObservability
0 likes · 9 min read
Essential Kubernetes Production Checklist for Web Services
Continuous Delivery 2.0
Continuous Delivery 2.0
Mar 6, 2020 · Operations

Google Incident Postmortem Checklist

The article presents a detailed Google‑derived post‑mortem checklist covering event data collection, root‑cause analysis, lessons learned, actionable improvement items, and review procedures to ensure systematic, non‑blame‑focused incident handling.

OperationsRoot Cause Analysisaction items
0 likes · 5 min read
Google Incident Postmortem Checklist
FunTester
FunTester
Jan 6, 2020 · Fundamentals

Unit Test Case Guide and Checklist

This article explains the purpose of unit testing, outlines best‑practice guidelines for creating and managing unit test plans, and provides a comprehensive checklist covering input validation, date and time verification, security, usability, logging, business logic, reporting, environment, email, and search functionality.

Software Testingchecklistquality assurance
0 likes · 12 min read
Unit Test Case Guide and Checklist
Java Captain
Java Captain
Dec 20, 2018 · Fundamentals

Java API Design Checklist and Guidelines

This article provides a comprehensive checklist for designing Java APIs, covering package organization, naming conventions, type, method, exception, constructor, and documentation best practices, using clear directives such as “must”, “should”, “consider”, and “avoid” to help developers create clean, maintainable, and robust APIs.

api-designbest-practiceschecklist
0 likes · 17 min read
Java API Design Checklist and Guidelines
21CTO
21CTO
Dec 14, 2018 · Fundamentals

Mastering Complete Software Delivery with a Practical Definition‑of‑Done Checklist

Ensuring high‑quality software in agile projects requires a disciplined Definition‑of‑Done checklist that covers functional and non‑functional criteria, including requirements analysis, design reviews, code and security audits, database checks, performance testing, version control, and data migration, all enforced through story‑level tasks and sign‑offs.

Code reviewchecklistdefinition of done
0 likes · 6 min read
Mastering Complete Software Delivery with a Practical Definition‑of‑Done Checklist
Efficient Ops
Efficient Ops
Sep 24, 2018 · Operations

How Checklist Thinking Fuels Ops Professionals' Lifelong Growth

This talk explores how ops engineers can achieve continuous professional development by adopting checklist thinking, covering growth drivers, error classification, practical checklist applications, cognitive models, and design principles that turn complex incidents into systematic, repeatable processes.

DevOpsGrowthOperations
0 likes · 34 min read
How Checklist Thinking Fuels Ops Professionals' Lifelong Growth
网易UEDC
网易UEDC
Jul 2, 2018 · Product Management

How to Turn a Stagnant Interaction Checklist into a Practical Design Tool

This article walks through the why, problems, and step‑by‑step redesign of an interaction self‑checklist, showing how to streamline its format, align it with design workflows, and make it a reusable, memory‑aid tool for product designers.

Interaction DesignProduct DesignUX
0 likes · 10 min read
How to Turn a Stagnant Interaction Checklist into a Practical Design Tool
Architecture Digest
Architecture Digest
Apr 13, 2018 · Frontend Development

2018 Frontend Performance Checklist

This article presents a comprehensive 2018 frontend performance checklist that guides teams from establishing a performance culture and selecting metrics to optimizing build processes, static assets, HTTP/2, security, and monitoring, while offering quick‑win actions for immediate impact.

MetricsSecurityWeb
0 likes · 20 min read
2018 Frontend Performance Checklist
MaGe Linux Operations
MaGe Linux Operations
Feb 22, 2018 · Operations

Essential Post-Holiday Ops Checklist: Keep Your Infrastructure Healthy

After the holiday break, this guide walks operations engineers through a comprehensive checklist—including hardware inspection, server preparation, network device checks, monitoring platform readiness, remote access security, and post‑holiday work review—to ensure systems run smoothly and securely.

Hardwarechecklistmaintenance
0 likes · 9 min read
Essential Post-Holiday Ops Checklist: Keep Your Infrastructure Healthy
MaGe Linux Operations
MaGe Linux Operations
Oct 30, 2017 · Fundamentals

Essential Do’s and Don’ts for Technical Interview Success

This guide presents a comprehensive checklist of actions to take and avoid before, during, and after a technical interview, covering preparation, self‑introduction, problem clarification, coding strategy, post‑coding review, and closing questions to help candidates perform confidently and efficiently.

Interview Preparationalgorithm interviewchecklist
0 likes · 6 min read
Essential Do’s and Don’ts for Technical Interview Success
转转QA
转转QA
Oct 22, 2017 · Backend Development

Evolution and Architecture of a Transaction Service Testing Framework

This article details the evolution of a transaction‑related testing framework, describing its background, objectives, development stages—including all‑in‑one code, method extraction, project separation, data construction, checklist and performance testing—and outlines various test case categories and the lightweight release workflow.

AutomationBackendchecklist
0 likes · 11 min read
Evolution and Architecture of a Transaction Service Testing Framework
Efficient Ops
Efficient Ops
Jan 24, 2017 · Databases

Essential DBA Holiday Checklist: Keep Your Databases Safe During Chinese New Year

This guide outlines the critical tasks DBA teams should perform before, during, and after the Chinese New Year holiday, including daily security practices, pre‑holiday inspections, on‑call rotations, post‑holiday reviews, and detailed checklist scripts to ensure database reliability and prevent incidents.

DBAHolidayOperations
0 likes · 13 min read
Essential DBA Holiday Checklist: Keep Your Databases Safe During Chinese New Year
DevOps
DevOps
Aug 14, 2016 · Fundamentals

Effective Code Review Practices and Checklist

The article shares practical insights and a comprehensive checklist for conducting code reviews, emphasizing formatting, readability, corner‑case coverage, error handling, testing, and architectural considerations to improve code quality and foster team growth.

Code reviewSoftware Engineeringbest practices
0 likes · 8 min read
Effective Code Review Practices and Checklist
Art of Distributed System Architecture Design
Art of Distributed System Architecture Design
May 12, 2015 · Industry Insights

How to Avoid the Hype: Practical Rules for Successful Architecture Refactoring

This article offers goal‑oriented, data‑driven advice and checklists for architecture refactoring, emphasizing realistic technology selection, pressure management, business understanding, handling non‑technical influences, code‑quality practices, and team readiness to ensure effective, sustainable redesigns.

ManagementTechnical Debtarchitecture
0 likes · 7 min read
How to Avoid the Hype: Practical Rules for Successful Architecture Refactoring