For Mac OSX => 10.5 Open the bash_profile file to edit it. $ vim ~/.bash_profile Add into the ~/.bash_profile the … More
Author: camilamacedo86
[Tips] – Project with iOS code examples
A curated list of awesome iOS frameworks, libraries, tutorials, Xcode plugins, components and much more. The list is divided into … More
[JS] – How to debug your NodeJS + webpack application in Intellij IDE or WebStorm?
Pre-requistes Intellij IDE chrome extension installed. *Note: If you don’t have this tool installed follow the link below. https://www.jetbrains.com/help/webstorm/2016.3/using-jetbrains-chrome-extension.html Steps to … More
[JS] – Understand Webpack
What is Webpack ? “Webpack” compile files in another. Also, it is similar; Make, Grunt, Gulp, Browserify or Brunch. Why use Webpack? To … More
[JS] – Use Lint to validate your js code
What is Javascript Lint? Many JavaScript implementations do not warn against questionable coding practices. Yes, that’s nice for the site … More
[Git] – How to remove the remote and local branch by commands line?
The following is the command to remove the remote branch $ git push origin –delete <branch_name> The following is the … More
[English] – Silly and Interesting fact about UK English
A chart that claims to show the differences between what British people say, what they really mean – and what … More
[JS] – Use Strict is a good practice
What does it means ? Defines that JavaScript code should be executed in “strict mode”. How to use it ? … More
[JS] Regular Expressions with JS Overview
Definition A regular expression is a type of object. It can either be constructed with the constructor “RegExp” or written … More
[Tips] – TED TALK : Making sound visible through cymatics
It is amazing !!!