Tagged articles

Automation

3297 articles · Page 11 of 33
Code Mala Tang
Code Mala Tang
May 18, 2025 · Fundamentals

5 Must-Have Python CLI Tools to Supercharge Your Terminal

Discover five powerful Python command‑line utilities—httpie, glances, rich‑cli, howdoi, and csvkit—that streamline API interactions, system monitoring, output formatting, quick Stack Overflow answers, complete with installation steps and practical examples to boost your productivity.

AutomationCLI ToolsPython
0 likes · 6 min read
5 Must-Have Python CLI Tools to Supercharge Your Terminal
MaGe Linux Operations
MaGe Linux Operations
May 17, 2025 · Operations

Unlock the Full Stack of Network Technologies: From Core Architecture to Advanced Applications

This comprehensive guide explores modern network engineering, comparing RPR and FDDI, detailing QoS metrics and implementations, dissecting switch forwarding modes, VLAN configurations, router performance and protocol choices, advanced Wi‑Fi 6 features, zero‑trust security, cloud‑native SD‑WAN, and automation with Ansible and AIOps.

AutomationNetworkQoS
0 likes · 10 min read
Unlock the Full Stack of Network Technologies: From Core Architecture to Advanced Applications
Lin is Dream
Lin is Dream
May 17, 2025 · Operations

Mastering DevOps: From Manual Scripts to Automated Jenkins Pipelines

This guide walks through the fundamentals of DevOps, illustrating how to transition from simple command‑line deployments to sophisticated, automated CI/CD pipelines using Jenkins, Docker, and shell scripts, while covering JVM tuning, version management, and common troubleshooting tips.

AutomationCI/CDJenkins
0 likes · 16 min read
Mastering DevOps: From Manual Scripts to Automated Jenkins Pipelines
php Courses
php Courses
May 16, 2025 · Operations

Using Python for Automation in Operations (DevOps)

This article explains why Python is a leading language for DevOps automation, detailing its core advantages, typical use cases such as bulk server management, configuration management, log analysis, and scheduled tasks, and introduces common Python libraries and learning pathways for building robust operational workflows.

AutomationOperationsPython
0 likes · 6 min read
Using Python for Automation in Operations (DevOps)
Liangxu Linux
Liangxu Linux
May 15, 2025 · Artificial Intelligence

Top 5 Fast‑Rising Open‑Source AI Projects on GitHub This Week

This article highlights five open‑source AI projects that saw the fastest star growth on GitHub this week, covering a free Cursor VIP unlocker, an end‑to‑end video translation tool, an offline meeting‑minutes assistant, a personal finance OS, and a versatile AI chatbot SDK, each with key features and repository links.

AIAutomationChatbot
0 likes · 7 min read
Top 5 Fast‑Rising Open‑Source AI Projects on GitHub This Week
php Courses
php Courses
May 15, 2025 · Operations

Using Jenkins to Automate PHP Project Packaging and Deployment

This tutorial demonstrates how PHP developers can set up Jenkins to automate building, testing, and deploying PHP applications by installing Jenkins, creating a job, configuring the repository, environment variables, build scripts, post‑build actions, and running the job for continuous integration and delivery.

AutomationCI/CDDeployment
0 likes · 4 min read
Using Jenkins to Automate PHP Project Packaging and Deployment
vivo Internet Technology
vivo Internet Technology
May 14, 2025 · R&D Management

How Vivo Boosted Internet R&D Efficiency: A Deep Dive into Platform Design and Automation

This article examines Vivo's internet R&D efficiency platform, outlining the rapid growth challenges, the 1‑2‑3 framework of dual‑loop delivery, demand and development standardization, and three key automation scenarios that together reduced delivery time, increased test coverage, and saved hundreds of person‑days.

AutomationPlatform EngineeringR&D efficiency
0 likes · 22 min read
How Vivo Boosted Internet R&D Efficiency: A Deep Dive into Platform Design and Automation
DeWu Technology
DeWu Technology
May 14, 2025 · Operations

How Automated Code Impact Analysis Boosts System Stability and Release Confidence

This article explains the need for automated, module‑level code impact analysis in large‑scale projects, outlines a multi‑step technical solution—including dependency‑graph construction, change detection, CI/CD integration, caching and optimization—and demonstrates how it improves testing coverage, system complexity assessment, and overall stability while reducing manual effort.

AutomationBackend DevelopmentCI/CD
0 likes · 13 min read
How Automated Code Impact Analysis Boosts System Stability and Release Confidence
Liangxu Linux
Liangxu Linux
May 8, 2025 · Operations

Master Advanced Shell Tricks to Supercharge Your Linux Workflow

This guide presents a collection of powerful Linux shell shortcuts, piping techniques, text‑processing commands, process‑management tricks, scripting tips, file‑handling utilities, and security best practices that together transform a novice user into an efficient command‑line power user.

AutomationUnix tools
0 likes · 8 min read
Master Advanced Shell Tricks to Supercharge Your Linux Workflow
Eric Tech Circle
Eric Tech Circle
May 8, 2025 · Artificial Intelligence

How to Tame AI Code Generation with Cursor Rules: A Practical Guide

This article shares practical experience using Cursor's AI code editor, explains the common problem of uncontrolled AI edits, and presents a structured set of Cursor Rules—including basic, three‑layer, and auto‑generated approaches—to improve code quality, reduce rejections, and streamline development workflows.

AI code generationAutomationBest Practices
0 likes · 6 min read
How to Tame AI Code Generation with Cursor Rules: A Practical Guide
DaTaobao Tech
DaTaobao Tech
May 7, 2025 · Frontend Development

