Skip to content

Instantly share code, notes, and snippets.

View khalidwilliams's full-sized avatar

Khalid Williams khalidwilliams

  • Homebound Technologies, Inc.
  • Chapel Hill, NC
View GitHub Profile
@khalidwilliams
khalidwilliams / json_local_storage_review.md
Last active July 16, 2019 17:52
1904 JSON / localStorage Review

JSON and Local Storage Review

It's important to remember why we use JSON and localStorage -- formatting and saving data on the user's computer, via the WebStorage API.

Using localStorage

localStorage gives us access to a storage object in the browser (go ahead and try calling localStorage in the console. We get an object back!)

This object gives us access to a few methods, such as:

  • localStorage.setItem([key],[value]) => undefined
  • localStorage.getItem([key]) => "[value]" (as a string)
@khalidwilliams
khalidwilliams / NewSpec.md
Last active July 16, 2019 19:01
Breaking Down a New Spec

Breaking Down a New Spec

Learning Goals

  • Talk through the process of tackling a new project
  • Review wireframing
  • Understand how to use project management tools

Getting Started

Projects will always be technically difficult, but tackling the technical challenges gets easier when you have a strong process. Our goal today is to break down and demonstrate that process.

@khalidwilliams
khalidwilliams / Overlook_1906.txt
Last active September 18, 2019 17:28
Overlook links
Add your repo / deployment links in a comment by 9am on Sept 18th

jQuery DOM Practice

This gist contains some exercises to practice jQuery DOM traversal.

We'll use this list of presidents to practice.

Complete the following exercises in repl. You can always console.log things to verify your selections work.

  1. Select all of the tr elements.
  2. Make the background color of cells in the Name, Term and Party Affiliation columns red, white and blue, respectively.
  3. Make the check box cells of any Federalist, whig and democratic presidents blue (you can add a class of blue)

Week 1 Project Submission

You did it! First project down. Give yourself a pat on the back and take a well-deserved nap.

Comment on this gist with a link to your GH Repo and deployed site (if you deployed it -- no worries if not!).

Proud of Y'all

Paired Project Submission

congratulations gif

VRAD is BEEN HAD.

Congrats y'all, the paired project is done!

When you're ready to submit, comment on this gist with your:

  • Group Memembers

Mid Mod Submission

girl smashing bowl in celebration

YOU DID IT!!!!!!

Throw a comment down below with a link to your mid mod repo.

Final Project Submission

school's out

Congratulations! Last project is DONE.

When you're ready to submit, comment on this gist with your:

  • project link
  • deployed site (if deployed)
  • project manager