-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
425 lines (278 loc) · 17.6 KB
/
index.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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>life-lessons.in · Gurpreet Luthra</title>
<meta name="description" content="Adventures in Software and Life (Gurpreet Luthra)">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="generator" content="Hugo 0.133.1">
<meta name="robots" content="index,follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="life-lessons.in">
<meta property="og:description" content="Adventures in Software and Life (Gurpreet Luthra)">
<meta property="og:type" content="website">
<meta property="og:url" content="/">
<meta property="og:image" content="/images/general/martin-backpacker-guitar.jpg" />
<link rel="stylesheet" href="/dist/site.css">
<link rel="stylesheet" href="/dist/syntax.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,cyrillic-ext,latin-ext,cyrillic">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link href="/index.xml" rel="alternate" type="application/rss+xml">
</head>
<body>
<div id="wrapper">
<header class="site-header">
<div class="container">
<div class="site-title-wrapper">
<h1 class="site-title">
<a href="/">life-lessons.in</a>
</h1>
<a class="button-square" href="/index.xml" aria-label="RSS"><i class="fa fa-rss" aria-hidden="true"></i></a>
<a class="button-square button-social hint--top" data-hint="Twitter" aria-label="Twitter" href="https://twitter.com/_zenx_" rel="me" >
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
<a class="button-square button-social hint--top" data-hint="Github" aria-label="Github" href="https://github.com/gsluthra" rel="me">
<i class="fa fa-github-alt" aria-hidden="true"></i>
</a>
</div>
<ul class="site-nav">
<li class="site-nav-item">
<a href="/">Blog</a>
</li>
<li class="site-nav-item">
<a href="/page/presentations/">Presentations</a>
</li>
<li class="site-nav-item">
<a href="/page/about/">About Me</a>
</li>
<li class="site-nav-item">
<a href="/page/bluecraft">Blue Craft</a>
</li>
</ul>
</div>
</header>
<div id="container">
<div id="post-index" class="container" itemscope="" itemtype="https://schema.org/Blog">
<header class="post-header">
<h1 class="post-title" itemprop="name">Life-Lessons.in</h1>
<p>Adventures in Software and Life (Gurpreet Luthra)</p>
</header>
<ol class="post-list">
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="/2024/08/31/32-documentation-is-also-product/" itemprop="url">
<h4 class="post-stub-title" itemprop="name">Your documentation is also the Product</h4>
<time class="post-stub-date" datetime="2024-08-31">Published Sat, Aug 31, 2024</time>
</a>
</li>
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="/2021/10/31/31-podcast-expertease-mushtaq-doctor-to-architect/" itemprop="url">
<h4 class="post-stub-title" itemprop="name">Mushtaq: Doctor to Coding Architect (Expertease Podcast #5)</h4>
<time class="post-stub-date" datetime="2021-10-31">Published Sun, Oct 31, 2021</time>
</a>
</li>
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="/2021/06/19/29-indian-food-recipes-app-nocode/" itemprop="url">
<h4 class="post-stub-title" itemprop="name">Indian Food Recipes App built with GlideApps [NoCode]</h4>
<time class="post-stub-date" datetime="2021-06-19">Published Sat, Jun 19, 2021</time>
</a>
</li>
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="/2021/02/25/30-bahmni-1million-loc/" itemprop="url">
<h4 class="post-stub-title" itemprop="name">Bahmni - Open Source EMR with 1 Million Lines of Code</h4>
<time class="post-stub-date" datetime="2021-02-25">Published Thu, Feb 25, 2021</time>
</a>
</li>
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="/2020/11/29/podcast-building-engineering-career-nikhil-prasad/" itemprop="url">
<h4 class="post-stub-title" itemprop="name">Insights on Career, Mastery and Craftsmanship (Expertease Podcast #4)</h4>
<time class="post-stub-date" datetime="2020-11-29">Published Sun, Nov 29, 2020</time>
</a>
</li>
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="/2020/10/02/podcast-empowered-engineers-nikhil-prasad/" itemprop="url">
<h4 class="post-stub-title" itemprop="name">Empowered Engineering Culture - Nikhil Prasad (Expertease Podcast #3)</h4>
<time class="post-stub-date" datetime="2020-10-02">Published Fri, Oct 2, 2020</time>
</a>
</li>
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="/2020/08/01/podcast-exiting-the-rat-race-sandeep-nanu/" itemprop="url">
<h4 class="post-stub-title" itemprop="name">Exiting the Rat Race - The Entrepreneurial Journey of Sandeep Nanu (Expertease Podcast #2)</h4>
<time class="post-stub-date" datetime="2020-08-01">Published Sat, Aug 1, 2020</time>
</a>
</li>
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="/2020/07/22/podcast-art-of-experience-design/" itemprop="url">
<h4 class="post-stub-title" itemprop="name">Art of Experience Design with Aditya Karle (Expertease Podcast #1)</h4>
<time class="post-stub-date" datetime="2020-07-22">Published Wed, Jul 22, 2020</time>
</a>
</li>
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="/2019/12/30/ford-ecosport-automatic/" itemprop="url">
<h4 class="post-stub-title" itemprop="name">10 reasons for buying the Ford EcoSport Petrol (Automatic) - Review</h4>
<time class="post-stub-date" datetime="2019-12-30">Published Mon, Dec 30, 2019</time>
</a>
</li>
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="/2018/05/12/i-know-nothing-socrates-paradox/" itemprop="url">
<h4 class="post-stub-title" itemprop="name">I Know That I Know Nothing</h4>
<time class="post-stub-date" datetime="2018-05-12">Published Sat, May 12, 2018</time>
</a>
</li>
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="/2018/03/31/art-of-story-telling/" itemprop="url">
<h4 class="post-stub-title" itemprop="name">Are You Telling A Story?</h4>
<time class="post-stub-date" datetime="2018-03-31">Published Sat, Mar 31, 2018</time>
</a>
</li>
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="/2017/04/12/app-security-learning/" itemprop="url">
<h4 class="post-stub-title" itemprop="name">12 Things I Learnt While Teaching Application Security</h4>
<time class="post-stub-date" datetime="2017-04-12">Published Wed, Apr 12, 2017</time>
</a>
</li>
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="/2017/03/12/open-source-explained/" itemprop="url">
<h4 class="post-stub-title" itemprop="name">Understanding Open Source Software</h4>
<time class="post-stub-date" datetime="2017-03-12">Published Sun, Mar 12, 2017</time>
</a>
</li>
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="/2016/09/05/reduce-eye-strain-with-flux/" itemprop="url">
<h4 class="post-stub-title" itemprop="name">Reduce Computer Eye Strain with F.lux</h4>
<time class="post-stub-date" datetime="2016-09-05">Published Mon, Sep 5, 2016</time>
</a>
</li>
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="/2016/04/24/mars-rover-problem-in-scala/" itemprop="url">
<h4 class="post-stub-title" itemprop="name">Mars Rover Problem in Scala</h4>
<time class="post-stub-date" datetime="2016-04-24">Published Sun, Apr 24, 2016</time>
</a>
</li>
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="/2016/03/03/money-in-way-of-life/" itemprop="url">
<h4 class="post-stub-title" itemprop="name">When Money gets in the way of Life</h4>
<time class="post-stub-date" datetime="2016-03-03">Published Thu, Mar 3, 2016</time>
</a>
</li>
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="/2016/02/03/every-single-retro/" itemprop="url">
<h4 class="post-stub-title" itemprop="name">Every Single Retro</h4>
<time class="post-stub-date" datetime="2016-02-03">Published Wed, Feb 3, 2016</time>
</a>
</li>
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="/2015/12/25/the-velocity-conundrum/" itemprop="url">
<h4 class="post-stub-title" itemprop="name">The Velocity Conundrum</h4>
<time class="post-stub-date" datetime="2015-12-25">Published Fri, Dec 25, 2015</time>
</a>
</li>
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="/2015/11/15/podcasts-i-love/" itemprop="url">
<h4 class="post-stub-title" itemprop="name">Podcasts I Love</h4>
<time class="post-stub-date" datetime="2015-11-15">Published Sun, Nov 15, 2015</time>
</a>
</li>
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="/2015/11/01/i-moved-to-jekyll/" itemprop="url">
<h4 class="post-stub-title" itemprop="name">I moved to Jekyll</h4>
<time class="post-stub-date" datetime="2015-11-01">Published Sun, Nov 1, 2015</time>
</a>
</li>
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="/2015/10/03/understanding-vagrant-boxes/" itemprop="url">
<h4 class="post-stub-title" itemprop="name">Understanding Vagrant Boxes and VMs</h4>
<time class="post-stub-date" datetime="2015-10-03">Published Sat, Oct 3, 2015</time>
</a>
</li>
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="/2015/08/16/gocd-on-digital-ocean/" itemprop="url">
<h4 class="post-stub-title" itemprop="name">Installing ThoughtWorks GoCD Server on a Digital Ocean Droplet</h4>
<time class="post-stub-date" datetime="2015-08-16">Published Sun, Aug 16, 2015</time>
</a>
</li>
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="/2015/02/14/building-apps-for-multiple-countries/" itemprop="url">
<h4 class="post-stub-title" itemprop="name">Building Applications for Multiple Countries and Languages</h4>
<time class="post-stub-date" datetime="2015-02-14">Published Sat, Feb 14, 2015</time>
</a>
</li>
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="/2014/11/28/way-to-a-new-project/" itemprop="url">
<h4 class="post-stub-title" itemprop="name">Way To A New Project</h4>
<time class="post-stub-date" datetime="2014-11-28">Published Fri, Nov 28, 2014</time>
</a>
</li>
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="/2014/07/26/scala-diff-between-sort-methods/" itemprop="url">
<h4 class="post-stub-title" itemprop="name">Difference between sorted, sortWith and sortBy in Scala</h4>
<time class="post-stub-date" datetime="2014-07-26">Published Sat, Jul 26, 2014</time>
</a>
</li>
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="/2014/01/10/using-capybara-and-rspec/" itemprop="url">
<h4 class="post-stub-title" itemprop="name">Using Capybara and Rspec assertions in Page Objects</h4>
<time class="post-stub-date" datetime="2014-01-10">Published Fri, Jan 10, 2014</time>
</a>
</li>
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="/2012/12/16/vagrant-an-interesting-approach-dev/" itemprop="url">
<h4 class="post-stub-title" itemprop="name">Vagrant: Setup development environments FAST!</h4>
<time class="post-stub-date" datetime="2012-12-16">Published Sun, Dec 16, 2012</time>
</a>
</li>
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="/2012/07/29/recommended-reading-for-devs-thoughtworks/" itemprop="url">
<h4 class="post-stub-title" itemprop="name">Recommended Reading for Lateral Dev Hires at ThoughtWorks</h4>
<time class="post-stub-date" datetime="2012-07-29">Published Sun, Jul 29, 2012</time>
</a>
</li>
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="/2012/07/22/poke-yoke-mistake-proofing-software/" itemprop="url">
<h4 class="post-stub-title" itemprop="name">POKA YOKE - Applying Mistake Proofing to Software</h4>
<time class="post-stub-date" datetime="2012-07-22">Published Sun, Jul 22, 2012</time>
</a>
</li>
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="/2012/04/29/understanding-web-vulnerabilities-cookies/" itemprop="url">
<h4 class="post-stub-title" itemprop="name">Web Vulnerabilities - Phishing, Cookies, XSS and CSRF</h4>
<time class="post-stub-date" datetime="2012-04-29">Published Sun, Apr 29, 2012</time>
</a>
</li>
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="/2012/02/25/eight-months-at-tw-pune/" itemprop="url">
<h4 class="post-stub-title" itemprop="name">8 months at ThoughtWorks Pune</h4>
<time class="post-stub-date" datetime="2012-02-25">Published Sat, Feb 25, 2012</time>
</a>
</li>
</ol>
<div class="post-navigation">
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="site-title-wrapper">
<h1 class="site-title">
<a href="/">life-lessons.in</a>
</h1>
<a class="button-square button-jump-top js-jump-top" href="#" aria-label="Back to Top">
<i class="fa fa-angle-up" aria-hidden="true"></i>
</a>
</div>
<p class="footer-copyright">
<span>© 2024 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
</p>
<p class="footer-copyright">
<span><a href="https://github.com/roryg/ghostwriter">Ghostwriter theme</a> By <a href="http://jollygoodthemes.com">JollyGoodThemes</a></span>
<span>/ <a href="https://github.com/jbub/ghostwriter">Ported</a> to Hugo By <a href="https://github.com/jbub">jbub</a></span>
</p>
</div>
</footer>
<script src="/js/jquery-1.11.3.min.js"></script>
<script src="/js/jquery.fitvids.js"></script>
<script src="/js/scripts.js"></script>
</body>
</html>