What is code review? “Code review is a systematic examination (sometimes referred to as peer review) of computer source code. It is … More
Author: camilamacedo86
[Git] – How to make rebase/squash?
git rebase -i HEAD~<numbercommits>
[NodeJS] – Summary Packages Prefix
How to use the prefix into the `package.json` file? How are the means of prefix? Examples (~)version “Approximately equivalent to … More
[NodeJS] – How to install dependencies? How works the`npm install`?
Npm is a smart package manager and it will install the latest and compatible with the project tag version as default[1][2]. … More
[Tips] – UI – Material Design useful resources
Material Design is a standard and guideline to create a design for mobile applications. If you will develop a mobile … More
[Commic Friday] – When you hire the wrong architect …
[DevOps] – How to solve DNS issues? How to use Google Public DNS?
Your default DNS is that of the access provider, but you can change this if there is a problem in … More
[CommandLine] – How to change DNS/resolv.conf into ubuntu? How don’t lost the changes after reboot the system?
Edit the head file as sudo and run the command for the “resolv.conf” file be automatically generated again. # To edit … More
[CommandLine] – How to copy a local file to a remote service? How to do a `scp` with a public key?
scp -r -i mykey.pem <file_path> <server_user>@<server_ip>:<server_path_file>
[English] – Cool English Expressions
“Barking up the wrong tree” Means: to be wrong about the reason or way to achieve something E.g: He thinks … More