Ops Development & AI Practice
Author

Ops Development & AI Practice

DevSecOps engineer sharing experiences and insights on AI, Web3, and Claude code development. Aims to help solve technical challenges, improve development efficiency, and grow through community interaction. Feel free to comment and discuss.

581
Articles
0
Likes
2.6k
Views
0
Comments
Recent Articles

Latest from Ops Development & AI Practice

100 recent articles max
Ops Development & AI Practice
Ops Development & AI Practice
Sep 3, 2025 · Information Security

How to Build an Open‑Source DLP System with Osquery, Wazuh, Zeek, and ELK

This guide explains how to assemble a cost‑effective, highly customizable data loss prevention platform using open‑source tools for endpoint monitoring, network traffic inspection, centralized analysis, and data discovery, while highlighting the required integration steps and the trade‑offs compared with commercial solutions.

DLPELKdata protection
0 likes · 8 min read
How to Build an Open‑Source DLP System with Osquery, Wazuh, Zeek, and ELK
Ops Development & AI Practice
Ops Development & AI Practice
Sep 2, 2025 · Information Security

How XSS Bypasses Browser Sandboxes and What You Can Do About It

Even though modern browsers enforce sandboxing and many frameworks add XSS defenses, a successful cross‑site scripting attack can still break through server and browser protections, allowing attackers to hijack sessions, steal data, scan internal networks, exploit browser bugs, or run cryptojacking scripts.

CSPCryptojackingSame-Origin Policy
0 likes · 9 min read
How XSS Bypasses Browser Sandboxes and What You Can Do About It
Ops Development & AI Practice
Ops Development & AI Practice
Sep 2, 2025 · Information Security

How a Tiny XSS Bug in Dev Environments Can Compromise Production Secrets

The article reveals how a seemingly harmless XSS flaw in an internal development platform can be weaponized to steal high‑privilege credentials, pivot across internal services, and ultimately breach production systems, urging teams to treat development environments as critical security frontiers.

Application SecurityDevOps SecurityInfrastructure
0 likes · 9 min read
How a Tiny XSS Bug in Dev Environments Can Compromise Production Secrets
Ops Development & AI Practice
Ops Development & AI Practice
Aug 28, 2025 · Cloud Computing

Master Terraform’s count Meta‑Argument: Bulk, Conditional, and Blue‑Green Deployments

This article explains Terraform’s count meta‑argument, showing how it transforms a single resource into a list for bulk creation, enables conditional provisioning with ternary expressions, illustrates blue‑green deployment switches, warns about index‑based pitfalls, and compares it with the more stable for_each alternative.

COUNTCloud AutomationIaC
0 likes · 9 min read
Master Terraform’s count Meta‑Argument: Bulk, Conditional, and Blue‑Green Deployments
Ops Development & AI Practice
Ops Development & AI Practice
Aug 26, 2025 · Operations

Mastering GitLab CI’s include:local Path Resolution Rules

This article clarifies how GitLab CI’s include:local keyword resolves file paths, explaining that all paths are interpreted relative to the project root, illustrating supported and unsupported syntaxes, and offering best‑practice recommendations for reliable CI/CD pipeline configuration.

DevOpsPath Resolutiongitlab-ci
0 likes · 5 min read
Mastering GitLab CI’s include:local Path Resolution Rules