Migrating Kubernetes PVCs from csi-proxmox to csi-cephfs
My journey moving from Proxmox VMs to CephFS as my k8s primary data storage.
Practical notes on building for the web, maintaining infrastructure, and solving the small problems worth documenting.
My journey moving from Proxmox VMs to CephFS as my k8s primary data storage.
Sometimes it's really nice to be able to hide a field from UI. Maybe you want to show instructions, but without the unnecessary label. Let's see how to best handle that.
Look at this quick tip to preview NavigationStack in Xcode when develping your app in SwiftUI.
Adapting Gutenberg classes into your ACF Blocks can be a pain. Let's look at ways to make that better.
Improve your content editor experience by removing when the Gutenberg editor selectively when it's not needed.
ChatGPT is crawling the web and learning as it goes. What can you do to keep your content out of the training models?
Learn how to tag Google Analytics events using the Plyr media player Javascript package.
Adding/removing files in your Steam Deck doesn't have to be a pain. Let's see how we can smooth out the process.
Installing Font Awesome with Nuxt 3 is easy, but there a few gotchas that you may not be aware of.
Manipulating Gutenberg blocks at runtime is easy and sometimes necessary. Let's give it a try with the block_type_metadata filter.
Use PlexTraktSync to automate your media consumption between Plex and Trakt.tv.
One of the most common accessibility and HTML validation warnings are the missing lang tag on the HTML tag. Let's explore fixing that using NextJS.