Skip to content

Instantly share code, notes, and snippets.

View ada-instructors's full-sized avatar

ada-instructors

View GitHub Profile
@ada-instructors
ada-instructors / example_pse_logical_steps_review.md
Created June 12, 2025 19:49
Copy of a conversation with ChatGPT to review logical steps for the Example PSE

You're on the right track—your approach demonstrates clear logical thinking, a good understanding of the problem, and effective decomposition of the problem into smaller steps. Here's a detailed review based on your goals:


✅ What You're Doing Well

  1. The structure is logically sound and complete Your approach covers all possible valid combinations of inputs based on the provided rules. This ensures that the function will return the correct result for any input among "rock", "paper", or "scissors".

  2. The steps are language-agnostic

@ada-instructors
ada-instructors / example_pse_observations_questions_review.md
Created June 12, 2025 19:01
Copy of a conversation with ChatGPT to review observations and clarifying questions for the Example PSE

Your observations and reasoning are strong—you're demonstrating thoughtful attention to how the problem is structured, what assumptions are safe to make, and how examples reinforce the logic of the rules. Here's a review based on your two goals:


✅ Review of Your Observations

Observation 1:

You note that the function name and parameter names are specifically given.

@ada-instructors
ada-instructors / pse_logical_steps_review_template.md
Created June 12, 2025 16:44
Prompt template for reviewing PSE logical steps using an AI tool.

Template for Logical Steps Review

I am a software development student studying Python. I am practicing how to break down a coding problem. I am currently focusing on how to write an approach to an algorithm to practice:

  • breaking down a coding problem into smaller steps before starting to write code
  • talking about technical concepts with others

The problem statement and examples for the coding problem I am looking at are below: Problem Statement:

Copy & paste problem statement here
@ada-instructors
ada-instructors / pse_observations_questions_review_template.md
Created June 12, 2025 16:42
Prompt template for reviewing PSE observations and questions using an AI tool.

Template for Observations & Questions Review

I am a software development student studying Python. I am practicing how to break down a coding problem. I am currently focusing on gathering information and asking clarifying questions about a problem space based on the problem description and examples.

I would like assistance reviewing the observations and questions that I came up with about a coding problem. I want to ensure that:

  • The observations and assumptions I've written are relevant to the problem described and makes sense in in the context of the problem
  • The questions I've written provide new information about the problem space and that my reasoning for asking the questions makes sense in the context of the problem.

The problem statement and examples are below: Problem Statement:

@ada-instructors
ada-instructors / capstone_proposal_example.md
Created June 26, 2024 16:28
C21 Capstone Proposal Example

Parks for Humanity

Team members

  • Suzanne Avitus
  • Alderta Matéo

Problem Statement #1

  • Description:
  • There are approximately 343 parks in the City of Seattle! Some are just small slivers of land, and others are vast with miles and miles of trails. Kids or newbies to Seattle need a guide to help them explore all these beautiful parks. This application provides a map showing the location of all these parks and links you to the park details.
@ada-instructors
ada-instructors / capstone_proposal_template.md
Created June 26, 2024 16:27
C21 Capstone Proposal Template

Capstone Proposal Template Document

Copy and paste this document into a gist and then edit it to create your capstone proposal document. This document is an example with the minimum content required for your capstone proposal deliverable. You are free to add further content to help you arrive at your capstone.

Capstone Proposal - NAME

Team members

  • Team Member #1
  • Team Member #2
#!/bin/bash
# Below is a script used at Ada to install needed software and some optional packages (Firefox Chrome etc).
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Add path for homebrew to ~/.zshrc file
if [ $(uname -m) == arm64 ]
then
@ada-instructors
ada-instructors / Example-Concept-1.md
Last active June 13, 2025 01:05
Capstone-Concept-Examples

Capstone Concept - Alderta Matéo

Problem Statement #1 -

ToyTrade, a web application functions for parents to trade toys, children's clothes etc.

MVP Feature Set

  1. As a new parent, I should be able to join the exchange via an invite email
  • An existing user can invite a new parent by entering their email.

Sample Proposal

Project Proposal - Suzanne Avitus

Project Name

Parks for Humanity

Individual/Group

Sample Proposal

Product Plan - Suzanne Avitus

Learning Goals

  • Learn IOS Development
  • Learn to use a nosql database (Google Firebase)
  • Learn to use geographic data