Technical Summary of Front‑end AI Practices: AI Quadrant Model, Hongyan AI Coder, and Nextdy Aone Copilot

The article outlines a front‑end AI framework using an AI Four‑Quadrant model and presents two toolchains—Hongyan AI Coder, which automates design‑to‑code and raises productivity by over 30 % with up to 90 % UI generation, and Nextdy Aone Copilot, a VS Code extension that enables LLM‑guided code refactoring and migration via CI—supported by case studies and a roadmap toward a closed‑loop design‑to‑deployment workflow.

AI code generationAutomationBest Practices
0 likes · 13 min read
Technical Summary of Front‑end AI Practices: AI Quadrant Model, Hongyan AI Coder, and Nextdy Aone Copilot
Architect's Must-Have
Architect's Must-Have
May 7, 2025 · Operations

10 Powerful Bash Scripts to Automate System Tasks

This article presents ten advanced Bash script examples that automate common system administration tasks such as backups, resource monitoring, updates, database dumping, FTP uploads, log keyword alerts, report generation, service recovery, temporary file cleanup, and network status checking.

AutomationShell Scriptingbash
0 likes · 5 min read
10 Powerful Bash Scripts to Automate System Tasks
Code Mala Tang
Code Mala Tang
May 4, 2025 · Operations

Master Shell Functions: From Basics to Advanced Automation

This guide explains everything about Shell functions—from basic syntax and creation, through parameter passing, return values, nesting, and recursion, to best practices, sourcing from the command line, and a real‑world file‑backup example—helping Unix/Linux users and DevOps engineers write modular, reusable scripts.

AutomationFunctionsScripting
0 likes · 7 min read
Master Shell Functions: From Basics to Advanced Automation
Test Development Learning Exchange
Test Development Learning Exchange
May 2, 2025 · Fundamentals

29 Minimal Python Code Snippets for API Automation Testing

This article presents 29 concise Python code examples covering common API automation tasks such as JSON conversion, file I/O, dictionary manipulation, request handling, data filtering, encryption, URL encoding, time formatting, exception handling, and regular expressions, each accompanied by clear output and commentary.

API testingAutomationcode snippets
0 likes · 9 min read
29 Minimal Python Code Snippets for API Automation Testing
Baidu Geek Talk
Baidu Geek Talk
Apr 28, 2025 · Operations

How Baidu’s Log Platform Cuts Billions in Cost with Full‑Lifecycle Event Governance

This article details Baidu's log platform point‑governance practice, explaining why uncontrolled event logging inflates storage and compute costs, and describing a three‑stage solution—manual, semi‑automatic platform, and full‑lifecycle standardization—that uses anomaly detection, automated workflows, and IM bots to achieve massive PV reduction and annual cost savings.

AutomationCost OptimizationOperations
0 likes · 20 min read
How Baidu’s Log Platform Cuts Billions in Cost with Full‑Lifecycle Event Governance
Eric Tech Circle
Eric Tech Circle
Apr 28, 2025 · Artificial Intelligence

How Cursor 0.49’s Auto‑Generated Project Rules Can Supercharge Your Development Workflow

This article walks through Cursor 0.49’s new auto‑generated Project Rules feature, explains its key updates, provides step‑by‑step instructions for creating rules from chat context, showcases real‑world tests on front‑end projects, and offers practical best‑practice recommendations and cautions for developers.

AI codingAutomationBest Practices
0 likes · 9 min read
How Cursor 0.49’s Auto‑Generated Project Rules Can Supercharge Your Development Workflow
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Apr 27, 2025 · Game Development

Texture Density Checking and Art Asset QA in Game Development: A Case Study and Practical Solutions

This article examines a game‑development incident caused by excessive texture density, analyzes the underlying issues, and presents a comprehensive QA workflow—including requirement analysis, a Blender‑based density‑checking pipeline, web heat‑map visualization, post‑commit automation, and lessons learned—to improve art asset quality and prevent performance crashes.

AutomationBlenderGame Development
0 likes · 14 min read
Texture Density Checking and Art Asset QA in Game Development: A Case Study and Practical Solutions
Python Programming Learning Circle
Python Programming Learning Circle
Apr 26, 2025 · Frontend Development

Building a Selenium + Pytest Automation Framework in Python

This tutorial walks through creating a modular Selenium automation framework with Pytest, covering project structure, utility modules, configuration handling, logging, Page Object Model implementation, test case writing, HTML reporting, and email distribution, all illustrated with complete Python code examples.

AutomationPageObjectTesting
0 likes · 32 min read
Building a Selenium + Pytest Automation Framework in Python
Liangxu Linux
Liangxu Linux
Apr 26, 2025 · Artificial Intelligence

Top 5 Fast‑Growing Open‑Source AI Projects on GitHub This Week

This week’s GitHub star surge highlights five open‑source AI projects—a free Cursor VIP tool, a one‑stop video translation and dubbing platform, a privacy‑first meeting‑minutes assistant, an open‑source personal finance OS, and a highly customizable AI chatbot SDK—each with key features, deployment options, and repository links.

AIAutomationGitHub
0 likes · 7 min read
Top 5 Fast‑Growing Open‑Source AI Projects on GitHub This Week
Raymond Ops
Raymond Ops
Apr 25, 2025 · Operations

Master Ansible Playbooks: From YAML Basics to Advanced Handlers

