A quick tutorial on how to set up Jujutsu (jj) to use the p4merge tool from Perforce as the UI merging tool.
Technologist, founder, and teacher
A quick tutorial on how to set up Jujutsu (jj) to use the p4merge tool from Perforce as the UI merging tool.
I recently got into a sticky situation where I needed to move code from a repository hosted on BitBucket into one hosted on Azure DevOps, but this particular repo was backing a Netlify site that had autodeployments configured. I quickly…
I bundled together useful code that I’ve reused on several projects for translating/mapping between Javascript models and corresponding API objects, and put it up on GitHub with some documentation for you to reuse.
I almost titled this post “When technologically actually works how you want it to,” but figured it’s such a rare event that nobody would actually believe it and would skip over it. 🙂 Believe it or not, this is one…
Developing applications in React Native is great, but in any real environment you will spend a large majority of your time debugging. Even though you are dealing with a mix of JavaScript and native app code, you can still get…