19 May 2025
In modern APIs, especially integrations with third-party platforms, it’s common to receive JSON payloads where a field like "command"
determines the structure of the "record"
or "data"
part of the payload.
More …
08 Nov 2024
I was recently working on a task but needed to switch to a different task but carried on working without stashing the changes from the original task before starting the new one. Later on I needed to create a new branch and wanted to create seperate stashes for each task.
More …
01 Oct 2024
I often work in the main branch and then create a new branch when I’m ready to commit changes, I find this easier than creating a new branch when I start something but it does means I sometimes commit changes to the wrong branch.
More …