Join us

ContentUpdates and recent posts about SERP Clapper for Medium..
 Activity
@atmosly0 started using tool Azure Pipelines , 5 days, 19 hours ago.
Story Trending
@laura_garcia shared a post, 6 days, 17 hours ago
Software Developer, RELIANOID

🔐 Cybersecurity Fundamentals: Defensive, Offensive & Hybrid Approaches 🔐

Cybersecurity isn’t just about deploying tools — it’s about knowing how and when to use the right strategies. Defensive security focuses on prevention with technologies like firewalls, antivirus, access control, and system hardening to reduce exposure. Offensive security takes the attacker’s perspec..

Cibersecurity concepts diagram RELIANOID
Link
@anjali shared a link, 6 days, 23 hours ago
Customer Marketing Manager, Last9

What is APM Tracing?

Understand APM tracing to see how a request moves through services, helping you spot delays, errors, and bottlenecks quickly.

apm tracing
Story Trending
@laura_garcia shared a post, 1 week ago
Software Developer, RELIANOID

✨ In case you missed it ✨

DDoS attacks in 2025 are bigger, smarter, and easier to launch than ever before. From AI-driven attack strategies to IoT-based botnets, the threat landscape is evolving fast. Our latest blog explains what’s happening now — and how RELIANOID helps organizations stay resilient. 🔗 https://www.relianoid..

Blog DDoS Trends RELIANOID
Story Trending
@laura_garcia shared a post, 1 week, 1 day ago
Software Developer, RELIANOID

SourceForge Favorite Award 🏆

We are proud to share that RELIANOID has been recognized with the SourceForge Favorite Award 🏆 This recognition is granted to only a handful of projects out of more than 500,000 open source projects hosted on SourceForge, based on downloads and user engagement. 👉 With nearly 20 million monthly users..

Sourceforge favorite RELIANOID
 Activity
@klodnitsky started using tool Amazon Web Services , 1 week, 1 day ago.
 Activity
@klodnitsky started using tool Terragrunt , 1 week, 1 day ago.
 Activity
@klodnitsky started using tool Terraform , 1 week, 1 day ago.
 Activity
@klodnitsky started using tool Prometheus , 1 week, 1 day ago.
 Activity
@klodnitsky started using tool Kubernetes , 1 week, 1 day ago.
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