Join us

ContentUpdates and recent posts about SERP Clapper for Medium..
 Activity
@filipe97 started using tool Azure Pipelines , 1 month ago.
 Activity
@filipe97 started using tool Azure , 1 month ago.
 Activity
@filipe97 started using tool Ansible , 1 month ago.
Story
@laura_garcia shared a post, 1 month ago
Software Developer, RELIANOID

🚀 RELIANOID is heading to London!

We’re excited to be part of Civo Navigate London 2025 on September 30, 2025 — the Sovereignty & AI Edition. This event brings together leaders shaping the future of cloud, AI, and compliance across Europe. We’ll showcase how RELIANOID enables secure, observable, and sovereignty-aligned application ..

civo navigate london event
Link
@anjali shared a link, 1 month ago
Customer Marketing Manager, Last9

AWS Prometheus: Production Patterns That Help You Scale

Run Prometheus reliably on AWS with patterns for scale, cost control, and visibility across EKS, EC2, and multi-region setups.

Kibana logs
Link
@anjali shared a link, 1 month ago
Customer Marketing Manager, Last9

How to Connect Jaeger with Your APM

Learn how to connect Jaeger with your APM to combine tracing and performance monitoring for deeper system visibility.

async_job_monitoring
Link
@anjali shared a link, 1 month ago
Customer Marketing Manager, Last9

Key APM Metrics You Must Track

Understand key APM metrics like response time, error rates, throughput, and resource usage to keep your applications reliable and fast.

image
 Activity
@saurabhkumar started using tool Kubernetes , 1 month ago.
Story
@laura_garcia shared a post, 1 month ago
Software Developer, RELIANOID

🔄 In case you missed it last month…

🔒 Incident Response in 2025: Lessons Learned From food supply disruptions and airline data breaches to sector-wide attacks on insurers, June–August 2025 highlighted how critical rapid and prepared responses are in cybersecurity. At the same time, advances like AI-powered detection and resilience fea..

Incident Response june, july, august 2025
 Activity
@maciejpiesio started using tool Terragrunt , 1 month 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