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.

555
Articles
0
Likes
21
Views
0
Comments
Recent Articles

Latest from Ops Development & AI Practice

100 recent articles max
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.

argumentscommand-linedouble-dash
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 AISlashCommand
0 likes · 6 min read
How Claude Code’s New SlashCommand Tool Turns Custom Commands into AI‑Driven Automation