This is my blog where I post my notes and projects. There is other informations about me and my achievements.
- Banners (write and take a print in light / dark mode):
- Future Content:
- JS / TS / Node;
- SQL;
- Laravel;
- Assembly x86;
- SO's.
- You can contribute with your knowledge! Make a
.md
paper and follow instructions ofpages/articles/template.txt
file; - If you find any bug, you're welcome to make PR's fixing them.
# Create a fork from the original repository and clone it.
git clone https://github.com/YOUR_USERNAME/yourproject.git
# Enter into the project folder.
cd yourproject/
# Create a new branch with the name feat-[BRANCH_NAME].
git checkout -b feat-[BRANCH_NAME]
# Make your changes and commit them.
git add . && git commit -m "YOUR_COMMIT_MESSAGE"
# Push your branch and open a pull request.
git push origin feat-[BRANCH_NAME]