Home

This is the home of Theta Nil’s Guides to the Great Journey. Here we discuss things which I found interesting in my life, at least in the last 15 years…

breakdown

  • programming languages

  • computer tricks

  • projects

  • art

  • cycling

  • pictures

  • music

  • opinions

  • show and tell

  • tricks

flowchart LR
  FREEDOM["`**Freedom**
  _Jenkins_`"]
  MIDDLEWAY["`Middle Way
    _ADO_`"]
  FREESTUFF["`**Free Stuff**
  _GitHub_`"]

  FREEDOM <--> MIDDLEWAY <--> FREESTUFF
mindmap
  root((map))
    ADO
      reason: lack of autoscaler in GH
      pipelines
        terraform
          create updated VM images
          replace image in Scale Set
        lin build
        win build
    CloudSpace
      Scale Sets
        Windows
        Linux
    GitHub
      sources
      documentation
    Generalized
      Images - For Dev & CI & Test
      Sources - For Devs
      CI Tool - DevOps
      CloudVMs - For Build
      Artifacts - Delivery
flowchart TD
  VMSS_WIN["`Windows 2019
    VM Scale Set`"]
  VMSS_LIN["`Ubuntu 22.04
    VM Scale Set`"]

  ADO_
  BC1["`Build Container`"]
  id2{workflow: build container}

  BC1 --> id2