Bookmarks, page 36 of 68
SQL window functions allow us to see the rows in a table with a new column showing a running total, rank or moving average.
An authentication standard that reduces fraud and provides additional security
Learn about AWS Identity and Access Management (IAM), its features, and basic concepts.
Tool for shell commands execution, visualization and alerting. Configured with a simple YAML file.
Find out how much math is involved in data science and what math you need to know to get started in a data science role.
Simple library for handling keyboard shortcuts in Javascript
Learn how to reduce your application memory consumption with new Ruby distribution. Tagged with ruby, docker, performance, memory.
A list of Free Software network services and web applications which can be hosted on your own servers
Product analytics tool.
Step by step guide on how to setup a complete centralized logging architecture with syslog on Linux. Includes TLS and memory queues.
Complete Guide on understanding the Syslog protocol, syslog message format as well as log forwarding. Best practices included!
Supercharged React dataviz components.
This blog post shows tips and tricks to write resilient and idempotent bash scripts.
Running isolated processes using the namespace kernel primitive
A Job creates one or more Pods and will continue to retry execution of the Pods until a specified number of them successfully terminate. As pods successfully complete, the Job tracks the successful completions. When a specified number of successful completions is reached, the task (ie, Job) is complete. Deleting a Job will clean up the Pods it created. Suspending a Job will delete its active Pods until the Job is resumed again.