Blogs

Git Commit Conventions

Hi There! The commits conventions are very useful when trying to explain to a group of developers (maybe colleagues) about your changes. In the Code Review the implicit explanation of your changes is a powerful tool for their understanding and probably an advantage because you can complement your …

Install Oh-My-Zsh on …

Hi There! This is a short code snippet to install Oh-My-Zsh on Amazon Linux. TLDR sudo yum update -y sudo yum install -y zsh util-linux-user sudo chsh -s /usr/bin/zsh $USER sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" # Now, disconnect …

Be Student, Be Teacher, …

be student, be master, be student How should I start? You start to learn something new, challenge yourself, and seek mastery, then you realize that the horizon of knowledge expands, and you evaluate if you want to continue. Choose a new path. You order goals and objectives, conclude your priorities …