May 2024 / TypeScript TypeScript: Use Satisfies for Exhaustive Type Checks Compile-time safety for exhaustive type checks can be achieved with satisfies never. It's best practice to use it in every switch case statement.
Dec 2023 / Apple Fix Spotify & Apple AirPods Pro Randomly Changing Volume Level How to fix the problem or bug of randomly changing the volume level of Apple AirPods Pro 2 used with the Spotify app, tested on iOS 17.
Sep 2022 / Coding [How-to] Salesforce Pardot Dependent Field on Checkbox In Salesforce Pardot Forms, fields can be made dependent on each other. This does not work for checkboxes. Our javascript code makes it possible.
Mar 2022 / Quick Tip [Quick Tip] Easiest Way to get your SSH Keys onto a new Machine GitHub offers an easy HTTP-API to download your public key without prior setup. You can use it to easily configure SSH logins on a new machine.
May 2020 / Quick Tip [Quick Tip] Deploy React App build to any Subdirectory You can deploy your react app to any subdirectory by setting the homepage attribute to a relative path inside your package.json