Join us

ContentUpdates and recent posts about SERP Clapper for Medium..
Link Xygeni Team
@mashka shared a link, 2 weeks, 2 days ago
Paid Acquisition and Growth Marketing, xygeni

Join our Upcomping Online Podcast Episode on AI Unleashed: Navigating Emerging Threats and Defenses in AppSec

AI is transforming Application Security, powering both new attacks and smarter defenses.
Join us to explore how AI-driven threats, such as polymorphic malware, prompt injections, and model tampering, are reshaping Application Security (AppSec) and how to defend against them.

📅 Date: October 22nd
⏰ Time: 16:00 (CEST) / 10:00 (EDT)
🎙 Speakers:

Atanas Nikolov — DevSecOps Expert @ RNDC Bulgaria

JesĂșs Cuadrado — CPO @ Xygeni

🔗 Register here to join live → https://www.linkedin.com/events/aiunleashed-navigatingemergingt7382047771396104192/

Why Attend:
💠 Learn the latest AI-powered AppSec threats
💠 Discover practical AI-driven defense techniques
💠 Strengthen your AppSec strategy for the AI era

Join us!

SafeDev Talk - AI Unleashed Navigating Threats & Defenses (1)
 Activity
 Activity
Story
@laura_garcia shared a post, 2 weeks, 3 days ago
Software Developer, RELIANOID

Security and compliance are not optional—they’re the backbone of trust.

At RELIANOID, our operations and load balancing platform are fully aligned with the ISO/IEC 27001:2022 framework, ensuring that every policy, control, and process we implement supports the same rigorous standards as certified environments. From governance and risk management to encryption, access co..

iso27001 image ssnn
News FAUN.dev() Team Trending
@devopslinks shared an update, 2 weeks, 4 days ago
FAUN.dev

Microsoft Launches Azure Kubernetes Service Automatic for Developers

Keda

Microsoft announces Azure Kubernetes Service Automatic, a fully-managed Kubernetes offering that reduces operational overhead and integrates security and reliability features by default.

News FAUN.dev() Team Trending
@devopslinks shared an update, 2 weeks, 4 days ago
FAUN.dev

GitHub Introduces Post-Quantum Secure SSH Key Exchange Algorithm

GitHub enabled a post-quantum secure SSH key exchange algorithm on September 17, 2025, to protect against future quantum decryption threats.

News FAUN.dev() Team Trending
@kala shared an update, 2 weeks, 4 days ago
FAUN.dev

Microsoft Launches Open-Source Agent Framework for AI Development

Microsoft unveils the open-source Agent Framework to streamline AI agent development, integrating Semantic Kernel and AutoGen for enhanced accessibility and stability.

Microsoft Agent Framework
News FAUN.dev() Team Trending
@kaptain shared an update, 2 weeks, 4 days ago
FAUN.dev

Alpine Linux 3.23 Adopts /usr-Merged File System Layout

Alpine Linux 3.23 will transition to a /usr-merged file system layout, centralizing executables and libraries to reduce maintenance and improve containerization.

Alpine logo
News FAUN.dev() Team Trending
@kala shared an update, 2 weeks, 4 days ago
FAUN.dev

OpenAI Launches AgentKit: Streamline Agent Development for Enterprises

OpenAI introduces AgentKit, a tool suite to streamline agent development for enterprises, enhancing efficiency and collaboration.

Visual__Agent_Builder_Template_Assets
Did you know you can clap for someone’s content up to 50 times on Medium?

Well, you can.

And to protect you from carpal tunnel syndrome, I packaged that behavior into a little extension for Chrome.

It works like this:

https://www.youtube.com/watch?v=oN3soEz-5Z4

Open up your developer tools (right-click & choose inspect)

Then, navigate to the “console”:

And if you have a bunch of caca (that’s Spanish for đŸ’©) in your Console you can click the little đŸš« icon to clear it:

Then:

copy the JavaScript code below
paste it into the Console area
press the Return key

and spread the clap!

(Scroll up to the top of this article before you press enter if you want to see it in action)

let clapButton = document.querySelector('button[data-testid="headerClapButton"]');
if (clapButton) {
const events = ['mousedown', 'mouseup', 'click'];

async function performClap() {
for (let i = 0; i < 50; i++) {
events.forEach(eventType => {
let event = new MouseEvent(eventType, {
'view': window,
'bubbles': true,
'cancelable': true
});
clapButton.dispatchEvent(event);
});
await new Promise(resolve => setTimeout(resolve, 10)); // Introducing a 10ms delay between claps
}
console.log("+50 Claps! Now, go join the SERP community!");
}

performClap();
} else {
console.log("Clap button not found!");
}

Want the extension?

I submitted the extension to the Chrome app store and it’s pending approval as of this writing


But if you’re too excited to sit around when you could be clappin’ it up — you’re welcome to grab the bootleg here:

👉 https://serp.ly/@serp/serp-clapper-medium