Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mosnad-web01/resources


https://github.com/mosnad-web01/resources

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# Mosnad Full-Stack Bootcamp Resources

Welcome to the study resources for Full-Stack Bootcamp! This repo provides a curated list of materials to help you.

## Table of Contents

1. [Introduction](#introduction)
2. [Git Resources](#git-resources)
3. [GitHub Resources](#github-resources)

## Introduction

This repository contains resources to help you study and master Full-Stack development. Whether you're a beginner or looking to deepen your knowledge, these materials will provide you with the necessary information and tools.

## Git Resources

### Tools

- [Installing Git](https://www.atlassian.com/git/tutorials/install-git): Official Git installation.

### Documentation and Guides

- [Git Documentation](https://git-scm.com/doc): Official Git documentation.
- [Git Cheat Sheet](https://training.github.com/downloads/github-git-cheat-sheet/)
- [Git Simple Guide](https://rogerdudler.github.io/git-guide/): Simple exercise for learning Git.
- [Dangit, Git!?!](https://dangitgit.com/)

### Tutorials and Courses

- [Git Tutorial](https://www.youtube.com/watch?v=8JJ101D3knE): Free course on Git.
- [Version Control with Git](https://www.udacity.com/course/version-control-with-git--ud123): Free course on Git basics.
- [Learn Git Branching](https://learngitbranching.js.org/): An interactive way to learn Git branching.

## GitHub Resources

### Tools

- [GitHub](https://github.com/): Official GtiHub website.

### Documentation and Guides

- [Creating an account on GitHub](https://docs.github.com/en/get-started/start-your-journey/creating-an-account-on-github): Official GitHub documentation.
- [GitHub Flow](https://docs.github.com/en/get-started/using-github/github-flow)

### Tutorials and Courses

- [GitHub Workflow Workshop](https://github.com/foundersandcoders/git-workflow-workshop-for-two): Free workshop on GitHub flow.
- [Connect The Dots](https://github.com/skills/connect-the-dots): Exercise about finding things in repo.
- [Review PR](https://github.com/skills/review-pull-requests): An activity about reviewing PRs.
- [Release Based Workflow](https://github.com/skills/release-based-workflow): An activity about Release workflow.