-
Notifications
You must be signed in to change notification settings - Fork 0
/
angularjs-superhero-of-single-page-application-spa.html
192 lines (169 loc) · 11.6 KB
/
angularjs-superhero-of-single-page-application-spa.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<!doctype html>
<html lang="en" itemscope itemtype="http://schema.org/Person">
<head>
<meta charset="utf-8">
<!-- Site Meta Data -->
<title>AngularJS Superhero of Single-Page Application (SPA)</title>
<meta name="description" content="Parbhat Puri is a Programmer and Web developer who loves to
play with web technologies.">
<meta name="author" content="Parbhat Puri">
<meta name="keywords" contents="Web developer, Programmer, Python, Django, SMVDU, profile, blog, facebook, twitter, projects, india, web, designer">
<!-- schema.org -->
<meta itemprop="name" content="Parbhat Puri">
<meta itemprop="gender" content="male">
<meta itemprop="birthDate" content="1994-24-04">
<meta itemprop="image" content="/images/parbhat.jpg">
<meta itemprop="jobTitle" content="Software Engineer">
<meta itemprop="worksFor" content="SMVDU">
<meta itemprop="description" content="Parbhat Puri is a Programmer and Web developer who loves to
play with web technologies.">
<!-- Style Meta Data -->
<link rel="stylesheet" href="http://www.parbhatpuri.com/theme/css/notebook.css" type="text/css" />
<link rel="shortcut icon" href="/images/parbhat.jpg">
<!-- Feed Meta Data -->
<link href="http://www.parbhatpuri.com/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Parbhat Puri ATOM Feed" />
<!-- Twitter Feed -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="parbhatpuri">
<meta name="twitter:image" content="">
<meta name="twitter:creator" content="parbhatpuri">
<meta name="twitter:url" content="http://www.parbhatpuri.com/angularjs-superhero-of-single-page-application-spa.html">
<meta name="twitter:title" content="Parbhat Puri ~ AngularJS Superhero of Single-Page Application (SPA)">
<meta name="twitter:description" content="<p>Python is the golden fish in the Programming languages world. It is being used everywhere from Scientific and Numeric to Web Programming.</p>">
<!-- Facebook Meta Data -->
<meta property="og:title" content="Parbhat Puri ~ AngularJS Superhero of Single-Page Application (SPA)" />
<meta property="og:description" content="<p>Python is the golden fish in the Programming languages world. It is being used everywhere from Scientific and Numeric to Web Programming.</p>" />
<meta property="og:image" content="" />
</head>
<body>
<!-- Sidebar -->
<aside>
<center><a href="http://www.parbhatpuri.com"><img id="avatar" src="/images/parbhat.jpg"></a></center>
<h1>Parbhat Puri</h1>
<p>Programmer and Web Developer</p>
<hr>
<br>
<a class="twitter-follow-button"
href="https://twitter.com/parbhatpuri"
data-show-count="false"
data-lang="en">
Follow @twitterdev
</a>
<script type="text/javascript">
window.twttr = (function (d, s, id) {
var t, js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src= "https://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js, fjs);
return window.twttr || (t = { _e: [], ready: function (f) { t._e.push(f) } });
}(document, "script", "twitter-wjs"));
</script>
<nav class="nav">
<ul class="list-bare">
<li>
<a class="nav__link" href="/">Blog</a>
</li><li>
<a class="nav__link" href="http://www.parbhatpuri.com/parbhat_resume.pdf" target="_blank">Resume</a>
</li><li>
<a class="nav__link" href="http://www.parbhatpuri.com/pages/about.html">About</a>
</li></ul>
</nav>
<p class="social">
<a href="https://www.linkedin.com/in/parbhat" target="_blank" ><img src="http://www.parbhatpuri.com/theme/images/icons/linkedin.png"></a>
<a href="https://github.com/parbhat" target="_blank" ><img src="http://www.parbhatpuri.com/theme/images/icons/github.png"></a>
<a href="https://twitter.com/parbhatpuri" target="_blank" ><img src="http://www.parbhatpuri.com/theme/images/icons/twitter.png"></a>
<a href="http://www.parbhatpuri.com/feeds/all.atom.xml" rel="alternate">
<img src="http://www.parbhatpuri.com/theme/images/icons/rss.png"></a>
</p>
<!--
<h2>Categories</h2>
<ul class="navbar">
<li class="active"><a href="http://www.parbhatpuri.com/category/javascript.html">Javascript</a></li>
<li><a href="http://www.parbhatpuri.com/category/python.html">python</a></li>
<li><a href="http://www.parbhatpuri.com/category/web.html">Web</a></li>
</ul>
-->
</aside>
<!-- Content -->
<article>
<section id="content">
<article>
<h2 class="post_title post_detail"><a href="http://www.parbhatpuri.com/angularjs-superhero-of-single-page-application-spa.html" rel="bookmark" title="Permalink to AngularJS Superhero of Single-Page Application (SPA)">AngularJS Superhero of Single-Page Application (SPA)</a></h2>
<div class="entry-content blog-post">
<p>Yesterday I saw a question on Quora - <a href="https://www.quora.com/Is-Python-worth-it-to-learn-as-a-programming-language">Is Python worth it to learn as a programming language?</a>. I answered the question on quora and decided to write a blog post on Importance of learning Python in 2015.</p>
<p>Happy New Year 2015. </p>
<p><a href="https://www.python.org/">Python</a> is the golden fish in the Programming languages world. It is being used everywhere from Scientific and Numeric to Web Programming. MIT - One of the Top universities in the world uses Python in its Introduction to Computer Science Course. It is being used by Biggest names in the industry like Google, YouTube, Quora, Pinterest, Instagram, Reddit, Redhat etc. </p>
<p><center><img alt="python" src="https://qph.is.quoracdn.net/main-qimg-021cf0a7a590d07d95a1c37a9323a31e" /></center></p>
<p>You have a number of options after learning this powerful Programming language. It is easy to learn and code. The open source community behind Python is really awesome and working collectively to improve it. Without any further writing I will show you the importance of this language in the images below -</p>
<p><center><img alt="python-companies" src="https://qph.is.quoracdn.net/main-qimg-e27b0c82171f07ba2904f075f52ea508" /></center></p>
<p><a href="https://www.python.org/about/apps/">Use Python for</a></p>
<p><center><img alt="python-percentages" src="https://qph.is.quoracdn.net/main-qimg-974814fee8bd7a7086a1912a4dd18d0d" /></center></p>
<p>Jobs</p>
<p><center><img alt="python-use" src="https://qph.is.quoracdn.net/main-qimg-d58e1c9658720803fe0093c819e02415" /></center></p>
<p><center><img alt="python-graph-jobs" src="https://qph.is.quoracdn.net/main-qimg-5d66c27a5320e9576c73b8ab507089ac" /></center></p>
<p>Python is a great skill that will surely pay off in 2015. It's clean syntax gives you Super powers. </p>
<p><center><img alt="python-xkcd" src="http://imgs.xkcd.com/comics/python.png" /></center></p>
<p>So go ahead and dive in the world of Python full of learning and Adventures.
<br>
Best learning Resource - <a href="https://www.edx.org/course/introduction-computer-science-mitx-6-00-1x-0">6.00.1x introduction to computer science</a> from MIT.</p>
<p><center><img alt="python-keep-calm" src="https://qph.is.quoracdn.net/main-qimg-a1db30289c639d49be679a22f35bfd19" /></center></p>
</div>
<div class="post_list">
<span>By </span>
<a href="http://www.parbhatpuri.com/author/parbhat-puri.html">@Parbhat Puri</a>
<span> in </span>
<span class="post_category"><a href="http://www.parbhatpuri.com/category/javascript.html" rel="bookmark" title="Permalink to Javascript">[ Javascript ]</a></span>
<span class="post_date">Fri 30 January 2015</span>
<div><span>Tags : </span>
<span><a href="http://www.parbhatpuri.com/tag/javascript.html">#Javascript, </a></span>
<span><a href="http://www.parbhatpuri.com/tag/angularjs.html">#angularjs, </a></span>
<span><a href="http://www.parbhatpuri.com/tag/2015.html">#2015, </a></span>
<span><a href="http://www.parbhatpuri.com/tag/programming.html">#Programming, </a></span>
</div>
<div class="entry-social">
<span class="twitter"><a target="_blank" rel="nofollow" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=400,width=700');return false;" title="Twitter" href="https://twitter.com/share?url=http://www.parbhatpuri.com/angularjs-superhero-of-single-page-application-spa.html&text=AngularJS Superhero of Single-Page Application (SPA)&via=parbhatpuri">Twitter</a></span>
<span class="gplus"><a target="_blank" title="Google +" href="https://plus.google.com/share?url=http://www.parbhatpuri.com/angularjs-superhero-of-single-page-application-spa.html&hl=fr" rel="nofollow" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=450,width=650');return false;">Google+</a></span>
<span class="facebook"><a target="_blank" title="Facebook" rel="nofollow" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=500,width=700');return false;" href="https://www.facebook.com/sharer.php?u=http://www.parbhatpuri.com/angularjs-superhero-of-single-page-application-spa.html&t=AngularJS Superhero of Single-Page Application (SPA)">Facebook</a></span>
<a target="_blank" title="Linkedin" href="https://www.linkedin.com/shareArticle?mini=true&url=<http://www.parbhatpuri.com/angularjs-superhero-of-single-page-application-spa.html&title=AngularJS Superhero of Single-Page Application (SPA)" rel="nofollow" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=450,width=650');return false;">Linkedin</a>
<span class="mail"><a href="mailto:?subject=AngularJS Superhero of Single-Page Application (SPA)&body=Viens découvrir un article à propos de [AngularJS Superhero of Single-Page Application (SPA)] sur le site de Parbhat Puri. http://www.parbhatpuri.com/angularjs-superhero-of-single-page-application-spa.html" title="Share by Email" target="_blank">Mail</a></span>
</div>
</div>
<div class="comments">
<h2>Comments !</h2>
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_identifier = "angularjs-superhero-of-single-page-application-spa.html";
(function() {
var dsq = document.createElement('script');
dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://parbhat.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] ||
document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
</div>
</article>
</section>
</article>
<!-- Footer -->
<footer>
<address id="about" class="vcard body">
Blog powered by <a href="http://getpelican.com/">Pelican</a>,
which takes great advantage of <a href="http://python.org">Python</a>.
Theme <a href="https://github.com/parbhat">Blue</a> by <a href="https://www.linkedin.com/in/parbhat">@parbhat</a>.
</address>
</footer>
<!-- Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-50405008-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>