So I actually needed to know way less Vim than I freaked out about on Tuesday. Whoops. I am going to start adding a list of new commands and stuff I learn on here, both as a way to help any other juniors who might be reading this, and also to cement them in my brain through repetition, just as soon as I figure out why WordPress hates tables. Stay tuned!
- What did you learn yesterday?
- What are you going to do today?
- What do you expect to learn?
Yesterday, with much help and trial and error, I figured out how to SSH into a web server and make it serve a static page. That pretty much took most of the day. In the process, I learned four new Vim commands (:wq, i, j, k) and three new Unix terminal commands (cat, curl, tail)! I also did a couple more of the Treehouse ‘learn to make a website’ courses.
Today I’m going to rewrite the Roman Numeral kata and then work some more on making tests for my 4×4 tic-tac-toe.