From zero to FullStack - an unofficial course led by Pedro Soares with the aim of guiding and helping two friends to learn programming and become software developers.
This repository will help showing guidelines, development workflow and other useful documentation.
Find the documentation below π
Topic | Notes | Documentation |
---|---|---|
Configure Fork | A fast and friendly GIT client | π |
Sign GIT commits | The only possible way to prove that a commit is actually yours is by signing your GIT commits βοΈ | π |
Clone a repository | All projects start here | π |
Development workflow | Simple steps to help you developing like a master π©βπ» | π |
Merge conflicts | Are you trying to create a Pull Request but a red warning message appear saying that you got conflicts into merging process?Consult the documentation and you will be able to fix this πͺ | π |
Initalize a node project | When you want to use a package in your code or just run a script in the terminal, you need to initialize node in your project | π |
Feel free to ask or create new guidelines in order to help us as a team! π
MIT