This guide walks you through Ansible playbooks, covering YAML syntax rules, data types, sample playbooks for installing software, execution commands, idempotency concepts, and how to use handlers for conditional task execution, providing clear examples and command‑line outputs.

AnsibleAutomationHandlers
0 likes · 10 min read
Master Ansible Playbooks: From YAML Basics to Advanced Handlers
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.

AIAutomationGitLab
0 likes · 17 min read
AI-Powered Code Review System: Design, Implementation, and Lessons Learned
Java Captain
Java Captain
Apr 22, 2025 · Operations

Improving Cron Job Stability and Monitoring with Best Practices and Healthchecks

The article analyzes common cron job failures such as accidental deletions, OOM crashes, and lack of monitoring, then proposes standardized Jenkins deployment, automatic server selection, lock mechanisms, queue-based processing, status awareness, and the use of the open‑source Healthchecks system to achieve proactive detection and alerting.

AutomationOperationsTask scheduling
0 likes · 8 min read
Improving Cron Job Stability and Monitoring with Best Practices and Healthchecks
Java Architect Essentials
Java Architect Essentials
Apr 21, 2025 · Frontend Development

Eight Practical Browser Compatibility Testing Tools for Front‑End Developers

This guide introduces eight widely used browser compatibility testing tools, compares their types, features, and supported environments, explains typical usage scenarios such as IE‑specific testing, multi‑browser screenshots, cloud automation, interactive debugging, and layout consistency checks, and shares practical tips to avoid common pitfalls, helping developers reduce testing time by over 60%.

AutomationToolsbrowser testing
0 likes · 7 min read
Eight Practical Browser Compatibility Testing Tools for Front‑End Developers
Python Programming Learning Circle
Python Programming Learning Circle
Apr 21, 2025 · Game Development

Building an Automated Minesweeper Solver with Python and OpenCV

This article provides a step‑by‑step guide to creating a Python‑based automated Minesweeper solver using OpenCV for screen capture, win32gui for window handling, and custom image‑recognition and solving algorithms, including environment setup, frame extraction, block segmentation, classification, and click automation.

AutomationGame BotImage processing
0 likes · 12 min read
Building an Automated Minesweeper Solver with Python and OpenCV
Nightwalker Tech
Nightwalker Tech
Apr 21, 2025 · Artificial Intelligence

Turning AI into a Reliable Engineering Partner: Methodology, Rules, and Practices

This article outlines a comprehensive methodology for integrating AI—particularly large language models—into software development workflows by establishing knowledge‑base templates, rule systems, multi‑model collaboration, context management, and task decomposition to transform AI from a whimsical code generator into a trustworthy engineering partner.

AIAutomationLLM
0 likes · 16 min read
Turning AI into a Reliable Engineering Partner: Methodology, Rules, and Practices
JavaScript
JavaScript
Apr 19, 2025 · Artificial Intelligence

Turn Tech News into Audio: Build a Custom Developer Podcast with MiniMax MCP Server

This guide shows how to configure MiniMax MCP Server, register an API key, install the uv package manager, set up the server in Cursor, and use simple text commands to automatically gather daily developer news, generate a markdown summary, convert it into high‑quality audio, and assemble a personalized podcast, illustrating the broader creative possibilities of AI‑enhanced development.

AIAutomationDeveloperTools
0 likes · 7 min read
Turn Tech News into Audio: Build a Custom Developer Podcast with MiniMax MCP Server
37 Interactive Technology Team
37 Interactive Technology Team
Apr 18, 2025 · Artificial Intelligence

Improving Development Efficiency with Cursor IDE Project Rules: A Practical Guide

The guide shows how Cursor IDE’s Project Rules let AI automatically generate reusable code for adding new data sources, cutting development time from days to hours, with near‑100% success across two validation methods, and suggests broader rule design could boost productivity even further.

AI-assisted codingAutomationCursor IDE
0 likes · 5 min read
Improving Development Efficiency with Cursor IDE Project Rules: A Practical Guide
DaTaobao Tech
DaTaobao Tech
Apr 18, 2025 · Frontend Development

How AI Is Transforming Frontend Development: From Design‑to‑Code to Automated Testing

This article explores how AI-driven tools are reshaping frontend engineering by automating design‑to‑code conversion, interface‑to‑data‑model mapping, private component integration, code fitting, AI code review, and automated test regression, and it evaluates their impact on efficiency and future development workflows.

AIAutomationCodeGeneration
0 likes · 37 min read
How AI Is Transforming Frontend Development: From Design‑to‑Code to Automated Testing
Dual-Track Product Journal
Dual-Track Product Journal
Apr 18, 2025 · Operations

How to Stop Expired Products From Haunting Your Warehouse: 7 Proven Strategies

This article examines real‑world expiration‑management failures in e‑commerce warehouses and presents seven actionable solutions—including dynamic warnings, tiered alerts, responsibility chains, data platforms, and IoT automation—to prevent waste, protect brand reputation, and streamline operations.

AutomationWarehouse Operationse-commerce
0 likes · 6 min read
How to Stop Expired Products From Haunting Your Warehouse: 7 Proven Strategies
MaGe Linux Operations
MaGe Linux Operations
Apr 17, 2025 · Operations

Top 10 Essential Ops Tools Every Engineer Should Master

This article introduces the ten most frequently used operations engineering tools, detailing each tool's functions, suitable scenarios, advantages, and real‑world examples, and includes practical code snippets to help engineers automate and streamline their daily workflows.

AutomationLinux toolsOperations
0 likes · 8 min read
Top 10 Essential Ops Tools Every Engineer Should Master
Efficient Ops
Efficient Ops
Apr 16, 2025 · Operations

