Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mosnad-web01/resources
https://github.com/mosnad-web01/resources
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/mosnad-web01/resources
- Owner: Mosnad-Web01
- Created: 2024-08-06T05:20:35.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-06T06:06:46.000Z (6 months ago)
- Last Synced: 2024-11-29T12:35:17.944Z (2 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.