📚 BusinessExplain 🏠 Home 📊 Analytics

🔍 Search results for "sync"

Vps Provision
--- name: vps-provision description: "Provision and sync Hermes Agent to child VPSes for parallel work delegation." version: 1.1.0 metadata: hermes: tags: [vps, deployment, sync, provisioning, child-agent] ---
Ai Agent Mastery
@mcp.tool() def deploy_config(server_ip: str, config_path: str) -> str: """Deploy a configuration file to a remote server.""" import subprocess result = subprocess.run( ["rsync", "-avz", config_path, f"{server_ip}:/opt/app/config.
Hermes Agent Mastery
Definitive mastery-level skill for Hermes Agent internals, configuration, and operations. Covers architecture, multi-provider LLM routing, gateway ops, skill authoring, cron/background jobs, memory/hi
Openclaw Mastery
Complete mastery of OpenClaw — the open-source AI agent platform. Covers Docker gateway deployment, ClawHub skill ecosystem, browser automation (CamoFox/Patchright/Scrapling), multi-provider LLM confi
Html Css Mastery
Production-grade front-end engineering: semantic HTML5, scalable CSS architecture, responsive design, performance optimization, and security hardening.
Mobile Mastery
```dart // Dart side class NativeApi { static const _channel = MethodChannel('com.app/native_api'); static Future getDeviceId() async { try { return await _channel.invokeMethod('getDeviceId'); } on PlatformException catch (e) { d
Nextjs Mastery
| Concern | Key API / Pattern | |---|---| | App Router layouts | `app/layout.tsx`, `template.tsx` | | Loading / Error UI | `loading.tsx`, `error.tsx`, `global-error.tsx` | | Parallel routes | `@folder` slot convention | | Intercepting routes | `(.)`
Python Mastery
--- name: python-mastery category: coding description: Comprehensive Python mastery skill covering architecture, idiomatic code, design patterns, security, testing, performance, and deployment for production-grade Python applications. version: 1.0.0
React Mastery
// Sync with dependency useEffect(() => { document.title = `Count: ${count}`; }, [count]);
Ci Cd Mastery
End-to-end CI/CD pipeline mastery — GitHub Actions, GitLab CI, Jenkins, deployment strategies, and release automation
Database Mastery
# Log settings innodb_log_file_size = 1G innodb_log_buffer_size = 256M innodb_flush_log_at_trx_commit = 1 # 1=safe, 2=perf tradeoff sync_binlog = 1 # Always sync binlog
Docker Manager
**Watch mode** enables live sync of local changes into containers. Production-ready since v2.32.0 (Sept 2025) with `initial_sync` support: ```yaml services: web: image: node:20-alpine develop: watch: - action: sync p
Kanban Orchestrator
Decomposition playbook + anti-temptation rules for an orchestrator profile routing work through Kanban. The "don't do the work yourself" rule and the basic lifecycle are auto-injected into every kanba
Kubernetes Mastery
Comprehensive Kubernetes mastery guide covering architecture, core objects, networking, security, Helm, Kustomize, debugging, monitoring, GitOps, and production best practices.
Openclaw Install
Deploy OpenClaw (openclaw.ai) — the open-source AI agent platform with Docker gateway, ClawHub skills, browser automation, and multi-provider LLM support.
Server Hardening Mastery
Production server hardening — SSH, fail2ban, UFW/iptables, auditd, kernel tuning, intrusion detection, and compliance
System Design Mastery
### Cache Strategy Decision Tree ``` Need caching? ─┬─ Read-heavy, static data ──→ Cache-Aside (lazy load) ├─ Write-heavy, must be fresh ──→ Write-Through (sync write) ├─ Batch writes acceptable ──→ Write-Behind (async
Terraform Iac Mastery
Infrastructure as Code mastery — Terraform, Pulumi, CloudFormation, and multi-cloud provisioning with state management and GitOps
Webhook Subscriptions
Webhook subscriptions: event-driven agent runs.
Whatsapp Chat Viewer
Deploy and maintain the WhatsApp Chat Viewer — a Flask web app that reads Hermes session transcripts and displays them in a WhatsApp Web-like UI. Includes WhatsApp Bridge API integration for group nam