Top 10 Essential Ops Tools Every Engineer Should Master

This article introduces ten indispensable operations engineering tools—Shell scripts, Git, Ansible, Prometheus, Grafana, Docker, Kubernetes, Nginx, ELK Stack, and Zabbix—detailing their functions, suitable scenarios, advantages, and real‑world examples, plus sample code snippets to help engineers automate and monitor infrastructure efficiently.

AutomationOperationsdevops
0 likes · 9 min read
Top 10 Essential Ops Tools Every Engineer Should Master
Python Programming Learning Circle
Python Programming Learning Circle
Apr 15, 2025 · Artificial Intelligence

Automatic Math Expression Grading with Python, CNN and Image Processing

This tutorial explains how to generate synthetic digit fonts, build a convolutional neural network to recognize handwritten arithmetic expressions, segment images using projection methods, evaluate the results with Python's eval function, and overlay feedback symbols on the original image, providing a complete end‑to‑end solution.

AutomationCNNImageProcessing
0 likes · 27 min read
Automatic Math Expression Grading with Python, CNN and Image Processing
Big Data Tech Team
Big Data Tech Team
Apr 14, 2025 · Industry Insights

How DeepSeek AI is Transforming Data Warehouses: From Automation to Real‑Time Insights

DeepSeek leverages large‑model AI to automate requirement analysis, intelligent modeling, performance tuning, and value extraction in data warehouses, addressing low development efficiency, high O&M cost, latency, and lack of intelligence while showcasing concrete use‑case results across finance, e‑commerce, and manufacturing.

AIAutomationData Warehouse
0 likes · 9 min read
How DeepSeek AI is Transforming Data Warehouses: From Automation to Real‑Time Insights
Test Development Learning Exchange
Test Development Learning Exchange
Apr 13, 2025 · Backend Development

Mastering API Request Wrappers in Pytest: Reusable GET, POST, PUT, DELETE

Learn how to boost code reuse and maintainability in API automation by encapsulating common HTTP methods (GET, POST, PUT, DELETE, etc.) within a Pytest-friendly RequestUtil class, complete with logging, exception handling, session management, dynamic headers, and timeout support, plus practical test examples.

API testingAutomationHTTP requests
0 likes · 11 min read
Mastering API Request Wrappers in Pytest: Reusable GET, POST, PUT, DELETE
DataFunSummit
DataFunSummit
Apr 13, 2025 · Big Data

Data Governance at Didi: Interview with Liu Chao on Big Data Asset Management

In this interview, Didi data governance lead Liu Chao discusses his career journey, the unique technical architecture of Didi’s big‑data governance system, cost‑driven pricing models, metadata management, lineage extraction, automation practices, and offers practical advice for enterprises seeking effective data governance.

AutomationBig DataCost-based Pricing
0 likes · 12 min read
Data Governance at Didi: Interview with Liu Chao on Big Data Asset Management
DevOps Engineer
DevOps Engineer
Apr 13, 2025 · Fundamentals

Setting Up Sphinx and ReadTheDocs for Automated Documentation in Python Projects

This guide explains why Sphinx and ReadTheDocs are a powerful combination for generating and hosting documentation, and provides step‑by‑step instructions—including installing dependencies, initializing the project, configuring conf.py, adding a .readthedocs.yml file, and linking the repository—so that documentation is built automatically on each commit.

AutomationPythonReadTheDocs
0 likes · 6 min read
Setting Up Sphinx and ReadTheDocs for Automated Documentation in Python Projects
Python Programming Learning Circle
Python Programming Learning Circle
Apr 12, 2025 · Fundamentals

Comprehensive Collection of Python Batch Automation Scripts

This article provides a curated set of Python scripts that automate common batch tasks—including merging Excel and CSV files, renaming and moving files, PDF merging, image conversion and processing, QR‑code and word‑cloud generation, holiday marking, and bulk email sending—complete with ready‑to‑run code examples.

AutomationBatch OperationsFile Processing
0 likes · 25 min read
Comprehensive Collection of Python Batch Automation Scripts
Dual-Track Product Journal
Dual-Track Product Journal
Apr 11, 2025 · Operations

Why Your Replenishment System Traps You in a ‘More Restock, More Shortage’ Loop—and How to Fix It

This article dissects common failures in e‑commerce replenishment—such as hot‑product black holes, slow‑moving stock graves, and supply‑chain avalanches—and presents a seven‑step framework of dynamic forecasting, tiered strategies, distributed inventory, and automated safeguards to stabilize inventory levels.

AutomationOperationsforecasting
0 likes · 9 min read
Why Your Replenishment System Traps You in a ‘More Restock, More Shortage’ Loop—and How to Fix It
Eric Tech Circle
Eric Tech Circle
Apr 11, 2025 · Industry Insights

Unlock Maximum Productivity with Cursor: Proven Best Practices for Developers

This guide shares a systematic, experience‑driven approach to leveraging Cursor’s AI capabilities—from project planning and codebase structuring to custom AI rules, Notepad management, version‑control integration, and advanced workflow automation—helping teams boost development speed while maintaining code quality.

AI coding assistantAutomationBest Practices
0 likes · 11 min read
Unlock Maximum Productivity with Cursor: Proven Best Practices for Developers
Architecture & Thinking
Architecture & Thinking
Apr 10, 2025 · Frontend Development

How I Used Zulu AI to Auto‑Generate a Full SVG‑to‑GIF Converter

