Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
amrHassanAbdallah committed Apr 4, 2022
2 parents a51cde4 + 65db683 commit e7176d6
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 7 deletions.
7 changes: 7 additions & 0 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
api
https
freecodecamp
www
middleware
expressjs
codesource
2 changes: 1 addition & 1 deletion sessions/03.unit-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## πŸ“™ Overview

Introduction the express.
Introduction the Unit Testing.

## πŸ”— Resources
- [TDD vs BDD: Your Pocket Cheat-Sheet](https://www.testim.io/blog/tdd-vs-bdd-a-developers-pocket-reference-with-examples/#:~:text=TDD%20is%20more%20%E2%80%9Cdeveloper%2Dcentric,that%20only%20developers%20can%20read)
Expand Down
2 changes: 1 addition & 1 deletion sessions/04.database-fundamentals.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## πŸ“™ Overview

Introduction the express.
Introduction the Database Fundamentals.

## πŸ”— Resources
- [What Is a Database?](https://www.oracle.com/database/what-is-database/)
Expand Down
2 changes: 1 addition & 1 deletion sessions/05.Integrate-your-db-with-nodejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## πŸ“™ Overview

Introduction the express.
Learn how to Integrated DB with NodeJS using postgreSQL.

## πŸ”— Resources

Expand Down
2 changes: 1 addition & 1 deletion sessions/06.crud-operations-with-postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## πŸ“™ Overview

Introduction the express.
Now after connecting the database to NodeJS it's time to build the models and there's REST APIs.

## πŸ”— Resources

Expand Down
5 changes: 4 additions & 1 deletion sessions/07.authentication-authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

## πŸ“™ Overview

Introduction the express.
How you can protect your resources if you don't Authenticate them ?
How you can protect your resources if you don't Authorize them ?

this lecture answer all of the above questions.

## πŸ”— Resources

Expand Down
2 changes: 1 addition & 1 deletion sessions/08.cloud-101.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## πŸ“™ Overview

Introduction the express.
Introduction the Cloud.

## πŸ”— Resources

Expand Down
2 changes: 1 addition & 1 deletion sessions/09.ci-cd.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## πŸ“™ Overview

Introduction the express.
In this lecture you will understand clealy how to use the [CI/CD].

## πŸ”— Resources

Expand Down

0 comments on commit e7176d6

Please sign in to comment.