Learning CLI stuff. touch is how you make a new file. I love that. It’s poetic, as though the file, any file you want, exists, and all you have to do to call it forth into reality is touch it.

Also starting The Odin Project. Foundations first. Basics. Have to start somewhere. I have a list of Dev Notes I’d like to accomplish, mostly in JavaScript. Start with FrontEnd to help with UX, as I’m considering a Bachelor’s Degree.

Wish me luck.


Solve Problems

  1. Layout the logic. Describe what a thing will look like, what the information needed will be, then where that information comes from. The user, or somewhere else?
  2. Pseudocode. Think specific and logically.
  3. Divide and conquer. Atomize. Start mega-granular and precise.