Join us

ContentUpdates and recent posts about SERP Clapper for Medium..
 Activity
@aalemany started using tool GitHub Copilot , 3 days, 15 hours ago.
 Activity
@pablodelarco started using tool Kubernetes , 3 days, 17 hours ago.
Link
@mmk4mmk_simplifies shared a link, 5 days, 9 hours ago

Workload Identity Federation: The School Trip Analogy You’ll Remember

Secrets in repos, API keys in scripts, and forgotten credentials create massive security gaps. Workload Identity Federation (WIF) solves this with short-lived tokens and trust-based authentication across clouds.

To explain it clearly, I’ve put together a 2-minute video that uses a school trip analogy (students, teachers, and wristbands) to break it down step by step.

Video: https://youtu.be/UZa5LWndb8k

Reade more at : https://medium.com/@mmk4mmk.mrani/how-my-kids-school-trip-helped-me-understand-workload-identity-federation-f680a2f4672b

ChatGPT Image Aug 16, 2025, 05_51_02 PM_compressed
Link
@anjali shared a link, 1 week ago
Customer Marketing Manager, Last9

Top 12 LogicMonitor Alternatives for Developers in 2025

LogicMonitor fits traditional infra, but for microservices, high-cardinality data, and Kubernetes, these 12 alternatives work better.

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

🎮 gamescom 2025 | Aug 20–24, Cologne

The world’s biggest gaming event is back—AAA reveals, indie gems, esports, VR/AR & more. RELIANOID powers secure, scalable gaming back-ends for real-time, high-volume play. Let’s connect in Cologne! #gamescom2025#GameDev#RELIANOID#Esports https://www.relianoid.com/about-us/events/gamescom-2025/..

evento gamescom cologne RELIANOID august
Story Trending
@laura_garcia shared a post, 1 week, 1 day ago
Software Developer, RELIANOID

🚨 New SharePoint vulnerabilities under active attack

Microsoft has issued an alert for 4 serious CVEs affecting on-premises SharePoint servers. In our latest blog post, we explain the risks and how RELIANOID helps mitigate them with advanced reverse proxy, WAF, and security automation. 💡 Plus: RELIANOID is now available on Azure Marketplace for instan..

 Activity
@zalnur started using tool Nginx , 1 week, 1 day ago.
 Activity
@zalnur started using tool k3s , 1 week, 1 day ago.
 Activity
@zalnur started using tool Django , 1 week, 1 day ago.
 Activity
@zalnur started using tool Azure Pipelines , 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