Sending your collectd metrics to Gnocchi
A tutorial on configuring collectd to send system metrics to the Gnocchi time-series database for monitoring and visualization.
A tutorial on configuring collectd to send system metrics to the Gnocchi time-series database for monitoring and visualization.
A summary and collection of links, blogs, and media coverage from the Script'17 conference held in January 2017.
A technical comparison of Zig and C, analyzing how Zig's design prevents common C pitfalls like null pointer bugs and redefinition errors.
A guide on overriding built-in ASP.NET Core services like logging for custom implementations, using dependency injection.
Explains why GIFs are slow on the web and offers two solutions: replacing them with HTML5 video or using lossy compression tools.
A guide to creating custom web animations using Promises, requestAnimationFrame, and CSS Transitions as an alternative to the Web Animations API.
A critical analysis of HyperConverged Infrastructure (HCI) vendors' misleading deployment claims and the reality of complex, often flawed, installation processes.
Explores using PostgreSQL's full text search and trigram similarity in Django for a college search feature, detailing implementation choices.
Explains how to apply progressive enhancement principles to CSS, covering fallbacks and feature queries for robust web design.
Final part of a series on building a product classification API, covering the creation of a custom Python class and web app for categorizing product titles.
Explores techniques for handling checked exceptions within Java 8 Stream operations, proposing solutions and establishing common terminology.
Explains how the Chrome team uses star counts on bug reports to prioritize developer pain points, but clarifies it's not a strict guarantee.
A proposal for PEP 543, which aims to create a unified TLS API for Python to address issues with the current standard library approach.
A tutorial on creating a custom health endpoint monitoring middleware for .NET Core applications to check service status.
A guide to using VSTS Release Management and tokenization to deploy Azure Web Apps with environment-specific configurations.
A comprehensive guide to dependency injection in ASP.NET Core, covering service lifetimes, registration, and best practices for testable code.
Explores how Deep Work techniques can help achieve a state of Flow, leading to greater satisfaction and improved skills.
Author expresses honor at being selected for VMware's 2017 vExpert program, highlighting community engagement and technical influence.
A guide on using Yarn to manage and test locally developed Node.js packages, including filesystem and Git repository integration.
A guide to dynamically rendering React components using a switch statement based on component types, inspired by Redux reducer patterns.