Tagged articles
21 articles
Page 1 of 1
Su San Talks Tech
Su San Talks Tech
Apr 4, 2026 · Artificial Intelligence

How JetBrains AIR Redefines AI‑Powered Development: A Hands‑On Guide

JetBrains AIR is a new AI‑first IDE that integrates intelligent agents into the core workflow, offering macOS installation, project opening, task definition with context, permission controls, parallel execution, review tools, and MCP server integration for extensible AI‑assisted development.

AI CodingAI IDEJetBrains AIR
0 likes · 6 min read
How JetBrains AIR Redefines AI‑Powered Development: A Hands‑On Guide
AI Step-by-Step
AI Step-by-Step
Mar 22, 2026 · Artificial Intelligence

How OpenClaw’s Agent Loop Turns Chat into Actionable Tasks

OpenClaw distinguishes itself from ordinary chatbots by employing an Agent Loop—a task‑driving execution chain that normalizes inputs, assembles context, makes model‑based decisions, suspends for tool results, and writes back state, enabling continuous task progression rather than single‑turn replies.

AI AgentAgent LoopOpenClaw
0 likes · 10 min read
How OpenClaw’s Agent Loop Turns Chat into Actionable Tasks
AI Code to Success
AI Code to Success
Mar 16, 2026 · Artificial Intelligence

Boost Development Speed 60%: Parallel Tasks with Claude Code and Git Worktree

This guide explains how to combine Git worktree with Claude Code to run multiple independent bugs or features in parallel, showing concrete examples, templates, best‑practice tips, common pitfalls, and measurable time‑saving results for developers seeking faster, more efficient workflows.

AI coding assistantClaude CodeParallel Development
0 likes · 13 min read
Boost Development Speed 60%: Parallel Tasks with Claude Code and Git Worktree
Eric Tech Circle
Eric Tech Circle
Aug 8, 2025 · Artificial Intelligence

How Cursor’s AI Agent Turns Complex Tasks into Structured To‑Do Lists

This article explains how Cursor’s Agent mode uses intelligent planning to automatically break down complex development requirements into manageable To‑Do items, covering its key features, setup prerequisites, practical usage examples, prompt formatting tips, and a brief comparison with other AI‑assisted coding tools.

AI PlanningCursoragent mode
0 likes · 6 min read
How Cursor’s AI Agent Turns Complex Tasks into Structured To‑Do Lists
Nightwalker Tech
Nightwalker Tech
Apr 1, 2025 · Artificial Intelligence

Evaluation of AutoGLM: Features, Architecture, and Practical Test Results

This article reviews AutoGLM, the first "think‑while‑doing" AI agent released by Zhipu AI, detailing its core capabilities, full‑stack architecture, user experience, identified limitations, and the outcomes of three hands‑on tests using both the client application and a Chrome extension.

AI AgentAutoGLMevaluation
0 likes · 4 min read
Evaluation of AutoGLM: Features, Architecture, and Practical Test Results
Ops Development & AI Practice
Ops Development & AI Practice
Aug 20, 2024 · Artificial Intelligence

How ERobot Redefines No-Code AI Automation with Natural Language

The article examines Hugging Face's ERobot, an AI model that leverages Transformer-based pre‑trained models to execute a wide range of automation tasks through natural‑language commands, discusses its technical foundations, real‑world applications, future prospects, and the challenges it must overcome.

Hugging FaceNo-codeTransformer
0 likes · 8 min read
How ERobot Redefines No-Code AI Automation with Natural Language
Open Source Tech Hub
Open Source Tech Hub
Jul 28, 2024 · Backend Development

Master Dynamic PHP Cron Scheduling with the PHP‑Cron‑Scheduler Library

This guide explains how to replace static Linux cron jobs with the framework‑agnostic PHP‑Cron‑Scheduler, covering installation, configuration, job definition, timing expressions, best‑practice code examples, and log output to achieve flexible, secure, and maintainable task automation in PHP projects.

Schedulercrontask automation
0 likes · 7 min read
Master Dynamic PHP Cron Scheduling with the PHP‑Cron‑Scheduler Library
NewBeeNLP
NewBeeNLP
Mar 29, 2024 · Artificial Intelligence

How TaskMatrix.AI Links Foundation Models with Millions of APIs to Solve Complex Tasks

TaskMatrix.AI, a Microsoft‑designed AI ecosystem, links large foundation models with millions of APIs through a multimodal conversational model, an API platform, selector and executor, enabling tasks from image processing to robot control while highlighting its learning mechanisms, advantages, use cases, and remaining challenges.

AIapi-integrationfoundation-models
0 likes · 11 min read
How TaskMatrix.AI Links Foundation Models with Millions of APIs to Solve Complex Tasks
Architect Chen
Architect Chen
Mar 25, 2024 · Backend Development

Mastering Distributed Scheduled Tasks: Quartz, Elastic‑Job, and XXL‑Job Explained

