Join us

ContentUpdates and recent posts about SERP Clapper for Medium..
Link
@anjali shared a link, 5 days, 9 hours ago
Customer Marketing Manager, Last9

Observability vs. Visibility: What's the Difference?

Understand observability vs visibility: visibility shows current states, while observability uncovers why systems act the way they do.

hbase
Link
@anjali shared a link, 5 days, 10 hours ago
Customer Marketing Manager, Last9

The Service Discovery Problem Every Developer Knows (But Pretends Doesn't Exist)

New services deploy faster than you can track them. Discover Services auto-discovers your entire architecture from traces—convention over configuration. No manual catalogs.

services
 Activity
@jeevisoftacademy started using tool kind , 6 days, 9 hours ago.
 Activity
@jeevisoftacademy started using tool Jenkins , 6 days, 9 hours ago.
 Activity
@jeevisoftacademy started using tool Amazon EC2 , 6 days, 9 hours ago.
Story
@laura_garcia shared a post, 6 days, 9 hours ago
Software Developer, RELIANOID

🚀 Key takeaways from two major events in Amsterdam: Cyber Security & Cloud Expo 2025 and TechEx Europe 2025.

💡 Main lessons: Modern security is built on Zero Trust and seamless DevSecOps integration. AI and automation are no longer optional—they are essential to stay ahead of threats. Deep observability across multicloud environments is a cornerstone of resilience. At RELIANOID, we strengthen our mission t..

Eventos RELIANOID_recap Cybersecurity and cloud
 Activity
@mohamednour95 started using tool Kubernetes , 1 week ago.
Story
@laura_garcia shared a post, 1 week ago
Software Developer, RELIANOID

🔐 RELIANOID at The Future of IT & Cybersecurity – CIO & CISO Think Tank

On October 2, 2025, we’ll be in London, UK for a day dedicated to shaping resilient, future-ready organizations in a world where threats evolve as quickly as innovation. This Think Tank gathers senior IT, security, and risk leaders to explore: ⚡ AI & Cyber Risk – balancing innovation and resilience ..

future of IT and cybersecurity Cio and CISO think tank london
Link
@anjali shared a link, 1 week ago
Customer Marketing Manager, Last9

OTel Naming Best Practices for Spans, Attributes, and Metrics

Understand how to name spans, attributes, and metrics in OpenTelemetry for consistent, queryable, and reliable observability data.

Naming_best_practices
Story Trending
@laura_garcia shared a post, 1 week, 1 day ago
Software Developer, RELIANOID

✈️ Europe’s skies disrupted: Cyberattack on Collins Aerospace’s MUSE platform

Last week’s incident that forced major airports like Heathrow, Brussels, and Berlin Brandenburg back to pen-and-paper operations shows just how fragile aviation’s digital backbone can be. In our latest article, we analyze: 🔍 How the attack unfolded ⚠️ The cascading operational and security implicati..

Blog airports cyberattack
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