-
Notifications
You must be signed in to change notification settings - Fork 1
/
index2.html
490 lines (403 loc) · 19.8 KB
/
index2.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
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns# fb: https://www.facebook.com/2008/fbml">
<head>
<title>Starting Point</title>
<!-- Using the latest rendering mode for IE -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://www.nacnez.com">
<meta name="author" content="Srinivas Narayanan (Srini)" />
<!-- Open Graph tags -->
<meta property="og:site_name" content="Starting Point" />
<meta property="og:type" content="website"/>
<meta property="og:title" content="Starting Point"/>
<meta property="og:url" content="https://www.nacnez.com"/>
<meta property="og:description" content="Starting Point"/>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://www.nacnez.com/theme/css/bootstrap.darkly.min.css" type="text/css"/>
<link href="https://www.nacnez.com/theme/css/font-awesome.min.css" rel="stylesheet">
<link href="https://www.nacnez.com/theme/css/pygments/monokai.css" rel="stylesheet">
<link rel="stylesheet" href="https://www.nacnez.com/theme/css/style.css" type="text/css"/>
<link href="https://www.nacnez.com/css/custom.css" rel="stylesheet">
<link href="https://www.nacnez.com/feeds/all.atom.xml" type="application/atom+xml" rel="alternate"
title="Starting Point ATOM Feed"/>
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-79BTGL1LJS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', G-79BTGL1LJS);
</script>
<!-- End Google Analytics Code -->
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NBHLX3B');</script>
<!-- End Google Tag Manager -->
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<a href="https://www.nacnez.com/" class="navbar-brand">
<img class="img-responsive pull-left gap-right" src="https://www.nacnez.com/images/myLogo.png" width=""/> Starting Point </a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
</ul>
<ul class="nav navbar-nav navbar-right">
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
</div> <!-- /.navbar -->
<!-- Banner -->
<!-- End Banner -->
<!-- Content Container -->
<div class="container">
<div class="row">
<div class="col-sm-9">
<article>
<h2><a href="https://www.nacnez.com/product-and-engg.html">Product:Scope::Engineering:Time</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-success">2 min. read</span>
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2022-04-30T00:00:00+05:30"> Sat 30 April 2022</time>
</span>
<span class="label label-default">Tags</span>
<a href="https://www.nacnez.com/tag/software-engineering.html">software-engineering</a>
/
<a href="https://www.nacnez.com/tag/product-development.html">product-development</a>
/
<a href="https://www.nacnez.com/tag/responsibility.html">responsibility</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>Product controls Scope, Engineering controls time.</p>
<a class="btn btn-default btn-xs" href="https://www.nacnez.com/product-and-engg.html">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="https://www.nacnez.com/india-extreme.html">My India changing</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-success">5 min. read</span>
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2022-04-25T00:00:00+05:30"> Mon 25 April 2022</time>
</span>
<span class="label label-default">Tags</span>
<a href="https://www.nacnez.com/tag/india.html">India</a>
/
<a href="https://www.nacnez.com/tag/people.html">people</a>
/
<a href="https://www.nacnez.com/tag/religion.html">religion</a>
/
<a href="https://www.nacnez.com/tag/moderation.html">moderation</a>
/
<a href="https://www.nacnez.com/tag/polarization.html">polarization</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>Changing face of India - getting extreme</p>
<a class="btn btn-default btn-xs" href="https://www.nacnez.com/india-extreme.html">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="https://www.nacnez.com/blog-direction.html">Increasing Scope</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-success">2 min. read</span>
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2022-04-12T00:00:00+05:30"> Tue 12 April 2022</time>
</span>
<span class="label label-default">Tags</span>
<a href="https://www.nacnez.com/tag/blogging.html">blogging</a>
/
<a href="https://www.nacnez.com/tag/change.html">change</a>
/
<a href="https://www.nacnez.com/tag/direction.html">direction</a>
/
<a href="https://www.nacnez.com/tag/life.html">life</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>Adding other life aspects to this blog - increasing scope</p>
<a class="btn btn-default btn-xs" href="https://www.nacnez.com/blog-direction.html">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="https://www.nacnez.com/why-process.html">Why Process!</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-success">5 min. read</span>
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2019-10-27T00:00:00+05:30"> Sun 27 October 2019</time>
</span>
<span class="label label-default">Tags</span>
<a href="https://www.nacnez.com/tag/software-engineering.html">software-engineering</a>
/
<a href="https://www.nacnez.com/tag/agile.html">agile</a>
/
<a href="https://www.nacnez.com/tag/process.html">process</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>Expressing my reason for having a process</p>
<a class="btn btn-default btn-xs" href="https://www.nacnez.com/why-process.html">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="https://www.nacnez.com/2-µ-services-chat-timeout.html">µservices gossip: Take a timeout!</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-success">6 min. read</span>
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2019-10-13T00:00:00+05:30"> Sun 13 October 2019</time>
</span>
<span class="label label-default">Tags</span>
<a href="https://www.nacnez.com/tag/architecture.html">architecture</a>
/
<a href="https://www.nacnez.com/tag/resilience.html">resilience</a>
/
<a href="https://www.nacnez.com/tag/microservices.html">microservices</a>
/
<a href="https://www.nacnez.com/tag/play.html">play</a>
/
<a href="https://www.nacnez.com/tag/bounded-contexts.html">bounded contexts</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>A casual bar chat between µ services Jack and Jill about Jack's problem with Jill.</p>
<a class="btn btn-default btn-xs" href="https://www.nacnez.com/2-µ-services-chat-timeout.html">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="https://www.nacnez.com/gof-inspired-decorators.html">GOF inspired python decorators</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-success">14 min. read</span>
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2019-09-29T00:00:00+05:30"> Sun 29 September 2019</time>
</span>
<span class="label label-default">Tags</span>
<a href="https://www.nacnez.com/tag/design-pattens.html">design pattens</a>
/
<a href="https://www.nacnez.com/tag/functional-programming.html">functional programming</a>
/
<a href="https://www.nacnez.com/tag/decorators.html">decorators</a>
/
<a href="https://www.nacnez.com/tag/python.html">python</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>Inspired by GOF patterns, implemented with methods and decorators</p>
<a class="btn btn-default btn-xs" href="https://www.nacnez.com/gof-inspired-decorators.html">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="https://www.nacnez.com/caching-in-microservices.html">Caching in Microservices</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-success">19 min. read</span>
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2019-09-15T00:00:00+05:30"> Sun 15 September 2019</time>
</span>
<span class="label label-default">Tags</span>
<a href="https://www.nacnez.com/tag/microservices.html">microservices</a>
/
<a href="https://www.nacnez.com/tag/caching.html">caching</a>
/
<a href="https://www.nacnez.com/tag/talk.html">talk</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>A overview of caching in the context of microservices</p>
<a class="btn btn-default btn-xs" href="https://www.nacnez.com/caching-in-microservices.html">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="https://www.nacnez.com/nginx-working-deepdive.html">Nginx Serves Us like this - Maybe</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-success">8 min. read</span>
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2018-03-31T00:00:00+05:30"> Sat 31 March 2018</time>
</span>
<span class="label label-default">Tags</span>
<a href="https://www.nacnez.com/tag/web-server.html">web server</a>
/
<a href="https://www.nacnez.com/tag/reverse-proxy.html">reverse proxy</a>
/
<a href="https://www.nacnez.com/tag/load-balancer.html">load balancer</a>
/
<a href="https://www.nacnez.com/tag/system-calls.html">system calls</a>
/
<a href="https://www.nacnez.com/tag/processes.html">processes</a>
/
<a href="https://www.nacnez.com/tag/nginx.html">nginx</a>
/
<a href="https://www.nacnez.com/tag/architecture.html">architecture</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>A slightly deep dive on how nginx starts up and serves client requests.</p>
<a class="btn btn-default btn-xs" href="https://www.nacnez.com/nginx-working-deepdive.html">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="https://www.nacnez.com/thou-shall-listen-to-podcasts-part-2.html">Thou shall listen to Podcasts - Part II</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-success">3 min. read</span>
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2015-05-04T00:00:00+05:30"> Mon 04 May 2015</time>
</span>
<span class="label label-default">Tags</span>
<a href="https://www.nacnez.com/tag/podcasts.html">podcasts</a>
/
<a href="https://www.nacnez.com/tag/technology.html">technology</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>I would like to share the podcasts I listen to - part 2.</p>
<a class="btn btn-default btn-xs" href="https://www.nacnez.com/thou-shall-listen-to-podcasts-part-2.html">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="https://www.nacnez.com/thou-shall-listen-to-podcasts-part-1.html">Thou shall listen to Podcasts - Part I</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-success">5 min. read</span>
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2015-01-31T00:00:00+05:30"> Sat 31 January 2015</time>
</span>
<span class="label label-default">Tags</span>
<a href="https://www.nacnez.com/tag/podcasts.html">podcasts</a>
/
<a href="https://www.nacnez.com/tag/technology.html">technology</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>I would like to share the podcasts I listen to.</p>
<a class="btn btn-default btn-xs" href="https://www.nacnez.com/thou-shall-listen-to-podcasts-part-1.html">more ...</a>
</div>
</article>
<hr/>
<ul class="pagination">
<li class="prev"><a href="https://www.nacnez.com/index.html">«</a>
</li>
<li class=""><a
href="https://www.nacnez.com/index.html">1</a></li>
<li class="active"><a
href="https://www.nacnez.com/index2.html">2</a></li>
<li class=""><a
href="https://www.nacnez.com/index3.html">3</a></li>
<li class="next"><a
href="https://www.nacnez.com/index3.html">»</a></li>
</ul>
</div>
<div class="col-sm-3" id="sidebar">
<aside>
<div id="aboutme">
<p>
<img width="100%" class="img-thumbnail" src="https://www.nacnez.com/images/profile.jpeg"/>
</p>
<p>
<strong>About Srinivas Narayanan (Srini)</strong><br/>
Living in Bengaluru. Family man & Software engineer. Currently I am a <span class="bold-green"><a href="https://getsimpl.com/"><img src="https://www.google.com/s2/favicons?domain=https://getsimpl.com">Simpl</a></span>fier. <br/>This, a place for me to write about anything under the 🌞. <span class="bold-angry">My views are mine alone</span> & not related to any person or organisation including my employer.
</p>
</div><!-- Sidebar -->
<section class="well well-sm">
<ul class="list-group list-group-flush">
<!-- Sidebar/Social -->
<li class="list-group-item">
<h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Social</span></h4>
<ul class="list-group" id="social">
<li class="list-group-item"><a href="http://twitter.com/srininara"><i class="fa fa-twitter-square fa-lg"></i> twitter</a></li>
<li class="list-group-item"><a href="http://github.com/srininara"><i class="fa fa-github-square fa-lg"></i> github</a></li>
<li class="list-group-item"><a href="https://www.linkedin.com/in/srinivas-narayanan-1912b14/"><i class="fa fa-linkedin-square fa-lg"></i> linkedin</a></li>
<li class="list-group-item"><a href="https://www.nacnez.com/feeds/all.atom.xml"><i class="fa fa-rss-square fa-lg"></i> rss</a></li>
</ul>
</li>
<!-- End Sidebar/Social -->
<!-- Sidebar/Tag Cloud -->
<li class="list-group-item">
<a href="https://www.nacnez.com/"><h4><i class="fa fa-tags fa-lg"></i><span class="icon-label">Tags</span></h4></a>
<ul class="list-group " id="tags">
<li class="list-group-item tag-1">
<a href="https://www.nacnez.com/tag/life.html">life</a>
</li>
<li class="list-group-item tag-1">
<a href="https://www.nacnez.com/tag/development.html">development</a>
</li>
<li class="list-group-item tag-1">
<a href="https://www.nacnez.com/tag/software-engineering.html">software-engineering</a>
</li>
<li class="list-group-item tag-2">
<a href="https://www.nacnez.com/tag/architecture.html">architecture</a>
</li>
<li class="list-group-item tag-2">
<a href="https://www.nacnez.com/tag/people.html">people</a>
</li>
<li class="list-group-item tag-2">
<a href="https://www.nacnez.com/tag/python.html">python</a>
</li>
<li class="list-group-item tag-2">
<a href="https://www.nacnez.com/tag/microservices.html">microservices</a>
</li>
<li class="list-group-item tag-2">
<a href="https://www.nacnez.com/tag/technology.html">technology</a>
</li>
<li class="list-group-item tag-4">
<a href="https://www.nacnez.com/tag/teaching.html">teaching</a>
</li>
<li class="list-group-item tag-4">
<a href="https://www.nacnez.com/tag/education.html">education</a>
</li>
</ul>
</li>
<!-- End Sidebar/Tag Cloud -->
</ul>
</section>
<!-- End Sidebar --> </aside>
</div>
</div>
</div>
<!-- End Content Container -->
<footer>
<div class="container">
<hr>
<div class="row">
<div class="col-xs-10">© 2023 Srinivas Narayanan (Srini)
· Powered by <a href="https://github.com/getpelican/pelican-themes/tree/master/pelican-bootstrap3" target="_blank">pelican-bootstrap3</a>,
<a href="http://docs.getpelican.com/" target="_blank">Pelican</a>,
<a href="http://getbootstrap.com" target="_blank">Bootstrap</a> </div>
<div class="col-xs-2"><p class="pull-right"><i class="fa fa-arrow-up"></i> <a href="#">Back to top</a></p></div>
</div>
</div>
</footer>
<script src="https://www.nacnez.com/theme/js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="https://www.nacnez.com/theme/js/bootstrap.min.js"></script>
<!-- Enable responsive features in IE8 with Respond.js (https://github.com/scottjehl/Respond) -->
<script src="https://www.nacnez.com/theme/js/respond.min.js"></script>
<!-- Disqus -->
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'nacnez'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var s = document.createElement('script');
s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
<!-- End Disqus Code -->
</body>
</html>