Reddit Coding Experiment, Session 1 Notes

By: Anthony Naddeo - (education)

Demo

This is what we built. Here is the github commit.

Recording

This is a recording of the stream.

Links from this session

These links apply generally

Stream notes

After each stream I’ll put up a page like this one with resources.

Worksheet

This is the work that we planned out in advance for this session.

Whiteboard

This is an export of whatever I used the whiteboard for.

Console history

This is what I executed on the stream.

asciinema rec
tmux
cd workspaces/reddit-coding-exp-0_take2/
git status
git fetch
gs
git rebase
gs
cd w
cd workspaces/reddit-coding-exp-0_take2/
bash
vim ~/.bashrc
vim ~/.config/fish/config.fish
which node
node --version
npm start
cd workspaces/reddit-coding-exp-0_take2/
npm start
code .
git status
git add -p
gs
git commit -m 'Added completed state'
git status
git push
git status
git add -A
gs
git commit -v
git status
git push
git status

Topic Suggestions

Feel free to recommend or suggest a topic that you’re interested in or that you think would be useful. It can be anything, it doesn’t have to be related to what we’ve done so far.

Next time

See the worksheet for the plans for next time. I’ll have it updated before the next stream.