Join us

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

Google Cloud unveils AI-focused updates to Kubernetes Engine

Meet theCluster Director for GKE. This beast masters GPU/TPU clusters seamlessly, herding them with Kubernetes APIs like a rodeo star. Meanwhile, theGKE Inference Gatewayramps up AI model performance. It's like magic but real: Serving costs tumble by up to30%. Tail latency? Chopped by up to60%... read more  

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

Optimize Gemma 3 Inference: vLLM on GKE 🏎️💨

GKE Autopilot's GPUmeans business—AI inference tasks don’t stand a chance. Just two arguments and, bam, you’ve unleashed NVIDIA's beastly Gemma 3 27B model, which chugs a massive46.4GB VRAM. ⚡️ Meanwhile, vLLM squeezes the models with bf16 precision, though optimization requires wrestling with algor.. read more  

Optimize Gemma 3 Inference: vLLM on GKE 🏎️💨
Link
@faun shared a link, 8 months, 1 week ago
FAUN.dev()

Kubernetes 1.33 – What you need to know

Kubernetes 1.33 shakes things up with game-changing updates.LIST streaming encodingtrims down API Server memory like a chef with a sharp knife. Deliberate deletion orders lock down security tighter than a drum. And get this:in-place updatesfor Pod resources ditch those annoying restarts! Finally, us.. read more  

Kubernetes 1.33 – What you need to know
Link
@anjali shared a link, 8 months, 1 week ago
Customer Marketing Manager, Last9

Observability vs APM: What’s the Real Difference?

Observability goes beyond APM—it's not just about metrics, it's about understanding why things break, not just that they did.

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

Logging vs Monitoring: What’s the Real Difference?

Logging and monitoring work together, but they’re not the same. Here’s how they help you understand, fix, and improve your systems.

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

Debug Logging: A Comprehensive Guide for Developers

A clear guide to debug logging—what it is, how to use it well, and why it matters when you're trying to understand what your code is doing.

Debug Logging_ A Comprehensive Guide for Developers
Story
@shurup shared a post, 8 months, 1 week ago
@palark

Nelm, a new alternative to Helm, is GA

werf

werf, a CNCF Sandbox project, announced Nelm as a new tool for deploying Helm charts.

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

GTS 2025 - here we go

🚀 RELIANOID is heading to Atlanta, Georgia for the Georgia Technology Summit 2025 on April 16th! We’re thrilled to be part of this premier event hosted by the Technology Association of Georgia (TAG)—a day dedicated to innovation, collaboration, and the future of tech. 💡🌐 With 1,200+ tech and busines..

Georgia_Technology_Summit_RELIANOID 2025
Story
@viktoriiagolovtseva shared a post, 8 months, 1 week ago

Difference between Agile and Scrum

Agile is a methodology that helps teams build products through iterative development, continuous feedback, and adaptability. Scrum is a framework within Agile that provides a structured way to manage work using fixed-length iterations called sprints.

difference-between-Agile-and-Scrum
Link
@anjali shared a link, 8 months, 1 week ago
Customer Marketing Manager, Last9

How to Use Prometheus for APM

Learn how to turn Prometheus into a powerful APM tool—track app performance, reduce guesswork, and get real visibility into your systems.

prometheus
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.