Skip to content

Instantly share code, notes, and snippets.

@evoingram
Created December 18, 2019 21:11
Show Gist options
  • Save evoingram/2dbde40033601f77d875c11167af49e8 to your computer and use it in GitHub Desktop.
Save evoingram/2dbde40033601f77d875c11167af49e8 to your computer and use it in GitHub Desktop.
2019-11-19
I am sooo excited; I learned how to do a digital JS timer (https://github.com/evoingram/LambdaSchool/compare/21a1?expand=1).
Monday we're supposed to do DOM I, beginning DOM elements, and because I've already substantially completed the BW project with
every stretch goal as i am aware, i went to start next week's assignments. I have also made all notes for next week's lessons
in my notebook.
The stretch for Monday's assignment was to create a digital timer, and then there were stretches on top of the regular stretch
timer, and i did all of them; pretty proud of myself for that. Took me quite a while to figure out what i was doing wrong, but
i got it eventually.
This morning, i presented what i had to my team and i had the wrong git branch pulled, so there were still kinks left to work out,
but it's because i forgot to get the latest git branch, because i was doing a j30 project and that one doesn't necessarily have
the newest version of other things. I have a master branch for my overall Lambda git folder, and then i make a mini 'master'
branch with the original files for the particular project i'm working on with 'm' at the end, and then i use the same git branch
name w/o the 'm' to make changes, commit, and do the project on. Then my TL merges to the 'm' branch. i figured this out during
the git unit/section because i wasn't about to have 800 repositories just for school clogging up my Github; nope, nope, nope.
The school only teaches you to fork each project and clone it into a separate repository, so i figured out the rest on my own and
with the resources they provided us all.</p><p>In the morning, I'll make sure my Build Week project is totally polished, which it
should be or mostly should be if i pull the right git branch, and write some notes for a possible presentation, then go on to
Tuesday's assignments.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment