Short solutions to problems I have encountered that are copy and paste ready.
Title | Description | Category | Last Updated |
---|---|---|---|
Python Decorators | How to create optionally callable python parameterized decorators, in python | Python | Nov 2023 |
Playwright Testing | A GitHub Actions workflow that caches browsers and pnpm installs. | JavaScript | Oct 2023 |
Only allow pnpm | When using pnpm on a project, disallow others from accidentally running `npm install` or `yarn`. | JavaScript | Oct 2023 |
Virtualbox on Windows | Docker Desktop, WSL, Hyper-V, VirtualBox: a networking easy path | Virtualization | Oct 2023 |
Devcontainers | Setup Visual Studio Code devcontainers with caching for I/O sensitive folders | Virtualization | Jul 2023 |
How to create optionally callable python parameterized decorators, in python
Category: Python
Last Updated: Nov 2023
A GitHub Actions workflow that caches browsers and pnpm installs.
Category: JavaScript
Last Updated: Oct 2023
When using pnpm on a project, disallow others from accidentally running `npm install` or `yarn`.
Category: JavaScript
Last Updated: Oct 2023
Docker Desktop, WSL, Hyper-V, VirtualBox: a networking easy path
Category: Virtualization
Last Updated: Oct 2023
Setup Visual Studio Code devcontainers with caching for I/O sensitive folders
Category: Virtualization
Last Updated: Jul 2023