If your Wacom tablet stopped working after you installed Parallels.
Continue readingMonthly Archives: June 2019
How to Configure Sub-Routes in NextJS
For sub-routes like guides/post-slug
to work, 3 pieces need to be in place:
Interactive Git Commands Cheatsheet
I found this link in one of StackOverflow answers–very useful in understanding how git works.
Git Submodule Life-Saving Setup
What’s the use of git submodules? It’s mostly useful when you want to work on the code in both the main repo and the sub repo at the same time. Otherwise, a normal dependency management system would suffice.
To have submodules safely set up so that you run into walls less often, do the following:
Continue reading