Join us

ContentUpdates and recent posts about SERP Clapper for Medium..
Story
@laura_garcia shared a post, 3 weeks, 3 days ago
Software Developer, RELIANOID

🎯 Black Hat USA 2025 is approaching!

📅 August 2–7, 2025 | 📍 Mandalay Bay, Las Vegas We’re excited to join thousands of cybersecurity professionals for six days of cutting-edge Trainings, Briefings, and live tool demos. RELIANOID will be there, showcasing our latest high-performance load balancing and proxy solutions—built for the most ..

Evento Black Hat Las Vegas August 2025 RELIANOID
Link
@anjali shared a link, 3 weeks, 4 days ago
Customer Marketing Manager, Last9

Auto-Instrument Your Applications Using OTel Injector

Automatically instrument your apps on Linux with the OTel Injector, no code changes, minimal setup, and support for Java, Node.js, Python, and .NET.

Otel_injector
Story
@laura_garcia shared a post, 3 weeks, 4 days ago
Software Developer, RELIANOID

🎉 In case you missed it!

We’re still grateful for the amazing article published earlier this year on Lockerz.com: 🛡️ “Strengthening Your Defense: A Guide to Web Application Security and the Role of RELIANOID Load Balancer” It’s a great read on why web application security matters—and how RELIANOID Load Balancer helps organi..

Lockerz Article about RELIANOID
Story ManageEngine Team
@angie shared a post, 3 weeks, 4 days ago
Product Marketing Analyst, manageengine

Conversational Observability: Your applications are ready to talk back (in real-time!)

From passive telemetry to interactive intelligence

The gist: Most observability systems are silent partners. They stream data, light up dashboards, and trigger alerts—but they don't interact. We're proposing something radically new: Conversational Observability. Imagine applications that don't just emit signals, but actively respond to your questions, offer real-time feedback, and expose their internal state on demand through self-description APIs.

Think about it: what if you could ask your app, "Why did you crash?", and get a structured, intelligent, and introspective answer?

In this deep dive, we'll cover:

Why this concept is crucial in the age of AI, ephemeral infrastructure, and auto-remediation.

What it looks like to implement conversational observability today.

The evolving role of modern APM platforms like ManageEngine Applications Manager in making this paradigm a reality.

Story
@laura_garcia shared a post, 3 weeks, 5 days ago
Software Developer, RELIANOID

🌍 Cybersecurity & Sustainability: Building a Responsible Industrial Future

At RELIANOID, we believe a greener industry must also be a safer industry. 🔐 A new report from the Industrial Cybersecurity Center (CCI) highlights a powerful trend: aligning cybersecurity with ESG and sustainability goals is becoming essential for modern industrial resilience. From secure OT enviro..

Blog Cybersecurity and Sustainability A Joint Path Toward Responsible Industry
Link
@anjali shared a link, 3 weeks, 5 days ago
Customer Marketing Manager, Last9

How Prometheus 3.0 Fixes Resource Attributes for OTel Metrics

Prometheus 3.0 supports resource attribute promotion for OpenTelemetry metrics, enabling direct labeling without `target_info` joins.

Prometheus_resource_attributes
Story Trending
@angie shared a post, 3 weeks, 6 days ago
Product Marketing Analyst, manageengine

The future of observability is developer-native: A deep dive into the next wave of diagnostics

"The systems we build are becoming too complex to merely monitor. We need systems that explain themselves."

Once upon a time, just monitoring your systems was enough. You had a few servers, maybe Nagios or Zabbix, some uptime checks, and that was it.

Then everything changed. The cloud arrived, followed by containers, microservices, and serverless. Suddenly, your "app" wasn't just a server; it was dozens of services, scattered across data centers, ephemeral environments, third-party APIs, and edge locations.

Monitoring just doesn't cut it anymore.

Today, we're firmly in the era of observability.

The future of observability is developer-native: A deep dive into the next wave of diagnostics
Story FAUN.dev Team Trending
@eon01 shared a post, 3 weeks, 6 days ago
Founder, FAUN.dev

Halfway Through 2025: These Are the Open Source Tools Everyone’s Talking About

2025 isn’t slowing down. From AI agents and lightweight frameworks to infrastructure that actually scales, open source is where the real innovation’s happening.

We’ve combed through FAUN.dev newsletters and community picks to bring you the standout projects developers are loving this year.

Every click you've made is a vote for what's hot and what's not in the open source world. We've analyzed thousands of interactions to identify the tools that have truly captured the attention and imagination of the FAUN.dev community.

If you're curious what's making waves in real dev workflows, this list is your shortcut.

The Hottest Open Source Projects
Link
@faun shared a link, 4 weeks ago

Policy Zones: How Meta enforces purpose limitation at scale in batch processing systems

Meta’s Privacy Aware Infrastructure (PAI) slamsGovernable Data Annotations (GDAs)at runtime. It parses SQL across itsexabyte-scalewarehouse and blocks any flow that floutspurpose-usepolicies. It welds Unified Programming Model (UPM), Policy Evaluation Service (PES), Warehouse Permission Service (WP..

Policy Zones: How Meta enforces purpose limitation at scale in batch processing systems
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