discodevl / BIT_Scholarship_Project_Notes

Repository to create notes regarding the projects and lessons of all the three different tracks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BIT Scholarship Projects Notes

This repository collects general notes, descriptions, and tips for all the projects of the Cloud, Product, and Data Science track.

Everyone is welcome to contribute

Bit Logo

How to send your notes?

There are two ways you can collaborate to this repo:

1. You can ask for Collaborator permissions and modify the files directly

Communicate via Slack or open an Issue here in GitHub. It would be a pleasure to add you as a collaborator.

2. You can fork this repo and submit a pull request

You will only need to have git installed on your machine.

Fork this repository

#1. Fork the repository to your GitHub account
...

#2. Clone it to your local machine:
git clone https://github.com/{YOUR GITHUB USERNAME}/BIT_Scholarship_Project_Notes.git

#3. Enter the directory:
cd BIT_Scholarship_Project_Notes

#4. Make your desired changes using any editor
code .

#5. Add and Commit your changes
git commit -m 'I added this and this. That note was modified because of something.'

#6. Push the repository to your forked repo on GitHub
git push

#7. Open a merge request on
https://github.com/carneiroDotDev/BIT_Scholarship_Project_Notes

Repository completion

Cloud DevOps Engineer Track

  • βœ… Project 1 - Deploy Static Website on AWS
  • πŸ”² Project 2 - Deploy a high-availability web app using CloudFormation
  • πŸ”² Project 3 - Give Your Application Auto-Deploy Superpowers
  • πŸ”² Project 4 - Operationalize a Machine Learning Microservice API
  • πŸ”² project 5 - Capstone

Data Science Track

  • πŸ”² Project 1 -
  • πŸ”² Project 2 -
  • πŸ”² Project 3 -

Product Manager Track

  • πŸ”² Project 1 -
  • πŸ”² Project 2 -
  • πŸ”² Project 3 -
  • πŸ”² Project 4 -

About

Repository to create notes regarding the projects and lessons of all the three different tracks