In this article I describe how I leveraged Zulu's AI capabilities within VSCode to automatically generate a complete front‑end interface, back‑end conversion logic, and routing files for an SVG‑to‑GIF tool, complete with screenshots of the generated code and the final animated result.

AI code generationAutomationSVG to GIF
0 likes · 4 min read
How I Used Zulu AI to Auto‑Generate a Full SVG‑to‑GIF Converter
Python Programming Learning Circle
Python Programming Learning Circle
Apr 8, 2025 · Fundamentals

10 Practical Python Scripts to Boost Your Productivity

Discover ten highly useful Python scripts covering tasks such as batch file renaming, web image downloading, automated emailing, password generation, Excel data processing, image compression, weather querying, PDF merging, text-to-speech conversion, and a simple Snake game, each with code, explanation, and tips.

Automationproductivitytutorial
0 likes · 10 min read
10 Practical Python Scripts to Boost Your Productivity
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Apr 8, 2025 · Frontend Development

auto-i18n-translation-plugins: Automatic Internationalization for Frontend Projects

This article introduces the auto-i18n-translation-plugins, a framework‑agnostic Vite/Webpack plugin that automatically extracts Chinese text from source code, replaces it with hash‑based $t calls, generates language packs, and seamlessly translates new or incremental strings using configurable translators such as Youdao or Google.

AutomationVitei18n
0 likes · 18 min read
auto-i18n-translation-plugins: Automatic Internationalization for Frontend Projects
Python Programming Learning Circle
Python Programming Learning Circle
Apr 7, 2025 · Fundamentals

Python Excel Automation: Using xlrd, xlwt, and xlutils for Reading, Writing, and Modifying Excel Files

This article provides a comprehensive guide to Python Excel automation, comparing nine Excel libraries, and offering step‑by‑step tutorials with code examples for reading with xlrd, writing with xlwt, and copying/modifying workbooks with xlutils, including installation commands and formatting techniques.

AutomationDataProcessingExcel
0 likes · 14 min read
Python Excel Automation: Using xlrd, xlwt, and xlutils for Reading, Writing, and Modifying Excel Files
BirdNest Tech Talk
BirdNest Tech Talk
Apr 3, 2025 · Artificial Intelligence

How Genspark’s Super Agent Outperforms OpenAI and Manus in GAIA Benchmarks

Genspark’s newly released Super Agent, built on a Mixture‑of‑Agents architecture that combines eight specialized LLMs and over 80 tools, claims to autonomously plan, execute, and integrate external services across tasks such as travel planning and video summarization, and reportedly surpasses OpenAI and Manus in the GAIA benchmark while offering instant access without an invitation code.

AI AgentAutomationGAIA benchmark
0 likes · 4 min read
How Genspark’s Super Agent Outperforms OpenAI and Manus in GAIA Benchmarks
Test Development Learning Exchange
Test Development Learning Exchange
Apr 2, 2025 · Backend Development

API Association Wrapping with Pytest: A Complete Step‑by‑Step Guide

This article explains how to implement API association wrapping in Pytest, covering environment setup, test file creation, dependency imports, detailed test case definitions with sample code for login, user creation, retrieval and update, execution of the suite, result verification, and advanced project structuring for complex scenarios.

API testingAutomationIntegration Testing
0 likes · 8 min read
API Association Wrapping with Pytest: A Complete Step‑by‑Step Guide
21CTO
21CTO
Apr 2, 2025 · Artificial Intelligence

Can AI Shrink the Workweek to Two Days? Bill Gates' Bold Prediction

Bill Gates predicts that rapid AI advances could automate most tasks, potentially reducing the standard workweek to just two days within a decade, sparking debate about productivity, burnout, and which professions—like software developers, biologists, and energy experts—might survive the AI revolution.

AIAutomationBill Gates
0 likes · 6 min read
Can AI Shrink the Workweek to Two Days? Bill Gates' Bold Prediction
Python Programming Learning Circle
Python Programming Learning Circle
Apr 1, 2025 · Backend Development

Implementing Local QR Code Login for QQ Music Using Python

This tutorial walks through building a Python script that fetches a QQ Music QR code, displays it locally, monitors its status, extracts required encrypted parameters from cookies, and completes the login process by repeatedly polling the authentication endpoint to obtain a session.

AutomationQR loginWeb Scraping
0 likes · 13 min read
Implementing Local QR Code Login for QQ Music Using Python
Efficient Ops
Efficient Ops
Mar 31, 2025 · Artificial Intelligence

How the Model Context Protocol (MCP) Is Revolutionizing AI Operations

The Model Context Protocol (MCP) lets large language models safely and directly access diverse data sources and tools, breaking data silos and enabling seamless AI‑driven automation across development, operations, and multi‑agent workflows.

AI integrationAutomationLLM
0 likes · 5 min read
How the Model Context Protocol (MCP) Is Revolutionizing AI Operations
Software Engineering 3.0 Era
Software Engineering 3.0 Era
Mar 30, 2025 · Artificial Intelligence

Top 10 AI Agent Frameworks Transforming Software Development

The article analyzes ten leading AI agent frameworks for software engineering, detailing each system's autonomous planning, environment interaction, memory management, and real‑world case studies, while also discussing their impact on development workflows and future trends in AI‑driven coding.

AI agentsAutomationLLM
0 likes · 17 min read
Top 10 AI Agent Frameworks Transforming Software Development
Eric Tech Circle
Eric Tech Circle
Mar 27, 2025 · Frontend Development

