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.

557
Articles
0
Likes
351
Views
0
Comments
Recent Articles

Latest from Ops Development & AI Practice

100 recent articles max
Ops Development & AI Practice
Ops Development & AI Practice
Oct 29, 2025 · Cloud Native

Secure Secrets in EKS: Using AWS Secrets Manager with the CSI Driver

Learn how to securely store and retrieve database credentials, API keys, and tokens in Amazon EKS by integrating AWS Secrets Manager with the Secrets Store CSI driver, configuring IAM Roles for Service Accounts, and mounting secrets via a SecretProviderClass, all illustrated with step‑by‑step commands and examples.

CSI DriverEKSKubernetes
0 likes · 8 min read
Secure Secrets in EKS: Using AWS Secrets Manager with the CSI Driver
Ops Development & AI Practice
Ops Development & AI Practice
Oct 29, 2025 · Information Security

Why AssumeRole Beats GetSessionToken: Deep Dive into AWS IAM Security

The article explains the fundamental security differences between AWS GetSessionToken and AssumeRole, illustrating how AssumeRole shifts from a holder‑to‑borrower model, enables privilege de‑escalation, separation of duties, fine‑grained audit, and discusses the challenges of enumerating assumable roles and strengthening trust policies with MFA, IP and time constraints.

AssumeRoleIAMaws
0 likes · 9 min read
Why AssumeRole Beats GetSessionToken: Deep Dive into AWS IAM Security
Ops Development & AI Practice
Ops Development & AI Practice
Sep 28, 2025 · Frontend Development

Mastering npm Script Arguments: When and Why to Use "--"

This article explains how npm scripts handle command‑line arguments, compares using the double‑dash separator versus omitting it, shows visual flow diagrams, and provides best‑practice recommendations to ensure clear, safe, and POSIX‑compliant parameter passing in JavaScript projects.

Nodeargumentscommand-line
0 likes · 7 min read
Mastering npm Script Arguments: When and Why to Use "--"
Ops Development & AI Practice
Ops Development & AI Practice
Sep 25, 2025 · Databases

Master Passwordless PostgreSQL Logins: .pgpass, PGPASSWORD, and pg_hba.conf

This guide explains how to bypass interactive password prompts when using psql by configuring a per‑user .pgpass file, setting the PGPASSWORD environment variable for temporary sessions, and adjusting the server‑side pg_hba.conf file, while covering required file formats, permission settings, security trade‑offs, and best‑practice recommendations.

.pgpassPGPASSWORDPostgreSQL
0 likes · 7 min read
Master Passwordless PostgreSQL Logins: .pgpass, PGPASSWORD, and pg_hba.conf
Ops Development & AI Practice
Ops Development & AI Practice
Sep 24, 2025 · Artificial Intelligence

How Claude Code’s New SlashCommand Tool Turns Custom Commands into AI‑Driven Automation

Claude Code 1.0.123 transforms user‑defined slash commands from manual shortcuts into AI‑controlled tools, enabling Claude to autonomously invoke commands like /lint or /deploy‑staging, which streamlines developer workflows and marks a significant step toward smarter, automated human‑AI collaboration.

AI automationClaude AIDeveloper Tools
0 likes · 6 min read
How Claude Code’s New SlashCommand Tool Turns Custom Commands into AI‑Driven Automation