Skip to content

Instantly share code, notes, and snippets.

View AudreyLin's full-sized avatar
🎧
Coding

Audrey Delgado AudreyLin

🎧
Coding
View GitHub Profile
# How to Explain Your Project - Notes on a video resource (Resource posted below)
A Template to explain your projects:
## Steps
1. How to Introduct the project title
a. Purpose of the project
b. Application of use of the project
c. Motivation for choosing the project
- Example: "We did a project on creating an interactive chatboard system. Customers visiting a webpage can query/ask about a product/service. The idea is to help the customer get the right information. The company will be able to engage customers and save on the resource cost/overhead of hiring employees to do this. We chose this idea bc I was having trouble getting the information from those sites, and so we thought this chatbot would be helpful in making that more accessible and on a bigger scale for less cost for the company."
- Tip: Add an adjective to the project title that describes the feature.
@AudreyLin
AudreyLin / ForcefulRemoveGitCommand.md
Last active March 2, 2022 09:41
Remove .git file from your directory with git bash terminal

Deleting .git from directory in git bash/linux terminal

Purpose

Forcefully Remove files within a directory, overriding the up-to-date check.

Warning

Be careful not to delete anything important. This is permanent. The -rf portion forcefully removes the file without prompting for confirmation. See the resources below for more information.

@AudreyLin
AudreyLin / README-Template.md
Created May 6, 2019 14:01 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Using Git to Manage a Live Web Site

Overview

As a freelancer, I build a lot of web sites. That's a lot of code changes to track. Thankfully, a Git-enabled workflow with proper branching makes short work of project tracking. I can easily see development features in branches as well as a snapshot of the sites' production code. A nice addition to that workflow is that ability to use Git to push updates to any of the various sites I work on while committing changes.

Contents