Resources & Tools¶
The Resources & Tools section provides practical reference material, environment configuration guides, and technical cheat sheets. These resources are designed to help developers and engineers set up their terminals, manage Git workflows, build automated CI/CD pipelines, and configure observability tooling.
Technical Resources¶
Select a guide below to explore specific developer tools and cheatsheets:
Development Environment & Version Control¶
Set up local work environments and master core command-line tools:
-
Environment Configuration
A walkthrough on configuring terminal variables, bash/zsh profiles, and local development configurations.
-
Git Commands Reference
A cheat sheet of essential Git commands covering branching, rebasing, stash management, and reflogs.
-
GitHub & Pull Requests
Best practices for opening pull requests, running code reviews, resolving conflicts, and managing code reviews.
-
Open Source Licenses
A comparison of open-source and free software licenses (MIT, Apache, GPL) and how to choose the right one.
CI/CD & Dependency Automation¶
Automate code verification and dependency management pipelines:
-
:material-github-actions: GitHub Actions Guide
A getting started reference for writing YAML workflow files, building build jobs, and running test runners.
-
GitHub Dependabot
Set up Dependabot configuration files to automate version tracking and patch security vulnerabilities in dependencies.
Monitoring, Observability & Analytics¶
Design, measure, and analyze performance and user metrics:
-
A/B Testing Statistics
The mathematical and statistical foundations of running A/B experiments and interpreting significance intervals.
-
Introduction to Observability
Understand the pillars of observability (logs, metrics, traces) and how they support debugging in production.
-
Observability Quality Metrics
Core key performance indicators for telemetry, monitoring coverage, and system-level alerts.
Reference Directories¶
Quick reference indexes and page taxonomies:
-
CheatSheet Index
A directory compiling all developer cheat sheets across the entire portal.
-
Tags Directory
Explore articles and references categorised by topics, domains, and technologies.