📚 BusinessExplain 🏠 Home 📊 Analytics

🔍 Search results for "state-management"

Skill Library Management
--- name: skill-library-management description: "Discover, evaluate, install, and organize Hermes Agent skills from community repos and official sources. Handles parallel cloning, nested repo symlinking, frontmatter validation, token impact measureme
React Mastery
--- name: react-mastery category: coding description: "React mastery: hooks deep dive, state management, component patterns, security, performance optimization, and testing." version: 1.0.0 tags: [react, hooks, state-management, components, security,
Terraform Iac Mastery
--- name: terraform-iac-mastery description: 'Infrastructure as Code mastery — Terraform, Pulumi, CloudFormation, and multi-cloud provisioning with state management and GitOps' version: 1.0.0 category: devops tags: - terraform - iac - infrastru
Monitoring Observability Mastery
--- name: monitoring-observability-mastery description: 'Production monitoring, observability, and SRE practices — Prometheus, Grafana, Alertmanager, Loki, Jaeger, OpenTelemetry, and incident management' version: 1.0.0 category: devops tags: - moni
Networking Ssl Mastery
--- name: networking-ssl-mastery description: 'Networking and SSL/TLS mastery — DNS, reverse proxies, TLS termination, CDN tuning, firewall rules, and certificate management' version: 1.0.0 category: devops tags: [networking, dns, ssl, tls, nginx, cl
Mobile Mastery
### State Management: Provider & Riverpod
Python Mastery
Comprehensive Python mastery skill covering architecture, idiomatic code, design patterns, security, testing, performance, and deployment for production-grade Python applications.
Secure Coding
Cross-language secure coding: OWASP Top 10, input validation, auth patterns, cryptography, supply chain security with concrete examples in Python, PHP, JS, Go, Java.
Docker Manager
Container lifecycle management with production-ready patterns.
Hermes Skills Upgrade
### Step 1: Audit Current State ```bash # Count discoverable vs total find ~/.hermes/skills -maxdepth 2 -name "SKILL.md" -type f | wc -l # discoverable find ~/.hermes/skills -name "SKILL.md" -type f | wc -l # total
Hermes Webui Install
Install and configure Hermes WebUI (nesquena/hermes-webui) with nginx reverse proxy, SSL, and password auth.
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
| Component | Purpose | |-----------|---------| | **kube-apiserver** | REST API entry point; validates and stores data in etcd | | **etcd** | Distributed key-value store; single source of truth for cluster state | | **kube-scheduler** | Assigns pods
Openclaw Install
Deploy OpenClaw (openclaw.ai) — the open-source AI agent platform with Docker gateway, ClawHub skills, browser automation, and multi-provider LLM support.
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
Vps Provision
Provision and sync Hermes Agent to child VPSes for parallel work delegation.
Webhook Subscriptions
All management is via the `hermes webhook` CLI command:
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
Ai Agent Mastery
Comprehensive mastery of AI agent architecture, patterns, and engineering. Covers MCP server design, agent spawning/delegation, ACP protocol, x402 payment, memory systems, prompt engineering for agent
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.
Nextjs Mastery
Comprehensive Next.js skill covering App Router architecture, rendering strategies, data fetching patterns, security hardening, testing, and production deployment.
Ci Cd Mastery
End-to-end CI/CD pipeline mastery — GitHub Actions, GitLab CI, Jenkins, deployment strategies, and release automation
Database Mastery
Production database mastery — MySQL/MariaDB, PostgreSQL, Redis, backup strategies, replication, and query optimization
Hermes Skills Install
Discover, evaluate, and bulk-install Hermes Agent skills from community repos, official sources, and registries. Handles all skill types: standard SKILL.md, pip packages, Hermes plugins, and MCP serve
Kanban Worker
| Kind | What it is | How to work | |---|---|---| | `scratch` | Fresh tmp dir, yours alone | Read/write freely; it gets GC'd when the task is archived. | | `dir:` | Shared persistent directory | Other runs will read what you write. Treat it lik
Server Hardening Mastery
Production server hardening — SSH, fail2ban, UFW/iptables, auditd, kernel tuning, intrusion detection, and compliance