How to Turn Figma Designs into Production-Ready Code with Cursor AI

This guide explains why using Figma design files with Cursor AI yields more accurate, collaborative, and scalable front‑end code generation, walks through preparing the Figma API key, configuring the MCP service, step‑by‑step conversion workflows, advanced prompting tips, integration strategies, and troubleshooting common issues.

AutomationCursor AIFigma
0 likes · 9 min read
How to Turn Figma Designs into Production-Ready Code with Cursor AI
FunTester
FunTester
Mar 27, 2025 · Fundamentals

What Makes a Great Test Framework? Core Skills and Key Features Explained

Designing an excellent test framework demands solid programming expertise, architectural thinking, and meticulous attention to detail, covering core capabilities such as coding standards, design patterns, extensibility, automation, CI/CD integration, reporting, performance, and continuous feedback to ensure usability, maintainability, and scalability.

AutomationCI/CDMocking
0 likes · 13 min read
What Makes a Great Test Framework? Core Skills and Key Features Explained
Architect's Guide
Architect's Guide
Mar 24, 2025 · Frontend Development

One-Click Frontend Generation Tool for Backend Developers

This article introduces a free, online tool that lets backend developers quickly generate complete frontend management pages—such as CRUD interfaces—by uploading database schemas or descriptor files, detailing step‑by‑step usage, configuration options, and code snippets for rapid, no‑code UI creation.

AutomationCRUDFrontend
0 likes · 7 min read
One-Click Frontend Generation Tool for Backend Developers
Test Development Learning Exchange
Test Development Learning Exchange
Mar 23, 2025 · Backend Development

Fundamentals and Best Practices of API Testing

This article provides a comprehensive overview of API testing fundamentals, tools, design strategies, defect management, special scenarios, and soft skills, offering practical guidance on how to plan, execute, and optimize tests for REST and SOAP services.

API testingAutomationPostman
0 likes · 11 min read
Fundamentals and Best Practices of API Testing
Software Engineering 3.0 Era
Software Engineering 3.0 Era
Mar 23, 2025 · Artificial Intelligence

How a 15‑Person Team Leveraged AI to Earn Tens of Millions Monthly and Let Anyone Build Apps

A 15‑person startup turned an open‑source AI coding tool into Lovable, generating tens of millions in monthly revenue by enabling non‑programmers to create functional apps in minutes, while also boosting developer productivity twentyfold through a self‑healing, community‑driven platform.

AIAutomationGPT Engineer
0 likes · 11 min read
How a 15‑Person Team Leveraged AI to Earn Tens of Millions Monthly and Let Anyone Build Apps
DevOps
DevOps
Mar 19, 2025 · Artificial Intelligence

From Claude 3.5 Sonnet to Manus: The Evolution and Landscape of Computer‑Use AI Agents

This article surveys the rapid development of computer‑use AI agents—from Anthropic’s Claude 3.5 Sonnet and OpenAI’s Operator to the multi‑agent Manus platform—detailing their capabilities, benchmark results, open‑source alternatives, practical challenges, and future prospects for autonomous digital assistants.

AI agentsAnthropicAutomation
0 likes · 24 min read
From Claude 3.5 Sonnet to Manus: The Evolution and Landscape of Computer‑Use AI Agents
IT Architects Alliance
IT Architects Alliance
Mar 19, 2025 · Artificial Intelligence

AIGC: The “Super Engine” for Full-Stack Development?

By 2025, AIGC is poised to transform full‑stack development, automating requirement analysis, code generation, testing, and deployment, thereby accelerating productivity while prompting developers to upskill and collaborate with AI rather than fear replacement.

AIGCArtificial IntelligenceAutomation
0 likes · 11 min read
AIGC: The “Super Engine” for Full-Stack Development?
Python Programming Learning Circle
Python Programming Learning Circle
Mar 18, 2025 · Cloud Native

Automating Kubernetes Operations with the Python Client

This article demonstrates how to use the Python Kubernetes client to programmatically restart deployments, scale them, execute commands inside pods, apply node taints, retrieve cluster metrics, and convert between YAML/JSON and client objects, providing practical code examples for cloud‑native automation.

APIAutomationKubernetes
0 likes · 8 min read
Automating Kubernetes Operations with the Python Client
Cloud Native Technology Community
Cloud Native Technology Community
Mar 18, 2025 · Cloud Native

Best Practices for Managing Core Services in Large‑Scale Kubernetes Deployments

Scaling Kubernetes across dozens or hundreds of clusters requires standardized core services—networking, security, observability, and automation—so organizations should adopt templated configurations, GitOps tools, centralized monitoring, and automated certificate management to reduce complexity, improve security, and lower operational overhead.

AutomationGitOpsKubernetes
0 likes · 8 min read
Best Practices for Managing Core Services in Large‑Scale Kubernetes Deployments
Python Programming Learning Circle
Python Programming Learning Circle
Mar 17, 2025 · Cloud Native

Automating Kubernetes Tasks with the Python Client Library

This tutorial demonstrates how to set up a local KinD cluster, configure authentication, use raw curl commands, and employ the official Kubernetes Python client to list pods, create deployments, watch events, and manage RBAC, providing a complete guide for automating Kubernetes operations with Python.

APIAutomationKubernetes
0 likes · 11 min read
Automating Kubernetes Tasks with the Python Client Library
Test Development Learning Exchange
Test Development Learning Exchange
Mar 15, 2025 · Operations

API Automation Testing: Requirement Analysis, Test Case Design, and Best Practices

