Skip to content

Commit

Permalink
demo submission added (#1502)
Browse files Browse the repository at this point in the history
  • Loading branch information
George-Bassilious authored May 11, 2021
1 parent ead0436 commit 1ef749e
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions contributions/demo/despinoy-gdba/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,30 @@ Mail: despinoy@kth.se
Github: evkade


##Proposal:
The demo will show how to integrate docker in a React Native application in a video. We will show how to dockerize the different elements of the application.
## Topic:
The demo will shows how to integrate docker in a React Native application in a video. It shows how to dockerize the different elements of the application.

This is related to DevOps as docker helps running applications in any environment as it puts the code in containers which virtualizes the operating system of the application. Docker seems to be better than using virtual machines in terms of efficiency,scalability and performance. In DevOps it is important that you can have an ecosystem of practises that automate the work between development and testing and therefore Docker provides that ecosystem in an efficient way.

The demo is relevant to teach people to use docker.
The demo is relevant to teach people to use docker.

## Links:

- [Link to video](https://www.youtube.com/watch?v=iYIwVbszVw4)

- [Link to github repo](https://github.com/George-Bassilious/dockerTodo)

## Grading matrix

| | Yes | No | Remarkable |
|-------------------------------------------- | ----|----|-------------|
|The demonstration is clearly motivated (why it matters for Devops?) |✅ Yes | No |Relates to a hard problem |
|The demonstration is difficult to do | Yes | No |✅Relies on a non trivial infrastructure |
|The demonstration is original | Yes | No | ✅ The are less than 10 demos on the topic on Internet |
|The video is sublime (eg visually appealing) | Yes | No |✅ Excellent narrative |
|The video contains an [easter egg](https://github.com/OrkoHunter/python-easter-eggs) | Yes | No | ✅Related to the demo (hint: check the frontend)|
|There is a code repo to run the demo | Yes | No |✅ Code repo with a solid readme |
|The video must contain subtitles which are clear and in proper English | Yes | No |✅ Clearly understandable voice over |
|The video includes a take-home message |✅ Yes | No | Actionable takeaway |

Aiming for distinction

0 comments on commit 1ef749e

Please sign in to comment.