Netdata is an open-source (GPLv3) real-time server monitoring tool, collecting system metrics at second-level resolution with hundreds of preconfigured alert rules and 200+ application monitoring.
Provider
6 results shownBun is an open-source JavaScript all-in-one toolkit created by Jarred Sumner in 2022, combining a runtime, package manager, bundler, and test runner, starting up 4x faster than Node.js for high-performance JavaScript development.
Munin is an open-source server resource monitoring tool from Norway with a Perl-based Master/Node architecture and RRDTool graphing engine. Its plug-and-play plugin mechanism keeps deployment simple for small server clusters.
Yarn is an open-source JavaScript package manager released by Facebook (Meta) in 2016, compatible with the npm ecosystem, known for deterministic yarn.lock, offline caching, and Workspaces, typically 2x faster than npm.
Gatsby is an open-source React-based static site generator that integrates various data sources through a GraphQL data layer to generate optimized, high-performance static sites, and offers Gatsby Cloud hosting.
SolarWinds, founded in 1999 and headquartered in Austin, Texas, is a leading provider of IT monitoring and observability software. Its Orion platform covers network, server, database, storage, and ITSM, serving 300,000+ customers worldwide.
Article
12 results shownGoogle Cloud makes AlphaEvolve available as AI optimization enters developer workflows
Google Cloud's AlphaEvolve availability shows AI moving beyond content generation into engineering optimization, algorithm exploration, and decision support.
Google Cloud unveils next-gen Titanium accelerator, offloads virtualization overhead
Google Cloud announces next-generation Titanium accelerator that offloads network and storage virtualization to dedicated hardware for consistent instance performance.
'Building a Blog with Astro: A High-Performance Static Site Framework Guide
Astro is a high-performance static site framework. This step-by-step guide
Building a Static Website with Hugo: Quickly Create a Business Website
Hugo is a blazing-fast static site generator. This article covers Hugo installation, configuration, and deployment workflow for building a business website.
AWS Lambda SnapStart extends to Python and .NET, reduces cold starts by 90%
AWS Lambda SnapStart now supports Python and .NET runtimes, reducing cold start latency from seconds to milliseconds.
Functional vs Non-Functional Requirements: Performance, Security and Usability
Functional requirements answer "what the system does"; non-functional requirements define "how well it does it." Based on IIBA BABOK and software engineering standards, this guide covers performance, security and usability quality attributes.
Redis Caching and Backend Performance: Strategies, TTL and Penetration Protection
A backend caching optimization guide based on the official Redis documentation covering data types, Cache-Aside strategies, TTL, cache penetration/stampede/avalanche protection, and Session storage.
React 19 in Practice: Actions, Server Components and the Compiler
React 19 is stable, introducing Actions, useOptimistic, Server Components and the React Compiler. This guide walks through the core features and offers practical adoption advice for forms and data mutations.
CDN Image Optimization: WebP/AVIF and Responsive Images Guide
Optimize images with a CDN — WebP/AVIF conversion, resizing and quality control, responsive images, and image CDN practice to boost loading and LCP.
HTTP/3 and QUIC Acceleration: 0-RTT and Multiplexing in Practice
How HTTP/3 and QUIC accelerate the web — 0-RTT, true multiplexing, connection migration, and no head-of-line blocking, plus CDN and origin deployment tips.
Go and Gin Backend Development Guide: Routing, Middleware and Concurrency
A backend development guide based on official Gin and Go resources covering routing, middleware, JSON binding, and the goroutine concurrency model.
CSS Transitions and Animations in Practice: From transition to Scroll-Driven
Transitions smooth state changes, @keyframes make complex motion possible, and scroll-driven animations map scroll progress to animation progress. This guide covers usage, enter/exit tricks and performance essentials.