About 6 results
https://ayc0.github.io/posts/how-to-learn-css-with-games · 26 Jan 2023
A tiny list of websites to learn CSS while playing interactive games
https://ayc0.github.io/posts/yarn-lock-how-to-update-it · 5 Sep 2021
Yarn comes with a lock file `yarn.lock` that isn’t made for human to edit it. But sometimes you need to do a specific edit in it (like dropping a specific package). This article highlights a few different ways to do so
https://ayc0.github.io/posts/yarn-lock-how-to-read-it · 27 Jul 2021
Yarn comes with a lock file `yarn.lock` that isn’t made for human to read it. But when using the tool, you sometimes need to go through it to be able to understand it (specially when reviewing PRs)
https://heaths.dev/azure/2020/05/08/get-azure-search-keys-in-arm-templates.html · 8 May 2020
Late in 2019 I start working with a colleague on a common pattern of creating test resources using ARM templates. A script deploys the template using a common set of variables and outputs both common variables and any custom variables that tests for a serv...
https://heaths.dev/tips/2020/05/06/powerline-in-vim.html · 6 May 2020
As a long-time vim user (though I more commonly use Code these days), I relish the opportunity to improve my experience. I’ve been using Powerline for my bash prompt for a while and even developed a pure PowerShell variant. I wanted to integrate it into ...
https://heaths.dev/tips/2019/11/11/rebasing-commits-on-one-topic-branch-onto-another-branch.html · 11 Nov 2019
Rebasing commits on one topic branch onto another topic branch is a great way to stay productive while waiting for pull requests to be reviewed. Even if subsequent commits are made to the original topic branch, you can still create a subsequent PR with onl...