Join us

ContentUpdates and recent posts about SERP Clapper for Medium..
 Activity
@zalnur started using tool Azure , 1 week, 1 day ago.
Story Trending
@laura_garcia shared a post, 1 week, 2 days ago
Software Developer, RELIANOID

🔐 New Technical Guide: ISA/IEC 62443 Industrial Cybersecurity Standards

Industrial Automation and Control Systems (IACS) power critical sectors — from energy and manufacturing to water treatment and transportation. But protecting them requires more than just traditional IT security. Our latest 5-minute read breaks down the ISA/IEC 62443 framework — the globally recogniz..

Knowledge base ISAIEC-62443 Industrial Cybersecurity Standards RELIANOID
 Activity
@elizabethgrantuk started using tool AOLserver , 1 week, 2 days ago.
 Activity
@elizabethgrantuk started using tool Adobe Experience Platform Identity Service , 1 week, 2 days ago.
Link
@mmk4mmk_simplifies shared a link, 1 week, 2 days ago

IAM Explained by the Avengers — in Comic Style

What if your superheroes had no boundaries? Chaos.

That’s what happens to your engineering team without Identity and Access Management (IAM).

From roles and policies to short-lived powers — here’s how we turn a messy squad into a well-coordinated hero team.

đŸŽ„ Watch the Video → https://youtu.be/GJaBXQXJ35I

📖 Full Comic + Detailed Breakdown →https://medium.com/faun/iam-explained-by-the-avengers-39a3fe4265e5
---

💡 In the full article:

What IAM actually does (in superhero terms)

Real-world mapping to AWS, GCP, and Kubernetes RBAC

How short-lived powers reduce security risk

Practical audit checklist for your own team

IAM Explained by Avengers
Story
@laura_garcia shared a post, 1 week, 3 days ago
Software Developer, RELIANOID

✈ How to Load Balance Navitaire for Maximum Performance

Navitaire, by Collins Aerospace, powers reservations, revenue, and departure control for airlines worldwide. When uptime and speed are non-negotiable, RELIANOID delivers: đŸ”č Load Balancing – Distribute Navitaire services like New Skies and GoNow across multiple servers. đŸ”č High Availability – Active-a..

Howto Load Balance Navitaire
 Activity
@wilfriedkoffi013-jpg started using tool Python , 1 week, 5 days ago.
 Activity
@wilfriedkoffi013-jpg started using tool CakePHP , 1 week, 5 days ago.
Link
@faun shared a link, 1 week, 5 days ago

The Future is NOT Self-Hosted

A dev spun up a full self-hosted cloud on a refit workstation—Immich,Calibre-web,Audiobookshelf, andJellyfinall running smoothly onProxmox,Docker, andTailscale. Custom NAS, the works. Cool demo. But it hits a wall: self-hosting’s fine for hobbyists, not scaling. One person can’t out-infra Google. ..

The Future is NOT Self-Hosted
Link
@faun shared a link, 1 week, 5 days ago

Vibe code is legacy code

"Vibe coding"—Karpathy's label for cranking out AI-assisted code at warp speed—lets devs skip the deep dive. It works for quick hacks and throwaway prototypes. But ship that stuff to prod? Cue thetechnical debt...

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