$ cd /home/
← Back to all tags

Posts tagged “devsecops”

22 posts • Sorted by latest first
CyberSecurity

Build a Secure Backend API with Azure App Service

A step-by-step guide to deploying a genuinely secure API on Azure App Service — covering managed identity, Key Vault, network restrictions, Entra ID auth, TLS, and Application Insights.

Build a Secure Backend API with Azure App Service Azure App Service is one of the fastest ways to get a backend API into production on Azure. It handles the infrastructure plumbing so you can focus on...

hacker1db
Read more
CyberSecurity

Dev Workflow as a Security Engineer: What My Day Actually Looks Like

A ground-level look at the daily dev workflow of a security engineer — tools, code review process, security automation, Git workflow, and incident response tooling.

Dev Workflow as a Security Engineer: What My Day Actually Looks Like There's a version of "security engineer workflow" content out there that's all threat models and compliance frameworks. That's real...

hacker1db
Read more
CyberSecurity

Hunting Exposed Secrets in GitHub Repos: My Neovim-Powered Workflow

My practical, reproducible workflow for finding exposed secrets in GitHub repos using trufflehog, gitleaks, and Neovim — with CSV output for reporting.

Hunting Exposed Secrets in GitHub: My Neovim-Powered Workflow Finding secrets in source code is one of those tasks that sounds simple but has enough edge cases and tooling decisions to consume an enti...

hacker1db
Read more
DevOps

Automate Everything: The Philosophy and Practice of Getting Out of Your Own Way

Why you should automate everything you do more than once, and how to actually start — shell scripts, CI/CD, cron jobs, reporting automation, with real examples.

Automate Everything: The Philosophy and Practice of Getting Out of Your Own Way I have a rule: if I do something twice, I consider automating it. If I do it three times, I automate it. This is not an...

hacker1db
Read more
DevOps

Platform Engineering Is Security's Best Friend (If You Do It Right)

How security fits into the platform engineering movement — and why platform engineering done right makes secure defaults the path of least resistance.

Platform Engineering Is Security's Best Friend (If You Do It Right) Here's a frustrating truth about enterprise security: most of the vulnerabilities I see in production aren't there because developer...

hacker1db
Read more
Programing

Editors: Why I Use Both Neovim AND JetBrains (And Why That's Not a Contradiction)

The myth of the one true editor, when Neovim shines vs when JetBrains is the right call, dotfiles culture, and how to build a workflow that uses the best of both.

Editors: Why I Use Both Neovim AND JetBrains (And Why That's Not a Contradiction) Let me get the tribal war out of the way early: I use Neovim. I also use JetBrains IDEs. I have no internal conflict a...

hacker1db
Read more
Programing

Use the Right Tool for the Job: Stop Forcing One Tool to Do Everything

Stop forcing one tool to do everything. Real examples of when using the wrong tool cost hours, and a framework for choosing tools based on the problem rather than tribal loyalty.

Use the Right Tool for the Job: Stop Forcing One Tool to Do Everything I once spent three hours trying to manage a complex project in Obsidian before admitting I needed a proper project management too...

hacker1db
Read more