Join us

ContentUpdates and recent posts about npm..
Link
@faun shared a link, 8 months ago
FAUN.dev()

Kelsey Hightower on Nix vs. Docker: Is There a Different Way?

Kelsey Hightowertips his hat toNix. It holds promise for sharpeningDockerby taming the chaos of reproducible builds. But don't get it twisted—Docker's not going anywhere. Its ecosystem brims with tools and ease of use thatNixhas yet to match. Hightower challenges theNixcrowd: craft a sustainable eco.. read more  

Link
@faun shared a link, 8 months ago
FAUN.dev()

The Kro Project: Giving Kubernetes Users What They Want

Krosprang into existence powered by the unlikely trio:Google, Amazon, and Microsoft. This tool seeks to untangle Kubernetes orchestration while wearing a stylish, cloud-agnostic hat. It's defying the conventional walls of competition by making things play nicely across platforms. Just seven months i.. read more  

The Kro Project: Giving Kubernetes Users What They Want
Link
@faun shared a link, 8 months ago
FAUN.dev()

OpenTelemetry Observability in Crunchy Postgres for Kubernetes

OpenTelemetrybarges intoCrunchy Postgres for Kubernetesv5.8, tossing away those Prometheus sidecars in favor of OpenTelemetry collectors. It's a bold move: observability without chains. No more vendor handcuffs. Just pure, unfettered insights, delivered fast... read more  

OpenTelemetry Observability in Crunchy Postgres for Kubernetes
Link
@anjali shared a link, 8 months ago
Customer Marketing Manager, Last9

GDPR Log Management: A Practical Guide for Engineers

Learn how to manage logs under GDPR—handle personal data, set retention rules, and stay compliant without losing observability.

gdpr
Link
@anjali shared a link, 8 months ago
Customer Marketing Manager, Last9

Ubuntu var log messages: A Complete Guide for System Admins

A complete guide to Ubuntu's /var/log/messages—your go-to log file for system events, errors, and troubleshooting insights.

log
Story
@laura_garcia shared a post, 8 months, 1 week ago
Software Developer, RELIANOID

RELIANOID AT RSA CONFERENCE

- RELIANOID is heading to San Francisco! April 28 – May 1, 2025 | RSA Conference™ | Moscone Center We’re excited to announce that RELIANOID will be taking part inRSAC™ 2025— one of the world’s most influential cybersecurity conferences. This event gathers security professionals, thought leaders, and..

rsa conference 2025 san francisco RELIANOID
Story
@laura_garcia shared a post, 8 months, 1 week ago
Software Developer, RELIANOID

Looking to maximize uptime and ensure uninterrupted service for your applications?

In high-availability environments, Floating IPs are a game changer — and RELIANOID makes implementing them simple and reliable. A floating IP allows seamless failover between servers, keeping your applications online even if a node goes down. Whether you're managing a web app, an enterprise system, ..

Floating IP Address
Link
@anjali shared a link, 8 months, 1 week ago
Customer Marketing Manager, Last9

APM Observability: A Practical Guide for DevOps and SREs

A no-fluff guide to APM observability for DevOps and SREs—tools, tips, and what actually matters when keeping systems healthy.

application
Link
@anjali shared a link, 8 months, 1 week ago
Customer Marketing Manager, Last9

Getting Started with Prometheus Metrics Endpoints

Learn how to get started with Prometheus metrics endpoints to collect, expose, and query critical data for better system monitoring.

windows
Link
@anjali shared a link, 8 months, 1 week ago
Customer Marketing Manager, Last9

Database Monitoring Metrics: What to Track & Why It Matters

Not all database metrics are created equal. Learn which ones to track, why they matter, and how they help you stay ahead of performance issues.

CDN
npm (Node Package Manager) is the primary package manager for JavaScript and the default package distribution platform for Node.js. It hosts the world’s largest software registry, containing millions of open-source packages used across web development, backend services, CLIs, build tools, and modern JavaScript frameworks.

Developers use npm to install libraries, manage project dependencies, and publish their own packages. It supports semantic versioning, dependency resolution, scoped packages, and audit features for identifying vulnerabilities. npm also provides organizational tools, including workspaces for monorepos, private package hosting, and automation through `npm scripts`.

As a central pillar of the JavaScript ecosystem, npm plays a critical role in the software supply chain, enabling rapid innovation but also introducing security challenges such as dependency confusion, malicious package uploads, and large-scale supply chain attacks. Its integration with Node.js and widespread adoption make it a foundational component of modern JavaScript development.