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

Fix/images day04 filepath #19

Merged
merged 2 commits into from
Feb 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions Software/day02/2 - ORM/Typescript/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
# Keep environment variables out of version control
.env
2 changes: 1 addition & 1 deletion Software/day02/3 - noSQL/resources/resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"_id": 5,
"name": "Billie Eilish",
"genre": "alternative",
"nbfans": 6000000,
"nbfans": 7000000,
"musics": [
{
"_id": 6,
Expand Down
2 changes: 1 addition & 1 deletion Software/day03/Go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ and standard. The most popular is [REST](https://en.wikipedia.org/wiki/Represent

Here's a simple schema of an API and a client:

![server client relation](../../.github/assets/software_api_client_server.png)
![server client relation](../../../.github/assets/software/day03/software_api_client_server.png)

This subject will give you all the knowledge required to create a secure REST API.

Expand Down
2 changes: 1 addition & 1 deletion Software/day03/Typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ and standard. The most popular is [REST](https://en.wikipedia.org/wiki/Represent

Here's a simple schema of an API and a client:

![server client relation](../../.github/assets/software_api_client_server.png)
![server client relation](../../../.github/assets/software/day03/software_api_client_server.png)

This subject will give you all the knowledge required to create a secure REST API.

Expand Down
4 changes: 2 additions & 2 deletions Software/day04/1 - Docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ build to release and monitoring.

Here's a simple schema of the devops workflow:

![devops workflow](../../.github/assets/software_devops_workflow.jpeg)
![devops workflow](../../../.github/assets/software/day04/software_devops_workflow.jpeg)

This subject is focused on docker and containers building & management. It's
one the most important part of DevOps.
Expand Down Expand Up @@ -98,7 +98,7 @@ This [application](./resources) is composed of:

Here's a simple schema of the application architecture:

![front-back-db](../../.github/assets/software-micro-services.png)
![front-back-db](../../../.github/assets/software/day04/software-micro-services.png)

### Lay the foundations

Expand Down
Loading