Join us

ContentUpdates and recent posts about pre-commit..
 Activity
@jeffmoore64pub started using tool Visual Studio Code , 1 month, 1 week ago.
 Activity
@jeffmoore64pub started using tool ChatGPT , 1 month, 1 week ago.
 Activity
@jeffmoore64pub started using tool Azure , 1 month, 1 week ago.
 Activity
@sahil started using tool Kubernetes , 1 month, 1 week ago.
 Activity
@joey started using tool React , 1 month, 1 week ago.
 Activity
@joey started using tool Node.js , 1 month, 1 week ago.
 Activity
@joey started using tool Kubernetes , 1 month, 1 week ago.
Story
@laura_garcia shared a post, 1 month, 1 week ago
Software Developer, RELIANOID

🚨 Cyberattack on Qantas exposed growing threats to aviation

A few months ago, up to 6 million customers were affected through a third-party data breach — reportedly linked to Scattered Spider, a group notorious for social engineering and supply chain attacks. 🔍 The takeaway? The weakest link often lies outside the organization. ✈️ At RELIANOID, we helped air..

News FAUN.dev() Team Trending
@devopslinks shared an update, 1 month, 1 week ago
FAUN.dev()

AWS Outage: A Single Cloud Region Shouldn’t Take Down the World. But It Did.

Amazon Web Services

A major AWS outage disrupted high-profile services like Amazon, Snapchat, and Disney+, affecting over 70 AWS services and causing widespread operational issues.

Downdetector
Link
@varbear shared a link, 1 month, 1 week ago
FAUN.dev()

GitHub MCP Registry: The fastest way to discover AI tools

GitHub rolled out theMCP Registry—a hub for findingModel Context Protocol (MCP) serverswithout hunting through scattered corners of the internet. No more siloed lists or mystery URLs. It's all in one place now. The goal? Cleaner access to AI agent tools, plus a path towardself-publishing, thanks to .. read more  

GitHub MCP Registry: The fastest way to discover AI tools
pre-commit is an open source framework that makes it easy to install, manage, and run Git hooks across any programming language. Developers define their hooks in a simple YAML configuration file, and pre-commit handles environment isolation, version pinning, and consistent execution. It supports code formatting, linting, security checks, secret scanning, and custom scripts. Teams use it to enforce code quality and security rules before code is committed, reducing noise in CI pipelines and improving overall code hygiene. Its lightweight design and broad ecosystem of community hooks make it one of the most widely adopted tools for source control automation.