Educator
Member
@Educator
•
Joined Aug 2024 •
Active 8 hours ago
1
Friends
0
Followers
0
Following
Part of our Ruby for DevOps series — practical Ruby scripts that solve real system-administration problems. The Problem An HTTP […]
Part of our Ruby for DevOps series — practical Ruby scripts that solve real system-administration problems. The Problem Not every […]
Part of our Ruby for DevOps series — practical Ruby scripts that solve real system-administration problems. The Problem The simplest […]
Part of our Ruby for DevOps series — practical Ruby scripts that solve real system-administration problems. The Problem Windows writes […]
Part of our Ruby for DevOps series — practical Ruby scripts that solve real system-administration problems. The Problem A container […]
Part of our Ruby for DevOps series — practical Ruby scripts that solve real system-administration problems. The Problem Something changes […]
A practical LangGraph tutorial for DevOps and security pros: setup, checkpointing, human-in-the-loop, and 7 real workflows with example code.
AI news roundup for July 18, 2026: Microsoft Project Perception, Kimi K3 benchmarks, Gold Eagle, the Fable 5 deadline, and coding agent upgrades.
Automated cross-team handoffs carry full ticket context between DevOps, security, and QA teams automatically, so nothing gets lost between queues.
Run one shell command across an entire fleet of servers in parallel over SSH with Ruby's net-ssh gem and a bounded worker pool, then get one consolidated pass/fail report.
Automate the Windows Task Scheduler from Ruby with win32ole: list, create, and delete scheduled tasks against the Task Scheduler 2.0 COM API, no extra gems required.
A Ruby script that reconciles a YAML manifest against live Linux accounts: creates users, syncs groups, installs SSH keys with correct permissions, and cleanly deprovisions departures.