This article provides a comprehensive overview of distributed scheduled tasks, describing their purpose, typical business scenarios, and detailed examinations of three popular frameworks—Quartz, Elastic‑Job, and XXL‑Job—including core components, clustering support, and practical usage considerations.

BackendDistributed SchedulingElastic-Job
0 likes · 6 min read
Mastering Distributed Scheduled Tasks: Quartz, Elastic‑Job, and XXL‑Job Explained
macrozheng
macrozheng
Oct 20, 2023 · Backend Development

Master Distributed Task Scheduling with PowerJob: Setup, Code, and Deployment

Learn how to install and configure PowerJob, a next‑generation distributed scheduling and computation framework, by setting up MySQL and MongoDB, deploying the server and worker via Docker, adding Maven dependencies, defining processors, and managing tasks through its web UI for reliable microservice job orchestration.

DockerSpringBootpowerjob
0 likes · 10 min read
Master Distributed Task Scheduling with PowerJob: Setup, Code, and Deployment
Programmer DD
Programmer DD
Mar 2, 2023 · Backend Development

Why DolphinScheduler Is the Next Powerhouse for Distributed Task Management

DolphinScheduler is an open‑source distributed task scheduling system that supports multiple task types, offers visual workflow orchestration and monitoring, and scales to thousands of servers, making it a robust solution for backend and big‑data processing scenarios.

Big DataDistributed SchedulingDolphinScheduler
0 likes · 4 min read
Why DolphinScheduler Is the Next Powerhouse for Distributed Task Management
Top Architect
Top Architect
Aug 8, 2022 · Backend Development

Comparison of Distributed Scheduling Frameworks: Elastic‑Job vs X‑Job and Other Java Solutions

This article examines common business scenarios that require timed tasks, explains why scheduling is essential, reviews single‑machine and distributed Java scheduling frameworks—including Timer, ScheduledExecutorService, Spring, Quartz, TBSchedule, elastic‑job, Saturn, and xxl‑job—then provides a detailed feature comparison, deployment considerations, and practical recommendations.

BackendDistributed SchedulingElastic-Job
0 likes · 13 min read
Comparison of Distributed Scheduling Frameworks: Elastic‑Job vs X‑Job and Other Java Solutions
Python Programming Learning Circle
Python Programming Learning Circle
Sep 9, 2021 · Backend Development

Common Python Scheduling Techniques and Libraries

This article provides a comprehensive overview of various Python approaches for implementing periodic tasks, including simple loops with sleep, third‑party libraries such as Timeloop, schedule, APScheduler, as well as distributed solutions like Celery and Apache Airflow, complete with code examples and architectural explanations.

APSchedulerAirflowScheduling
0 likes · 24 min read
Common Python Scheduling Techniques and Libraries
ByteFE
ByteFE
Mar 3, 2021 · Frontend Development

Building a Node.js CLI Tool for Automated Command Execution and File Watching

This article provides a comprehensive guide to developing a lightweight Node.js command-line interface tool that automates repetitive compilation tasks, supports configuration-driven execution, implements file watching with debouncing, and integrates seamlessly with legacy frontend projects and IDEs like WebStorm.

CLI toolNode.jsTypeScript
0 likes · 19 min read
Building a Node.js CLI Tool for Automated Command Execution and File Watching
macrozheng
macrozheng
Sep 21, 2020 · Backend Development

Master Distributed Task Scheduling with PowerJob: A Step‑by‑Step Guide

This article introduces PowerJob, a next‑generation distributed scheduling and computation framework, explains why a central scheduler is needed in microservice architectures, and provides detailed installation, configuration, and code examples for setting up the server, worker, and tasks using Docker, MySQL, MongoDB, and Spring Boot.

Distributed SchedulingDockerSpring Boot
0 likes · 10 min read
Master Distributed Task Scheduling with PowerJob: A Step‑by‑Step Guide
DevOps Cloud Academy
DevOps Cloud Academy
Jul 2, 2020 · Operations

Design and Extension of DevOps Platform Tasks Based on Jenkins Pipeline

This article explains how the PuYuan DevOps platform extends Jenkins pipeline tasks by categorizing atomic tasks, designing flexible database schemas for task templates and attributes, and implementing container-based environment isolation to support scalable, secure continuous integration and deployment across diverse enterprise environments.

DevOpsJenkinsOperations
0 likes · 10 min read
Design and Extension of DevOps Platform Tasks Based on Jenkins Pipeline
Aotu Lab
Aotu Lab
Mar 2, 2016 · Frontend Development

Why Replace Gulp with npm Scripts? A Practical Front‑End Build Guide

This article explains the drawbacks of using Gulp or Grunt for front‑end automation, demonstrates how npm scripts can simplify tasks like cleaning the dist folder, and discusses common developer misconceptions while outlining both the benefits and limitations of npm scripts as a build tool.

Frontend BuildJavaScriptbuild tools
0 likes · 8 min read
Why Replace Gulp with npm Scripts? A Practical Front‑End Build Guide