Top 5 Reasons Why You Should Learn Javascript Today (blog.petehouston.com)

5 Reasons Why You Should Start Learning Javascript Today

1
It is crazy to know that Javascript is capable of running almost anywhere on Internet today. It does not only power the front-end, it...
Top 5 resources to learn Javascript for free online - Pete Houston (blog.petehouston.com)

Top 5 resources to learn Javascript for free online

1
After spending your time to begin learning web development basics with HTML and CSS, it is time to move on to the next step,...
Capture website screenshot with Chrome Developer Tools

Capture website screenshot with Chrome Developer Tools

0
Sometimes, you might want to capture screenshot for a website but don't have any capture tool, here Chrome comes to the rescue. To capture a...
Beautiful gradients code for the web with WebGradients

Beautiful gradients code for the web with WebGradients

0
In case you need some cool and beautiful background for the web but don't need some complicated graphics on it, gradient background might be...
Git

How to cherry-pick commits on GitHub Pull Request

0
When your repositories have PR with a lot of commits, you might want to select and apply only several commits out of them, git-cherry-pick...