Quick Learning Resources via StackOverflow
Sarfraz Ahmed May 14, 2015 10:25 PMDid you know that you that other than asking questions and answering, you can also use StackOverflow to find very useful information and learning resources for certain language or technology? Do you want to get started with some new programming language or technology ? StackOverflow can help you get started.
StackOverflow can help you get started by providing you with information such as history of some language/technology, books, references, commonly asked questions and tools, videos and more. Here is the format of the URL you can go to and find out useful information about certain language or technology:
http://stackoverflow.com/tags/TECHNOLOGY/info
In above URL, replace TECHNOLOGY
with what you want to learn about such as javascript
, php
, .net
, etc
Here are few examples:
- http://stackoverflow.com/tags/language-agnostic/info
- http://stackoverflow.com/tags/javascript/info
- http://stackoverflow.com/tags/php/info
- http://stackoverflow.com/tags/.net/info
- http://stackoverflow.com/tags/node.js/info
- http://stackoverflow.com/tags/java/info
- http://stackoverflow.com/tags/android/info
- http://stackoverflow.com/tags/iphone/info
- http://stackoverflow.com/tags/bash/info
Of course, you can replace tag in above URL from various tags to choose from.