Skip to content

Instantly share code, notes, and snippets.

View vladd-png's full-sized avatar
🌸

Virginia Ladd vladd-png

🌸
View GitHub Profile

Template for DTR Memo

Project: Learning Node.js

Group Member Names: Virginia Ladd & Cody Smith

Goals and Expectations for the Project (What does each group member hope to get out of this project? What do we want to achieve as a team? How will we know that we're successful?):

Accountability to do the work. Goal: 10 hours of code a week, which is 2 hours for the 5 day work week.

@vladd-png
vladd-png / Do-The_Thing.md
Last active April 1, 2020 15:44 — forked from Garrett-Iannuzzi/Do-The_Thing.md
Do-it-do-it-now

Do the thing

  1. In the terminal run: npx create-react-app NAME-OF-APP
  2. Cd into the new directory: cd NAME-OF-APP
  3. Run: npm install.
  4. You can run npm start to see if the app was set up correctly.

Who Are You? Why Are You Here? What's Next? I attended University of Colorado at Boulder, originally in the Engineering school because I was good at math and preferred writing equations to writing papers. After just one semester though, I learned that was not for me, and switched to the school of Archiecture and Urban Design. It was the architecture school that showed me my love for design, but it was the TAM program I took for my minor that showed me a love for programming. TAM stands for Technology Arts & Media, and was an intro course to HTML and CSS. We designed basic layouts in Adobe Creative Suite, and built them in our text editor, which at the time was Sublime. When Architecture wasn't really doing it for me, coding was checking all the boxes. I knew before I had graduated that this was the career path I wanted to follow. Shortly after graduation I began applying for jobs in the technical field, believing I was passionate enough about the material that I would learn what I needed, after I got the job.

@vladd-png
vladd-png / DTR_Carla_1.md
Last active October 7, 2019 21:08
DTR with Carla Module 1

Template for DTR Memo

Project: Intention Timer

Group Member Names: Virginia Ladd & Carla Geglio

Goals and Expectations for the Project (What does each group member hope to get out of this project? What do we want to achieve as a team? How will we know that we're successful?):

Not only learning technical, but communication skills. We want to achieve a cohesive solution, not just a one-sided answer. We'll know we're successful when we have aproject we're proud of at the end.

@vladd-png
vladd-png / DTR.md
Created October 7, 2019 20:10
Define The Relationship Template

Template for DTR Memo

Project:

Group Member Names:

Goals and Expectations for the Project (What does each group member hope to get out of this project? What do we want to achieve as a team? How will we know that we're successful?):

Team strengths & collaboration styles (consider discussing your Pairin qualities here):

How we can use our strengths to overcome obstacles:

@vladd-png
vladd-png / mod_0_assessment_checklist.md
Last active August 29, 2019 21:41 — forked from damwhit/mod_0_assessment_checklist.md
Mod 0 Technical Assessment Checklist

Checklist/Rubric

Part I: Creating Directories and Files; Initializing Git and Pushing to GitHub

  • I named my directories correctly.
  • I named my files correctly.
  • I structured my files and directories correctly.
  • I made only one initial commit.
  • I pushed my initial commit to GitHub.
@vladd-png
vladd-png / mod_0_session_4_assignments.md
Last active August 27, 2019 21:03 — forked from damwhit/mod_0_session_4_assignments.md
Mod 0 Session 4 Assignments

Session 4 Practice tasks:

The tasks listed here should take you approximately 180 minutes total.

To start this assignment:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of this document.
  2. Click the Edit button when you're ready to start adding your answers.
  3. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.
@vladd-png
vladd-png / beginners_guide_to_git.md
Last active August 22, 2019 19:17
Beginners Guide to Git

Introduction to Git and GitHub

A basic beginners guide that should not replace the original guide online

Git is a Version Control System (VCS) that allows you to save work on your project, and reference previous states of a project when needed.


Essentials Everyone will need to Begin their Journey with Git

  • Github Account
  • Git loaded onto personal terminal
@vladd-png
vladd-png / mod_0_session_3_practice_tasks.md
Last active August 22, 2019 18:46 — forked from damwhit/mod_0_session_3_practice_tasks.md
Mod 0 Session 3 Practice Tasks

Session 3 Practice Tasks

The assignments listed here should take you between 1.5 and 2 total hours.

To start this assignment:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of the document.
  2. Click the Edit button when you're ready to start adding your answers.
  3. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.