Published onNovember 15, 2023How to use tRPC types outside of a monorepowebdevtutorialThis article provides a tutorial on how to use tRPC outside of a monorepo. It covers setting up a tRPC repo, exporting the types as an npm package, and consuming these types in another repository.
Published onNovember 7, 2020Creating a Garage for my Roombaarduinohardware3d-printingBuilding a hidden garage for my robot vacuum cleaner
Published onMay 27, 2020How to clone a VM in ProxmoxlinuxdevopsStep by step instructions for how to clone a VM in Proxmox
Published onMay 20, 2020How to expand the disk on a Ubuntu VMlinuxdevopsLearn how to expand the disk on a debian based virtual machine.
Published onMarch 4, 2020What is HTML CanvaswebdevNot sure what HTML canvas actually is? The intention of this post is to help understand the best use cases for this API.