Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing Unnecessary Content and Proofreading Integration Testing Lesson Content #2199

Open
mai-repo opened this issue Jan 3, 2025 · 0 comments
Labels
current-cohort-participant the participants can work on this issue

Comments

@mai-repo
Copy link
Collaborator

mai-repo commented Jan 3, 2025

👉🏾 First time contributing to this repo? START HERE 👈🏾

To be added as a curriculum contributor and be assigned the related issue, please kindly complete our contributor steps in order to have your PR addressing this issue merged.


Page where problem found?

Type of problem

  • Typo / syntax error
  • Long and needs further editing

For example, see the following section from the Lesson section:

Lesson

1. Introduction to testing and backend

1.1 Establishing some terminology

Before we get started, let's establish some ground rules for how we use terminology in this lesson.

Within the context of this lesson, a backend is an API that supports a collection of features. It often—but not always—exposes its interface through HTTP requests and returns JSON objects as responses.

A backend can refer to the service you're writing, but it can also be something your service depends on. For example:

  • A database may act as a backend to your service.
  • Your service could function as the backend for your users.
  • The GitHub API might be a backend your project relies on.

Key Terms

  • "Your project": This refers to the code you write for Node.js.
  • "API" / "API testing": This refers to your Node.js project that exposes its features to the world through an HTTP API. This term also includes the testing necessary to ensure proper handling of requests.
  • "Backend" / "Service": This refers to an API you call via HTTP, often from your project.
  • "Database": This is a specific backend your project uses to store and retrieve data.

Suggested Solution

  • Extreme editing, cutting down and removing unnecessary information.
  • Proof-reading of text.
@mai-repo mai-repo added the current-cohort-participant the participants can work on this issue label Jan 3, 2025
@mai-repo mai-repo moved this to Grab a task!👩🏽‍💻 in Returning Grads PPW Kanban Board Jan 3, 2025
@mai-repo mai-repo changed the title Cutting and Proofreading Integration Testing Lesson Content Removing Unnecessary Content and Proofreading Integration Testing Lesson Content Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
current-cohort-participant the participants can work on this issue
Projects
Status: Grab a task!👩🏽‍💻
Development

No branches or pull requests

1 participant