Join us

ContentUpdates and recent posts about detect-secrets..
Story
@pramod_kumar_0820 shared a post, 2 weeks, 5 days ago
Software Engineer, Teknospire

How To Crack Senior Java Interviews (6–10 YOE) In 4 Weeks

Javadoc Searchspring

A practical 4-week roadmap to crack Senior Java Developer interviews (6–10 YOE), covering Core Java, Spring Boot internals, Microservices, System Design, and real-world interview strategies.

Senior Java Interviews (6–10 YOE) In 4 Weeks
 Activity
@smh started using tool TypeScript , 2 weeks, 5 days ago.
 Activity
@smh started using tool Terraform , 2 weeks, 5 days ago.
 Activity
@smh started using tool Python , 2 weeks, 5 days ago.
 Activity
@smh started using tool OpenTelemetry , 2 weeks, 5 days ago.
 Activity
@smh started using tool Node.js , 2 weeks, 5 days ago.
 Activity
@smh started using tool Next.js , 2 weeks, 5 days ago.
 Activity
@smh started using tool New Relic , 2 weeks, 5 days ago.
 Activity
@smh started using tool Kubernetes , 2 weeks, 5 days ago.
 Activity
@smh started using tool Kubectl , 2 weeks, 5 days ago.
Detect Secrets, created by Yelp Engineering, is a Python-based secret scanner designed for large, complex codebases. It uses a plugin architecture to detect high-risk secrets such as API keys, tokens, passwords, and certificates. The tool focuses on false-positive reduction by hashing baseline fingerprints, allowing teams to track only new or changed exposures over time. It integrates with CI pipelines, pre-commit hooks, and enterprise security workflows. Its extensible design and strong baseline mechanism make it popular in large engineering organizations that need scalable, low-noise secret detection.