This article outlines a comprehensive approach to API automation testing, covering requirement analysis, test case design for functional, performance, and security aspects, tool selection, a practical login‑API case study, and best practices such as CI/CD integration, regression testing, and environment management.

API testingAutomationCI/CD
0 likes · 4 min read
API Automation Testing: Requirement Analysis, Test Case Design, and Best Practices
AI Algorithm Path
AI Algorithm Path
Mar 15, 2025 · Artificial Intelligence

Why the Industry Is Shifting From AI Agents to Agentic Workflows

The article explains that low accuracy and security risks of current AI agents—evidenced by a Claude AI Agent achieving only 14% of human performance and an average success rate of about 20%—are driving a move toward agentic workflows, which offer observable, auditable, and data‑synthesizing pipelines that dramatically improve enterprise productivity.

AI agentsAutomationData Synthesis
0 likes · 7 min read
Why the Industry Is Shifting From AI Agents to Agentic Workflows
php Courses
php Courses
Mar 14, 2025 · Fundamentals

Top 10 Application Areas of Python with Sample Code

This article introduces ten major fields where Python excels—including web development, data science, automation, web crawling, game development, desktop applications, DevOps, IoT, blockchain, and education—provides brief overviews, lists common tools or libraries, and supplies concise code examples for each use case.

AutomationGame DevelopmentIoT
0 likes · 9 min read
Top 10 Application Areas of Python with Sample Code
Nightwalker Tech
Nightwalker Tech
Mar 14, 2025 · Backend Development

Overview and Installation Guide for Various MCP Services and Their Use with Sequential Thinking for Manus‑like Effects

This article introduces several Model Context Protocol (MCP) services—including Sequential Thinking, Firecrawl, Fetch, Hot News, Playwright, Magic, and Brave Search—provides their GitHub links, detailed Mac and Windows installation commands, and explains how to combine them with a Sequential Thinking prompt to achieve a Manus‑style AI agent workflow.

AIAutomationInstallation
0 likes · 9 min read
Overview and Installation Guide for Various MCP Services and Their Use with Sequential Thinking for Manus‑like Effects
iQIYI Technical Product Team
iQIYI Technical Product Team
Mar 13, 2025 · Operations

Automated Load Testing and Circuit Breaker Process for System Stability

To prevent performance degradation as systems scale, the team implemented an automated load‑testing and circuit‑breaker workflow that runs in the release pipeline, compares real‑time metrics against a baseline of CPU, QPS, memory and latency, blocks releases exceeding a 10 % drop, and logs issues, resulting in thousands of tests, dozens of bugs fixed, and up to 90 % faster wordlist creation.

Automationcircuit breakerload testing
0 likes · 6 min read
Automated Load Testing and Circuit Breaker Process for System Stability
Liangxu Linux
Liangxu Linux
Mar 12, 2025 · Operations

Automating Hourly Server Backups with rsync, tar, and Cron

This guide details a step‑by‑step solution for hourly client backups of /etc and /var/log, naming conventions, rsync transfer, integrity checks, email notifications, and cleanup on both client and server sides using Bash scripts and cron jobs.

AutomationLinuxbackup
0 likes · 12 min read
Automating Hourly Server Backups with rsync, tar, and Cron
dbaplus Community
dbaplus Community
Mar 11, 2025 · Operations

How a Unified White‑Screen Ops Platform Transformed Multi‑Cloud Middleware Management

This article details the challenges of traditional middleware operations, explains how Kubernetes and Operators were leveraged to build a unified, visual, and automated platform that standardizes, automates, and visualizes multi‑cloud resource management, and reports the significant efficiency, cost, and safety gains achieved across dozens of clusters.

AutomationKubernetesMiddleware
0 likes · 23 min read
How a Unified White‑Screen Ops Platform Transformed Multi‑Cloud Middleware Management
php Courses
php Courses
Mar 11, 2025 · Operations

Using Jenkins Pipeline for Continuous Integration and Deployment of PHP Applications

This article provides a step‑by‑step guide on setting up Jenkins Pipeline to automate the continuous integration, testing, and deployment of PHP applications, covering prerequisite installations, plugin configuration, Jenkinsfile creation with stages for checkout, build, test, and deployment, and how to run the pipeline.

AutomationCI/CDJenkins
0 likes · 6 min read
Using Jenkins Pipeline for Continuous Integration and Deployment of PHP Applications
Java Web Project
Java Web Project
Mar 11, 2025 · Artificial Intelligence

Claude 3.7 Sonnet: How the Hybrid Reasoning Model Redefines AI‑Assisted Coding

Claude 3.7 Sonnet, billed as the world’s first hybrid‑reasoning model, dramatically boosts code generation, supports fast‑response and extended‑thinking modes, and demonstrates real‑world UI reconstruction, game creation, and physics simulation, while its companion Claude Code tool automates complex engineering tasks and large‑codebase integration.

AI code generationAutomationClaude 3.7
0 likes · 6 min read
Claude 3.7 Sonnet: How the Hybrid Reasoning Model Redefines AI‑Assisted Coding
AI Product Manager Community
AI Product Manager Community
Mar 8, 2025 · Artificial Intelligence

How OWL AI Agent Outperforms OpenManus: Technical Deep Dive

The article introduces the OWL (Optimized Workforce Learning) general‑purpose AI agent, explains its six‑step architecture, benchmark performance surpassing OpenManus, and argues that its innovations represent genuine application‑level advancement rather than mere “shell‑wrapping,” while highlighting its multi‑agent collaboration framework.

