Skip to content

Instantly share code, notes, and snippets.

@abdulredd
abdulredd / se2_intermission_work.md
Last active June 28, 2025 19:34 — forked from mikedao/b2_intermission_work.md
B2 Intermission Work Submission

SE2 Intermission Work

Answer these Check for Understanding questions as you work through the assignments.

HTML

  1. What is HTML?
  2. What is an HTML element?
  3. What is an HTML attribute?
  4. What is the difference between a class and an id? When would you use one vs. the other?
@abdulredd
abdulredd / faker_cheat_sheet.md
Created March 19, 2023 02:16 — forked from mikekovacevic/faker_cheat_sheet.md
Faker Ruby Gem Cheatsheet

A cheatsheet of all the Faker Wiki Pages

Faker::Address

  • city
  • city_prefix
  • city_suffix
  • country
  • postcode
  • secondary_address
  • state
@abdulredd
abdulredd / README.md
Created March 18, 2023 18:15 — forked from iandouglas/README.md
Intro to Co-Authored Git Commits

Intro to Co-Authored Git Commits

Why

In student projects, I commonly look at contribution graphs to see how much code they worked on, to get an idea if one student is doing more work than others on the project. This can be used for coaching and performance grading.

How

Start with your ~/.gitconfig file in your home folder. Add these lines: