Skip to content

Commit 2f4218b

Browse files
author
Gurpreet Luthra
committed
Site updated at 2018-09-23 02:24:23 UTC
0 parents  commit 2f4218b

File tree

82 files changed

+7149
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+7149
-0
lines changed

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/.sass-cache
2+
/_site
3+
/_story_photo_ideas
4+
5+
# Ignore OSX files like:
6+
.DS_Store
7+
8+
9+
### JetBrains template
10+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
11+
12+
*.iml
13+
14+
## Directory-based project format:
15+
.idea/
16+

.ruby-gemset

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
myjekyllblog

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.1.2
Lines changed: 196 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,196 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="content-type" content="text/html; charset=utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>8 months at ThoughtWorks Pune &mdash; life-lessons.in</title>
7+
<!--[if lt IE 9]><script src='https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.min.js'></script><![endif]-->
8+
9+
<link rel="stylesheet" href="/assets/app.css">
10+
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
11+
12+
<script src="/assets/app.js"></script>
13+
14+
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
15+
16+
17+
<script>(function(d, s, id) {
18+
var js, fjs = d.getElementsByTagName(s)[0];
19+
if (d.getElementById(id)) return;
20+
js = d.createElement(s); js.id = id;
21+
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.0";
22+
fjs.parentNode.insertBefore(js, fjs);
23+
}(document, 'script', 'facebook-jssdk'));</script>
24+
25+
26+
27+
28+
29+
30+
<script>
31+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
32+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
33+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
34+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
35+
36+
ga('create', 'UA-69555622-1', 'auto');
37+
ga('send', 'pageview');
38+
</script>
39+
40+
41+
<link rel="shortcut icon" href="/favicon.ico?v2" type="image/x-icon" />
42+
<link rel="alternate" type="application/atom+xml" title="life-lessons.in" href="/atom.xml" />
43+
<meta name="title" content="8 months at ThoughtWorks Pune ">
44+
<link rel="canonical" href="http://life-lessons.in/2012/02/25/eight-months-at-tw-pune.html">
45+
46+
47+
<meta property="og:title" content="8 months at ThoughtWorks Pune"/>
48+
<meta property="og:url" content="http://life-lessons.in/2012/02/25/eight-months-at-tw-pune.html"/>
49+
50+
<meta property="og:image" content="http://life-lessons.in/images/general/turkey-water-share.jpg"/>
51+
52+
53+
54+
55+
<meta property="og:description" content="I joined ThoughtWorks, Pune in June 2011. 8 months ago. Previously I had worked with Persistent Systems, IBM Software Labs and Performix (a start-up). I would like to pen down my ThoughtWorks journey so far. Correction. Incredible journey."/>
56+
<meta name="description" content="I joined ThoughtWorks, Pune in June 2011. 8 months ago. Previously I had worked with Persistent Systems, IBM Software Labs and Performix (a start-up). I would like to pen down my ThoughtWorks journey so far. Correction. Incredible journey."/>
57+
58+
<meta property="og:site_name" content="life-lessons.in">
59+
</head>
60+
<body>
61+
62+
<header class="site-header">
63+
<nav>
64+
<a class="brand" href="/">
65+
<img src="/images/LL-logo.png" alt="Inc">
66+
</a>
67+
<a href="/">Blog</a>
68+
<a href="/presentations.html">Presentations</a>
69+
<a href="/about.html">About Me</a>
70+
</nav>
71+
</header>
72+
73+
74+
<div class="article-cover" style="background-image:url(/images/general/orange-evening.jpg)"></div>
75+
76+
77+
<div class='cover-caption'><a href='/about.html#pictures'>Near the Norbulingka Institute, Dharamshala, India</a></div>
78+
79+
80+
<article >
81+
82+
<div class="container">
83+
<header>
84+
<div class="meta">
85+
By <address><a rel="author" href="" title="Gurpreet Luthra" target="_blank">Gurpreet Luthra</a></address> &mdash;
86+
<time pubdate datetime="2012-25-February" title="Feb 25, 2012">Feb 25, 2012</time> &mdash;
87+
88+
1 min read
89+
</div>
90+
<h1 class="title">8 months at ThoughtWorks Pune</h1>
91+
<h2 class="subtitle">The place I now call my home</h2>
92+
</header>
93+
94+
<section>
95+
<p>I joined ThoughtWorks, Pune in June 2011. 8 months ago.
96+
Previously I had worked with Persistent Systems, IBM Software Labs and Performix (a start-up).
97+
I would like to pen down my ThoughtWorks journey so far. Correction. Incredible journey.</p>
98+
99+
<p>For sake of readability, let’s list down the things I feel are awesome and different about ThoughtWorks,
100+
and why I catch myself wondering why the hell did I not apply to ThoughtWorks earlier. For the record,
101+
I joined ThoughtWorks as a Senior Consultant, and my role here is Programming, Programming and yeah Programming. :)
102+
Lets see.. what this means.</p>
103+
104+
<p>Read the full blog on my older site:
105+
<a href="http://techie-notebook.blogspot.in/2012/02/8-months-at-thoughtworks-pune.html">8 Months at ThoughtWorks Pune</a></p>
106+
107+
108+
<div class="social">
109+
110+
<div class='twitter'>
111+
<a href="https://twitter.com/share" class="twitter-share-button" data-text="8 months at ThoughtWorks Pune" data-related="_zenx_">Tweet</a>
112+
</div>
113+
114+
115+
116+
<div class='facebook'>
117+
<div class="fb-share-button" data-layout="button_count"></div>
118+
</div>
119+
120+
121+
122+
123+
124+
125+
126+
<div class='reddit'>
127+
<a href="//www.reddit.com/submit" onclick="window.open('//www.reddit.com/submit?url=http://life-lessons.in/2012/02/25/eight-months-at-tw-pune.html&title=8+months+at+ThoughtWorks+Pune'); return false"> <img src="//www.redditstatic.com/spreddit7.gif" alt="submit to reddit" border="0" /> </a>
128+
</div>
129+
130+
</div>
131+
132+
</section>
133+
134+
<footer>
135+
<address>
136+
<img src="/images/general/gp-square-v.jpg">
137+
<p>Written by <strong><a rel="author" href="https://twitter.com/_zenx_" title="" target="_blank">Gurpreet Luthra</a></strong><br>
138+
<span class="muted">Software Craftsman and Lead Consultant Developer at ThoughtWorks</span>
139+
</p>
140+
</address>
141+
142+
143+
<section class="post_summary">
144+
<h5 class="title">Next up: <a href="/2012/04/29/understanding-web-vulnerabilities-cookies.html" rel="prefetch">Web Vulnerabilities - Phishing, Cookies, XSS and CSRF</a></h5>
145+
<p>Helping you understand the basics of phishing, cookies, XSS and CSRF vulnerabilities</p>
146+
<hr>
147+
</section>
148+
149+
150+
151+
<section>
152+
<div id="disqus_thread"></div>
153+
<script type="text/javascript">
154+
var disqus_shortname = 'life-lessons-in';
155+
156+
(function() {
157+
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
158+
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
159+
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
160+
})();
161+
</script>
162+
</section>
163+
164+
</footer>
165+
</div>
166+
</article>
167+
168+
169+
<footer class="site-footer">
170+
<div class="container">
171+
&copy; 2018 Gurpreet Luthra
172+
173+
<nav>
174+
<a href="/">Blog</a> &middot;
175+
<a href="/about.html">About Me</a>
176+
</nav>
177+
178+
<nav class="social">
179+
180+
<a href="https://twitter.com/_zenx_" title="Follow on Twitter" target="_blank"><i class="icon icon-twitter"></i></a>
181+
182+
183+
<a href="https://github.com/gsluthra" title="Watch on Github" target="_blank"><i class="icon icon-github"></i></a>
184+
185+
186+
<a href="/atom.xml" title="RSS Feed">
187+
<i class="icon icon-rss"></i>
188+
</a>
189+
190+
</nav>
191+
<div>Based on Incorporated theme by <a href="https://sendtoinc.com">Inc</a>. Powered by Jekyll.</div>
192+
</div>
193+
</footer>
194+
195+
</body>
196+
</html>

0 commit comments

Comments
 (0)