Useful blog posts
Git
-
How to create and apply a patch with Git Diff and Git Apply commands for your Drupal website
-
Ignore files in Git without adding them to .gitignore (using
.git/info/exclude
instead) -
Merging two Git repositories into one preserving the git history
-
Merging Two Git Repositories Into One Repository Without Losing File History
C++ tools
-
My C/C++ Dev Setup with VSCode (with clangd, lldb, clang-format, tasks.json/launch.json)
C++ libraries
C++ language features
Python libraries
Math + code
-
Yes you should understand backprop (by Andrej Karpathy)