I'm learning Django with Obey the Testing Goat. This page is a draft of my miscellaneous notes.
Currently on this chapter: https://www.obeythetestinggoat.com/book/chapter_javascript.html
Learning Django (draft)
Related Posts:
The Franken-Algo Singularity Is HereThe singularity is here and it is not in the form of artificial general intelligence. It is in the form of franken-algorithms, algorithms that work wi… Read More
Fix init sequence in Raspberry PiIf the init sequence gets broken and you can't get to a shell on a Raspberry Pi (I'm using 3 model B), you can boot into recovery mode this way. Hit… Read More
Use SSH key in GitCreate a key. ssh-keygen -b 4096 Add key to github.com > Settings > SSH and GPG Keys. Direct link: https://github.com/settings/keys To use an … Read More
Backing up Windows 8.1 with GPartEd and ClonezillaWhen I get a new Windows computer, I back up the OS so that I can revert to it should OS updates or other software make it fail in ways that are too c… Read More
Copy working directory path to Mac clipboardTo copy the current working directory's path to the Mac's clipboard: alias cppwd='eval "echo `pwd` | tr -d \\\\n | pbcopy"' Put this alias in .profile… Read More
0 comments:
Post a Comment