AIAutomationMulti-agent
0 likes · 5 min read
How OWL AI Agent Outperforms OpenManus: Technical Deep Dive
Liangxu Linux
Liangxu Linux
Mar 8, 2025 · Fundamentals

Master Shell Scripting: From Basics to Advanced Control Structures

This guide explains what a shell script file is, how to write Bash scripts with proper syntax, manage variables, use redirection, pipes, quoting, grep, operators, arrays, control flow statements, functions, and even automate interactions with an Expect script, providing clear examples for each concept.

AutomationControl structuresScript
0 likes · 11 min read
Master Shell Scripting: From Basics to Advanced Control Structures
Code Mala Tang
Code Mala Tang
Mar 3, 2025 · Artificial Intelligence

Unlock AI’s Full Potential with Structured Prompt Decorators

Prompt Decorators are structured prefixes that standardize and enhance AI responses, addressing common challenges like vague prompts, inconsistent answers, and lack of reasoning by guiding the model to produce clear, logical, and well‑organized outputs across various use cases.

AIAutomationLLM
0 likes · 23 min read
Unlock AI’s Full Potential with Structured Prompt Decorators
Nightwalker Tech
Nightwalker Tech
Mar 1, 2025 · Artificial Intelligence

Exploring Cursor’s Agent Mode: Features, Usage Tips, and Advanced Techniques

This article introduces Cursor’s AI‑driven Agent mode, details the latest updates, explains core functionalities, shows how to enable and use it, and provides seven advanced tips—including context management, code generation, version control, and custom AI rules—to boost developer productivity.

AutomationCursorcode editor
0 likes · 19 min read
Exploring Cursor’s Agent Mode: Features, Usage Tips, and Advanced Techniques
IT Architects Alliance
IT Architects Alliance
Feb 28, 2025 · Industry Insights

How AIGC Is Redefining Full‑Stack Development in 2025

In 2025, AIGC technology is transforming every stage of full‑stack development—from precise AI‑driven requirement analysis and automated UI design to code generation and intelligent testing—while also raising technical, ethical, and talent challenges that developers must address.

AIAIGCAutomation
0 likes · 22 min read
How AIGC Is Redefining Full‑Stack Development in 2025
Liangxu Linux
Liangxu Linux
Feb 27, 2025 · Fundamentals

Mastering sed: 30+ Powerful Text Manipulation Tricks for Linux

This comprehensive guide walks you through the essential and advanced features of the Linux sed command, showing how to perform bulk text replacements, deletions, insertions, line extraction, and powerful integrations with find, grep, awk, xargs, and tee, enabling efficient automation of log analysis, configuration updates, and data processing tasks.

AutomationLinuxShell Scripting
0 likes · 18 min read
Mastering sed: 30+ Powerful Text Manipulation Tricks for Linux
FunTester
FunTester
Feb 27, 2025 · Operations

Lume: A Lightweight CLI Tool for Managing macOS and Linux Virtual Machines on Apple Silicon

Lume is an open‑source, lightweight command‑line and API tool designed for Apple Silicon that simplifies creation, control, and automation of macOS and Linux virtual machines using macOS’s Virtualization.framework, offering installation methods, core commands, architecture details, advantages, limitations, and typical use cases.

Apple SiliconAutomationCLI
0 likes · 8 min read
Lume: A Lightweight CLI Tool for Managing macOS and Linux Virtual Machines on Apple Silicon
FunTester
FunTester
Feb 25, 2025 · Industry Insights

From Manual Tester to Automation Engineer: A Complete Career Roadmap and Learning Guide

This comprehensive guide walks software testers through the transition from basic functional testing to advanced automation, performance, and DevOps roles, offering a detailed learning roadmap, practical tips, and curated resources to boost skills, increase marketability, and secure higher‑pay positions in the testing industry.

AutomationCI/CDPython
0 likes · 28 min read
From Manual Tester to Automation Engineer: A Complete Career Roadmap and Learning Guide
Ops Development & AI Practice
Ops Development & AI Practice
Feb 22, 2025 · Operations

Why Terraform Is the Go-To Tool for Modern Infrastructure Automation

This article explains how Terraform, as an Infrastructure as Code solution, streamlines infrastructure management by offering declarative configuration, automation, version control, repeatability, and testing, while outlining its advantages, typical use cases, a comparison with other IaC tools, and step‑by‑step installation and workflow guidance.

AutomationCloud ComputingOperations
0 likes · 9 min read
Why Terraform Is the Go-To Tool for Modern Infrastructure Automation
Java Architecture Diary
Java Architecture Diary
Feb 21, 2025 · Fundamentals

Boost Your Git Workflow: Master AI-Powered Conventional Commits

This article explains how AI Commits automatically generate standardized Conventional Commit messages by analyzing code diffs and project context, outlines the Conventional Commits specification, details the AI workflow steps, and provides practical setup guides for IntelliJ plugins and prompt templates.

AI CommitsAutomationGit
0 likes · 8 min read
Boost Your Git Workflow: Master AI-Powered Conventional Commits
DevOps Cloud Academy
DevOps Cloud Academy
Feb 19, 2025 · Operations

Top 10 DevOps Project Ideas with Source Code for 2025

This article introduces ten practical DevOps project ideas for 2025, explains the core concepts behind each project, and provides direct source‑code links so readers can build, test, and showcase their DevOps skills across containers, CI/CD pipelines, Kubernetes, Terraform, and more.

AutomationCI/CDDocker
0 likes · 10 min read
Top 10 DevOps Project Ideas with Source Code for 2025