AZ
Back to constellation
Tools / LabsPublished

Labs

A small cluster of learning/sandbox repos — a C++23 template exercising the spaceship operator, a TypeScript DSA set, and a Terraform local-provider sandbox.

C++23TypeScriptTerraformCMake
Read the write-up

Overview

What it is

Labs is a deliberately low-key cluster grouping the owner's learning and sandbox repos rather than shipped products:

  • a C++23 project template exercising the three-way comparison (spaceship <=>) operator,
  • a hello-interview data-structures-and-algorithms collection written in TypeScript, and
  • a Terraform sandbox using the local provider.

An honest note on scope

The Labs source is not present on this machine, so this entry is grounded only in the portfolio inventory's own one-line description — deliberately, there are no invented stack details, code excerpts, or benchmarks here. When the source is available, this case study can be deepened; until then it stays a truthful placeholder rather than a padded one.

Why it's here

Keeping the labs visible — but small — is the honest move. Not everything is a platform; some of the work is sharpening tools: a modern C++ baseline, algorithm reps, and infrastructure-as-code practice. Grouping them as a single node avoids padding the constellation with three tiny stars while still crediting the work.

Related write-ups