Skip to content

Instantly share code, notes, and snippets.

@thatPamIAm
thatPamIAm / example.md
Created October 29, 2020 16:29
Example PD gist

Mod 1

Week 1: Week 1 Prompts

Link here to your gist

  • (completed)
  • (partially complete)
  • (not started)

If you will not be able to complete your journal this week, please provide an update for the Career Dev team on when you'll have it completed here:

Pattern Generator

We want to generate serial numbers for each of our products as they roll off the manufacturing line. It's important that the patterns of the serial numbers are tightly defined.

The patterns follow these rules:

  • A . in a pattern represents a place that can be filled with a capital letter A-Z
  • A # in a pattern represents a place that can be filled with a number 0-9
  • Any letter or number in the pattern is a "literal" left in the output
@thatPamIAm
thatPamIAm / 2001-code-wars.md
Last active March 28, 2023 06:07
2001-code-wars
@thatPamIAm
thatPamIAm / 1908_submissions.md
Created January 16, 2020 16:06
1908 Pre-work Submission

Please add a comment with the following:

  1. Your Name
  2. A link to your GitHub repo with your Node Server Tutorial
  3. A link to a repl with the Promise Practice Exercises
  4. A link to your GitHub repo with webscraping workshop
  5. A link to your GitHub repo with your Hooks Ideabox
@thatPamIAm
thatPamIAm / 1906_BYOB.md
Created November 22, 2019 22:37
1906 BYOB Submission

Please add a comment with the following:

  1. Your Name
  2. A link to your GitHub repo
  3. A link to your deployed application
  4. Were you able to complete the base functionality?
  • Seeded a database with at least 2 tables and 1 relationship?
  • 4 GETS, 2 POSTS, 1 DELETE completed?
  • Do all endpoints return response with appropriate status codes?
  • Documentation on all API endpoints in the README?
  • Link to storyboard in README?
@thatPamIAm
thatPamIAm / the_problem.md
Created October 29, 2019 18:32
Write a program that checks if a Sudoku board is completed correctly.
var input = [
  [4, 3, 5], [2, 6, 9], [7, 8, 1],
  [6, 8, 2], [5, 7, 1], [4, 9, 3],
  [1, 9, 7], [8, 3, 4], [5, 6, 2],
  [8, 2, 6], [1, 9, 5], [3, 4, 7],
  [3, 7, 4], [6, 8, 2], [9, 1, 5],
  [9, 5, 1], [7, 4, 3], [6, 2, 8],
  [5, 1, 9], [3, 2, 6], [8, 7, 4],
 [2, 4, 8], [9, 5, 7], [1, 3, 6],
@thatPamIAm
thatPamIAm / push_yourself_1904.md
Created October 28, 2019 14:17
Push Yourself 1904

Please add a comment with the following:

  1. Your Name
  2. The topic you researched
  3. A link to your reflection and/or blog post
  4. Your four sources

Please add a comment with the following:

  1. Your Name
  2. A link to your GitHub repo with your challenge REMINDER: Repo should include a README detailing your process
@thatPamIAm
thatPamIAm / pre-commit.md
Created October 14, 2019 22:19
Pre Commit Script for console logs
#!/bin/sh
#
# An example hook script to verify what is about to be committed.
# Called by git-commit with no arguments.  The hook should
# exit with non-zero status after issuing an appropriate message if
# it wants to stop the commit.
#
# To enable this hook, make this file executable.
@thatPamIAm
thatPamIAm / example-pitch.md
Created October 14, 2019 21:22
Example Pitch

Pitch your capstone project idea in detail

This application is for seniors and caretakers. As the senior, the user can create an account, create to-do lists for errands, housework, groceries, bills, and other tasks they cannot complete on their own. They can add tasks, due dates, task importance qualifiers, and detailed notes. The caretaker can create an account and subscribe to senior lists. In doing so, the caretaker can see a specific list or all lists and the details of the tasks. They can add notes and complete tasks. Once the tasks are complete or notes are added, the senior receives a text message informing them that a task has been completed using the Twilio api. All tasks and user information will be stored on the backend. This app would be completely accessible for all users regardless of their disability.

Tell us the reason why this application should be built

The idea for this app came from a personal experience. A family member had developed multiple disabilities. This meant that they neede