-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
533 lines (446 loc) · 21.4 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
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
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
<!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/teaching-lessons-1.html">Learning Teaching - Chapter One</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-success">10 min. read</span>
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2023-12-17T00:00:00+05:30"> Sun 17 December 2023</time>
</span>
<span class="label label-default">Tags</span>
<a href="https://www.nacnez.com/tag/education.html">education</a>
/
<a href="https://www.nacnez.com/tag/teaching.html">teaching</a>
/
<a href="https://www.nacnez.com/tag/learning.html">learning</a>
/
<a href="https://www.nacnez.com/tag/lessons.html">lessons</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>Beginning my journey of learning about teaching</p>
<a class="btn btn-default btn-xs" href="https://www.nacnez.com/teaching-lessons-1.html">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="https://www.nacnez.com/locust-cw-plugin.html">Locust statistics in AWS Cloudwatch</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="2023-10-22T00:00:00+05:30"> Sun 22 October 2023</time>
</span>
<span class="label label-default">Tags</span>
<a href="https://www.nacnez.com/tag/open-source.html">open source</a>
/
<a href="https://www.nacnez.com/tag/performance-testing.html">performance testing</a>
/
<a href="https://www.nacnez.com/tag/aws.html">AWS</a>
/
<a href="https://www.nacnez.com/tag/locust.html">locust</a>
/
<a href="https://www.nacnez.com/tag/plugin.html">plugin</a>
/
<a href="https://www.nacnez.com/tag/software-engineering.html">software-engineering</a>
/
<a href="https://www.nacnez.com/tag/development.html">development</a>
/
<a href="https://www.nacnez.com/tag/community.html">community</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>A plugin to push locust test metrics to AWS CloudWatch - open sourced.</p>
<a class="btn btn-default btn-xs" href="https://www.nacnez.com/locust-cw-plugin.html">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="https://www.nacnez.com/why-ddats.html">Why DDATs?</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-success">9 min. read</span>
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2023-09-22T00:00:00+05:30"> Fri 22 September 2023</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/development.html">development</a>
/
<a href="https://www.nacnez.com/tag/testing.html">testing</a>
/
<a href="https://www.nacnez.com/tag/extreme-programming.html">extreme-programming</a>
/
<a href="https://www.nacnez.com/tag/code-quality.html">code quality</a>
/
<a href="https://www.nacnez.com/tag/unit-testing.html">unit testing</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>Developer Driven Automated Tests are beneficial, but not cheap. They are good value for the effort!</p>
<a class="btn btn-default btn-xs" href="https://www.nacnez.com/why-ddats.html">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="https://www.nacnez.com/pykidz-basic-course.html">Pykidz!: My Python Course</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-success">9 min. read</span>
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2023-08-10T00:00:00+05:30"> Thu 10 August 2023</time>
</span>
<span class="label label-default">Tags</span>
<a href="https://www.nacnez.com/tag/development.html">development</a>
/
<a href="https://www.nacnez.com/tag/programming-languages.html">programming languages</a>
/
<a href="https://www.nacnez.com/tag/python.html">python</a>
/
<a href="https://www.nacnez.com/tag/training.html">training</a>
/
<a href="https://www.nacnez.com/tag/kids.html">kids</a>
/
<a href="https://www.nacnez.com/tag/learning.html">learning</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>Basic python course I shared in YouTube</p>
<a class="btn btn-default btn-xs" href="https://www.nacnez.com/pykidz-basic-course.html">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="https://www.nacnez.com/bg-bhaktiyoga-bhaktha.html">Bhakthi Yoga - Bhagavad Gita</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-success">26 min. read</span>
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2023-01-14T00:00:00+05:30"> Sat 14 January 2023</time>
</span>
<span class="label label-default">Tags</span>
<a href="https://www.nacnez.com/tag/spirituality.html">spirituality</a>
/
<a href="https://www.nacnez.com/tag/life.html">life</a>
/
<a href="https://www.nacnez.com/tag/devotion.html">devotion</a>
/
<a href="https://www.nacnez.com/tag/bhakthi.html">bhakthi</a>
/
<a href="https://www.nacnez.com/tag/yoga.html">yoga</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>Exploring Bhakthi Yoga chapter of the Bhagavad Gita</p>
<a class="btn btn-default btn-xs" href="https://www.nacnez.com/bg-bhaktiyoga-bhaktha.html">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="https://www.nacnez.com/daily-scrum.html">The Daily Scrum/Stand-up Meeting</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-success">16 min. read</span>
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2023-01-14T00:00:00+05:30"> Sat 14 January 2023</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/process.html">process</a>
/
<a href="https://www.nacnez.com/tag/agile.html">agile</a>
/
<a href="https://www.nacnez.com/tag/scrum.html">scrum</a>
/
<a href="https://www.nacnez.com/tag/people.html">people</a>
/
<a href="https://www.nacnez.com/tag/extreme-programming.html">extreme-programming</a>
/
<a href="https://www.nacnez.com/tag/stand-up.html">stand-up</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>Recording my observations & preferences on the Daily Scrum/Stand-up meeting</p>
<a class="btn btn-default btn-xs" href="https://www.nacnez.com/daily-scrum.html">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="https://www.nacnez.com/education-me.html">Education & me - State of mind in 2022</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-success">11 min. read</span>
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2023-01-14T00:00:00+05:30"> Sat 14 January 2023</time>
</span>
<span class="label label-default">Tags</span>
<a href="https://www.nacnez.com/tag/education.html">education</a>
/
<a href="https://www.nacnez.com/tag/growth.html">growth</a>
/
<a href="https://www.nacnez.com/tag/empowerment.html">empowerment</a>
/
<a href="https://www.nacnez.com/tag/life.html">life</a>
/
<a href="https://www.nacnez.com/tag/impact.html">impact</a>
/
<a href="https://www.nacnez.com/tag/teaching.html">teaching</a>
/
<a href="https://www.nacnez.com/tag/path.html">path</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>Why I think education is important & what I could do.</p>
<a class="btn btn-default btn-xs" href="https://www.nacnez.com/education-me.html">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="https://www.nacnez.com/flogging-bulldozer.html">The flogging bulldozer which broke the bridge</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="2023-01-14T00:00:00+05:30"> Sat 14 January 2023</time>
</span>
<span class="label label-default">Tags</span>
<a href="https://www.nacnez.com/tag/opinion.html">opinion</a>
/
<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/politics.html">politics</a>
/
<a href="https://www.nacnez.com/tag/bureaucracy.html">bureaucracy</a>
/
<a href="https://www.nacnez.com/tag/polarization.html">polarization</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>Is the bureaucracy changing - Polarization seeping in?</p>
<a class="btn btn-default btn-xs" href="https://www.nacnez.com/flogging-bulldozer.html">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="https://www.nacnez.com/minimal-first-brushstroke.html">Minimalism - My first brushstroke</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-success">11 min. read</span>
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2022-09-07T00:00:00+05:30"> Wed 07 September 2022</time>
</span>
<span class="label label-default">Tags</span>
<a href="https://www.nacnez.com/tag/minimalism.html">minimalism</a>
/
<a href="https://www.nacnez.com/tag/spirituality.html">spirituality</a>
/
<a href="https://www.nacnez.com/tag/simplicity.html">simplicity</a>
/
<a href="https://www.nacnez.com/tag/life.html">life</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>Reflecting on my initial efforts towards minimalism inspired by a book.</p>
<a class="btn btn-default btn-xs" href="https://www.nacnez.com/minimal-first-brushstroke.html">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="https://www.nacnez.com/micro-service-size.html">The Right size of a µService?</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-success">28 min. read</span>
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2022-07-30T00:00:00+05:30"> Sat 30 July 2022</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/size.html">size</a>
/
<a href="https://www.nacnez.com/tag/bounded-contexts.html">bounded contexts</a>
/
<a href="https://www.nacnez.com/tag/microservices.html">microservices</a>
/
<a href="https://www.nacnez.com/tag/software-engineering.html">software-engineering</a>
/
<a href="https://www.nacnez.com/tag/ddd.html">DDD</a>
/
<a href="https://www.nacnez.com/tag/domain-driven-design.html">domain-driven-design</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>Ideas to figure out if your microservice is too big or too small.</p>
<a class="btn btn-default btn-xs" href="https://www.nacnez.com/micro-service-size.html">more ...</a>
</div>
</article>
<hr/>
<ul class="pagination">
<li class="prev disabled"><a href="#">«</a></li>
<li class="active"><a
href="https://www.nacnez.com/index.html">1</a></li>
<li class=""><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/index2.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>