A curated collection of publicly available resources on how technology and tech-savvy organizations around the world practice Site Reliability Engineering (SRE)
-
Updated
Oct 20, 2024 - JavaScript
DevOps is a set of practices that combine software development (Dev) and IT operations (Ops). It aims to shorten the systems development life cycle and provide continuous delivery with high software quality.
A curated collection of publicly available resources on how technology and tech-savvy organizations around the world practice Site Reliability Engineering (SRE)
Extracting and parsing data for project production works on a root directory with submodule/monorepo
Parse a & Validate a given directory with multiple entries
A collection of dev-ops tools/tips useful in daily job
Takes any input json file, optionally breaks apart keys by a given delimeter, ie. turns { "keya.keyb": val } into { keya: { keyb: val }}. This will also group all of the same prefixed entries under one key. It will finally then sort all the entries alphabetically, or according to the configured sorting options.
A simple GitHub Action that validates Microsoft DTDL files. It is based on the Microsoft DTDL Validator project.