Hugo Comments Using GitHub Issues

Hugo Comments Using GitHub Issues

2 min read

Disqus-style comment SaaS is heavy for a static blog. Utterances stores each discussion as a GitHub Issue, loads a small client script, and authenticates with GitHub. DevOpsTales wires it through a partial and a per-post disable_comments flag.

Hugo RSS and Atom Feeds

Hugo RSS and Atom Feeds

3 min read

RSS and Atom are still how a lot of readers and tools discover new posts. Hugo can emit both from the same content tree. On DevOpsTales the site ships classic RSS plus Atom via the hugo-atom-feed component theme, with a custom Atom template that skips the filedir partial section.

AI for DevOps

AI for DevOps

7 min read

AI is transforming DevOps practices through agentic AI systems that go beyond simple chatbots. These coding agents combine large language models with tools, memory, and planning capabilities to autonomously handle complex Platform Engineering and SRE tasks. By integrating with MCPs (Model Context Protocol), skills, and spec-driven development workflows, agents can create observability systems, build infrastructure APIs, and manage systems with minimal human intervention.

Future of DevOps in the AI World

Future of DevOps in the AI World

6 min read

If you have been doing DevOps long enough, you remember the shift from artisanal deploys to pipeline-as-code. The next shift will feel familiar in shape even if the ingredients look alien: we are still wiring stages, gates, and blast radius—but some stages will call models and tools, not only make and kubectl.