skip to content
Alvin Lucillo

Typescript, Helm, and Music

/ 1 min read

💻 Tech

In Typescript, you can set a value to one or more variables in one line using the following syntax:

let a = b = c = 1;

In Helm, you can list all the versions of a chart using the following command:

helm search repo <chart-name> -l

♬ Music

While studying Canon in D by Pachelbel, I notice that its chord progression is similar to a lot of pop songs. For example, “Memories” by Maroon 5. As someone who played music by chords and music sheets, one thing I also noticed is that some of the notes follow the broken chord pattern of its chord progression. I think it’s a good way of looking at classical music pieces like this.