Resources
This section of my blog is composed of different learning resources that I have found and used when struggling at the moment of learning topics of my interests.
Learning resources
Git (Version Control System)
- Learn Git Branching: a useful platform for learning how to branch in Git.
- Git create branch: A good tutorial to understand and create branchs.
- Clone a Github Repository on Your Computer: A good tutorial to understand how to clone a repo.
- The Git Parable: A beatiful explanation of Git functionalities written by Tom Preston-Werner, founder of Github.
- Aprende Git: An illustrative blog in spanish about different Git topics.
- Entiende, instala y configura Git: In case that you are lost and know nothing about Git and Github, this guide is for you (in spanish language).
- Alias de Git: It is very common that once you have a better handling of Git commands, these begin to be more cumbersome to facilitate your workflow. The Git Aliases help you to improve your workflow by shortening your commands through shortcuts (in spanish language).
- Git commands data scientists use on a day-to-day basis: A good tutorial for data scientists working with teams that use a control version software when coding all the day and are required to save their work progress.
- What is Git: This link summaries in a great way what is Git and have a good graph to understand why Git is important for workteams when making changes in programming code.
R (Markdown)
Introducción a RMarkdown: This is a truly useful guide when initiating in R markdown. It shows you different functionalities for slide reporting with Rmarkdown.
Free themes for Bootstrap: This provides free different samples to change HTML report styles from knitr R markdown.
Tips and tricks for working with images and figures in R Markdown documents: A great webpage which gives tips and tricks when working with images and figures for R markdown documents.
Pimp my RMD: a few tips for R Markdown: Another webpage that provides useful tips when stylizing our R markdown documents.
