Folks ask me once in a while what resources I like for learning various aspects of tech, so I've compiled them into a list. These are certainly not the only ways to learn! There are oodles of resources available for each topic, and the ones below are the ones that resonated most with me. If they don't hit the spot for you, keep looking for ones that do! There isn't one right way to learn. I'll update this list every so often!

General bits and pieces

Obsidian is my brain's external hard drive

I make Anki decks whenever I'm learning new things and reviewing old ones

iTerm2 is my favorite terminal interface

How to Read an Academic Paper lays out a process for reading an academic/research paper

Coding tools

Git

I'm still learning the nuances of Git, and these have been super helpful:

  • Git Branching Tutorial is great for learning Git concepts in a visual way
  • GitKraken is great for using Git in a visual way. I mostly use Git commands in my terminal, but I always fire up GitKraken when I need to anything like a rebase

IDEs (Integrated Development Environments)

I mostly use VS Code these days. I have lots of plugins installed, but the ones that apply to all purposes are:

Vim

I use Vim in my terminal for little things and Vim plugins in my IDE and in Obsidian for everything else. It's completely possible to use Vim as a standalone editor, but I like having both options—Vim and modern IDE—available. As I'm learning Vim I'm liking:

Languages

If you're learning your first programming language, freeCodeCamp is an outstanding resource, with full curricula and a friendly, helpful community.

Python

Go

I'm currently learning Go, and liking:

SQL

Technical writing

Ben Meyers is an expert on web accessibility (and and all-around awesome human). Accessibility is a vital consideration in tech writing; not a bonus!

Markdown Tutorial is a great place to learn Markdown basics

CLI design

I can't wait to implement these!

I hope this was helpful! Thanks for reading. 😊