OSSU blog #3

👉This is post #3 in a series I'm writing as I go through the OSSU curriculum. Read post #1 for the full background on why I'm doing this How to Code: Simple Data This course was next up after the math prerequisites. A large chunk of…

OSSU blog #2 - the math prerequisites

👉This is post #2 in a series I'm writing as I go through the OSSU curriculum. Read post #1 if you want to know more about why I'm going through OSSU and blogging about it. I forgot a lot of math The first thing I did…

OSSU blog #1 - why and how

I recently committed myself to completing the OSSU computer science cirriculum. This post is the first in (what I hope to be) a series of blog posts that document my journey. This post will address what led me to OSSU, why I decided to document my experience in public, and…

OneDrive and git - don't do it

I recently turned on OneDrive's "Known Folder Move" feature, which syncs your "known folders" (Documents, Downloads, and Pictures) to OneDrive. I had been keeping my git repositories in my Documents folder, which means they were now being synced to OneDrive. tl;dr - OneDrive&…

Django template formatting in VSCode

I'm currently learning Django. Doing things in Visual Studio Code has been an awesome experience - except for one thing. Whenever I would save a template, some sort of autoformatting would happen and make my Django template tags look really undesirable. Here's an example (shoutout to…