-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
826 lines (780 loc) · 158 KB
/
about.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
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
<!DOCTYPE HTML>
<html>
<head>
<title>About Me</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" />
</noscript>
<style>
ul {
list-style-type: none;
}
.embed-container iframe, .embed-container object, .embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.istagram-media{
width: 320px;
height: 1200px;
}
.media.instagram-media-rendered {
width: 320px;
height: 1200px;
}
#instapost ul li {
width: 320px;
height: 1200px;
float: left;
margin-right: 30px;
}
</style>
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<a href="index.html" class="title">Get To Know Me</a>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html" class="active">About</a></li>
<li><a href="elements.html">Elements</a></li>
</ul>
</nav>
</header>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<section id="main" class="wrapper">
<h1 class="major">Interests</h1>
<section>
<div id="instapost">
<ul>
<li><p>Learning!</p><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/BXbqL1xhkRi/?utm_source=ig_embed&utm_campaign=loading" data-instgrm-version="13" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/BXbqL1xhkRi/?utm_source=ig_embed&utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;"> View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a><p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"><a href="https://www.instagram.com/p/BXbqL1xhkRi/?utm_source=ig_embed&utm_campaign=loading" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank">A post shared by Michael Stevens from Vsauce (@electricpants)</a></p></div></blockquote> <script async src="//www.instagram.com/embed.js"></script></li>
<li><p>Guitar!</p>
<blockquote class="instagram-media embed-container" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/B_I7H5VhFoD/?utm_source=ig_embed&utm_campaign=loading" data-instgrm-version="13" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/B_I7H5VhFoD/?utm_source=ig_embed&utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;"> View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a><p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"><a href="https://www.instagram.com/p/B_I7H5VhFoD/?utm_source=ig_embed&utm_campaign=loading" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank">A post shared by Bryan Guner Music (@bgoonz)</a></p></div></blockquote> <script async src="//www.instagram.com/embed.js"></script>
</li>
<li><p>Live Music!</p><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/CARLubbh712/?utm_source=ig_embed&utm_campaign=loading" data-instgrm-version="13" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/CARLubbh712/?utm_source=ig_embed&utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;"> View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a><p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"><a href="https://www.instagram.com/p/CARLubbh712/?utm_source=ig_embed&utm_campaign=loading" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank">A post shared by Bryan Guner Music (@bgoonz)</a></p></div></blockquote> <script async src="//www.instagram.com/embed.js"></script></li>
<li><p>Hockey</p>
<blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/B-NubTIhcVk/?utm_source=ig_embed&utm_campaign=loading" data-instgrm-version="13" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/B-NubTIhcVk/?utm_source=ig_embed&utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;"> View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a><p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"><a href="https://www.instagram.com/p/B-NubTIhcVk/?utm_source=ig_embed&utm_campaign=loading" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank">A post shared by Bryan Guner Music (@bgoonz)</a></p></div></blockquote> <script async src="//www.instagram.com/embed.js"></script>
</li>
<li><p>Dogs!</p>
<blockquote class="instagram-media embed-container" data-instgrm-captioned
data-instgrm-permalink="https://www.instagram.com/p/CFzTGMKhUoX/?utm_source=ig_embed&utm_campaign=loading"
data-instgrm-version="13"
style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);">
<div style="padding:16px;"> <a
href="https://www.instagram.com/p/CFzTGMKhUoX/?utm_source=ig_embed&utm_campaign=loading"
style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;"
target="_blank">
<div style=" display: flex; flex-direction: row; align-items: center;">
<div
style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;">
</div>
<div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;">
<div
style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;">
</div>
<div
style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;">
</div>
</div>
</div>
<div style="padding: 19% 0;"></div>
<div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px"
height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg"
xmlns:xlink="https://www.w3.org/1999/xlink">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g transform="translate(-511.000000, -20.000000)" fill="#000000">
<g>
<path
d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631">
</path>
</g>
</g>
</g>
</svg></div>
<div style="padding-top: 8px;">
<div
style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">
View this post on Instagram</div>
</div>
<div style="padding: 12.5% 0;"></div>
<div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;">
<div>
<div
style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);">
</div>
<div
style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;">
</div>
<div
style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);">
</div>
</div>
<div style="margin-left: 8px;">
<div
style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;">
</div>
<div
style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)">
</div>
</div>
<div style="margin-left: auto;">
<div
style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);">
</div>
<div
style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);">
</div>
<div
style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);">
</div>
</div>
</div>
<div
style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;">
<div
style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;">
</div>
<div
style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;">
</div>
</div>
</a>
<p
style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;">
<a href="https://www.instagram.com/p/CFzTGMKhUoX/?utm_source=ig_embed&utm_campaign=loading"
style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;"
target="_blank">A post shared by Bryan Guner Music (@bgoonz)</a></p>
</div>
</blockquote>
<script async src="//www.instagram.com/embed.js"></script>
</li>
<li><p>Family!</p><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/B1PXNpHhMfj/?utm_source=ig_embed&utm_campaign=loading" data-instgrm-version="13" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/B1PXNpHhMfj/?utm_source=ig_embed&utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;"> View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a><p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"><a href="https://www.instagram.com/p/B1PXNpHhMfj/?utm_source=ig_embed&utm_campaign=loading" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank">A post shared by Bryan Guner Music (@bgoonz)</a></p></div></blockquote> <script async src="//www.instagram.com/embed.js"></script></li>
</ul>
</div>
</section>
<section>
<p>My Musical Tastes</p>
<iframe src="https://open.spotify.com/embed/playlist/2VojZ70yfWaSeVfY2gjwVC" width="300" height="380" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
</section>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div id="readme" class="Box-body readme blob js-code-block-container p-5 p-xl-6 gist-border-0">
<article class="markdown-body entry-content container-lg" itemprop="text">
<p><a target="_blank" rel="noopener noreferrer" href="/bgoonz/bgoonz/blob/master/activity.JPG"><img src="/bgoonz/bgoonz/raw/master/activity.JPG" alt="img" style="max-width:100%;"></a></p>
<h1><a id="user-content-hi-i-am-bryan" class="anchor" aria-hidden="true" href="#hi-i-am-bryan"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Hi, I am Bryan!</h1>
<div>
<a target="_blank" rel="noopener noreferrer" href="https://github.com/bgoonz/bgoonz/blob/master/bryan-profile-pic.jpg?raw=true"><img align="center" src="https://github.com/bgoonz/bgoonz/raw/master/bryan-profile-pic.jpg?raw=true" style="max-width:100%;"></a>
</div>
<hr>
<div>
<a target="_blank" rel="noopener noreferrer" href="https://camo.githubusercontent.com/627c52694b92ec1f13be3a7995d46352915ad96ac13261cc37ccf987364cabd2/68747470733a2f2f636c6f75642e6e65746c69667975736572636f6e74656e742e636f6d2f6173736574732f33343464626638382d666466392d343262622d616462342d3436663031656564643632392f32336239623233362d373436652d343039632d386538362d3330623433383565336237322f6872312d7261797068616d2e676966"><img src="https://camo.githubusercontent.com/627c52694b92ec1f13be3a7995d46352915ad96ac13261cc37ccf987364cabd2/68747470733a2f2f636c6f75642e6e65746c69667975736572636f6e74656e742e636f6d2f6173736574732f33343464626638382d666466392d343262622d616462342d3436663031656564643632392f32336239623233362d373436652d343039632d386538362d3330623433383565336237322f6872312d7261797068616d2e676966" alt="hr-line" width="100%" height="22" data-canonical-src="https://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/23b9b236-746e-409c-8e86-30b4385e3b72/hr1-raypham.gif" style="max-width:100%;"></a>
</div>
<hr>
<div>
</div>
<hr>
<div>
<p><a href="https://github.com/bgoonz"><img src="https://camo.githubusercontent.com/e481effd6756a87df7f70f6297105f6b547e20958e1aa042ab29219e3a547de0/68747470733a2f2f6769746875622d726561646d652d73746174732e76657263656c2e6170702f6170692f746f702d6c616e67732f3f757365726e616d653d62676f6f6e7a266c616e67735f636f756e743d382673686f775f69636f6e733d74727565267468656d653d7261646963616c" alt="Top Langs" data-canonical-src="https://github-readme-stats.vercel.app/api/top-langs/?username=bgoonz&langs_count=8&show_icons=true&theme=radical" style="max-width:100%;"></a></p>
</div>
<hr>
<hr>
<p><a href="#hi-im-bryan">Hi I'm Bryan!</a></p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> <g-emoji class="g-emoji" alias="white_check_mark" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2705.png">✅</g-emoji> <a href="#portfolio">Portfolio:</a></li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> <g-emoji class="g-emoji" alias="white_check_mark" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2705.png">✅</g-emoji>- <a href="#or">OR:</a></li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> <g-emoji class="g-emoji" alias="white_check_mark" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2705.png">✅</g-emoji> <a href="#github-pages">Github-Pages</a></li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> <g-emoji class="g-emoji" alias="white_check_mark" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2705.png">✅</g-emoji> <a href="#github-gists">Github Gists</a></li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> <g-emoji class="g-emoji" alias="white_check_mark" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2705.png">✅</g-emoji> <a href="#web-dev-resource-hub">Web Dev Resource Hub</a></li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> <g-emoji class="g-emoji" alias="white_check_mark" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2705.png">✅</g-emoji> <a href="#mihir_begcom">Mihir_Beg.com</a></li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> <g-emoji class="g-emoji" alias="white_check_mark" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2705.png">✅</g-emoji> <a href="#interview-prep-static-site">Interview Prep Static Site</a></li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> <g-emoji class="g-emoji" alias="white_check_mark" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2705.png">✅</g-emoji> <a href="#data-structures-repository">Data Structures Repository</a></li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> <g-emoji class="g-emoji" alias="white_check_mark" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2705.png">✅</g-emoji> <a href="#learning-react-blog">Learning React Blog</a></li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> <g-emoji class="g-emoji" alias="white_check_mark" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2705.png">✅</g-emoji> <a href="#react-repo">React Repo:</a></li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> <g-emoji class="g-emoji" alias="white_check_mark" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2705.png">✅</g-emoji> <a href="#react-repo-1">React Repo</a></li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> <g-emoji class="g-emoji" alias="white_check_mark" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2705.png">✅</g-emoji> <a href="#email"><em>Email</em></a></li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> <g-emoji class="g-emoji" alias="white_check_mark" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2705.png">✅</g-emoji> <a href="#phone"><em>Phone</em></a></li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> <g-emoji class="g-emoji" alias="white_check_mark" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2705.png">✅</g-emoji> <a href="#social">Social</a></li>
</ul>
<p><a target="_blank" rel="noopener noreferrer" href=""><img alt="breakup" style="max-width:100%;"></a></p>
<hr>
<p><a href="https://github.com/ellerbrock/open-source-badges/"><img src="https://camo.githubusercontent.com/1824a8ce41a8b45ab8d5a2a5d147583a924cbfe9fb7cab7122603492d1df9e38/68747470733a2f2f6261646765732e66726170736f66742e636f6d2f6f732f76312f6f70656e2d736f757263652e706e673f763d313033" alt="Open Source Love" data-canonical-src="https://badges.frapsoft.com/os/v1/open-source.png?v=103" style="max-width:100%;"></a> <a href="https://github.com/ellerbrock/open-source-badges/"><img src="https://camo.githubusercontent.com/5ad3f5755bc7d95d8d1110326303a95158675c896647cb874b5b4436834b0d33/68747470733a2f2f6261646765732e66726170736f66742e636f6d2f626173682f76312f626173682e706e673f763d313033" alt="Bash Shell" data-canonical-src="https://badges.frapsoft.com/bash/v1/bash.png?v=103" style="max-width:100%;"></a></p>
<p><a href="https://web-dev-resource-hub.netlify.app//0-assets/planning/documentation/portfolio/tree-diagram.html"
rel="nofollow"><img
src="https://camo.githubusercontent.com/e139353250cd4434c9fde559d096ad30af8dfc36251146d2e798fc0104c42009/68747470733a2f2f676f6f66792d6575636c69642d3163643733362e6e65746c6966792e6170702f302d6173736574732f706c616e6e696e672f646f63756d656e746174696f6e2f706f7274666f6c696f2f747265652d6469616772616d2e68746d6c"
alt="Documentation Status"
data-canonical-src="https://web-dev-resource-hub.netlify.app//0-assets/planning/documentation/portfolio/tree-diagram.html"
style="max-width:100%;"></a></p>
<hr>
<hr>
<p><a href="http://shields.io/" rel="nofollow"><img src="https://camo.githubusercontent.com/dc954b1e6af0e39a8148a4908ac9a4e49e4f17340977c9c88173e3788af10eb6/68747470733a2f2f696d672e736869656c64732e696f2f776562736974652d75702d646f776e2d677265656e2d7265642f687474702f736869656c64732e696f2e737667" alt="Website shields.io" data-canonical-src="https://img.shields.io/website-up-down-green-red/http/shields.io.svg" style="max-width:100%;"></a>
<a href="https://GitHub.com/Naereen/ama"><img src="https://camo.githubusercontent.com/6e501ffe4e07bff56c7cff157949c084cb06cdd889d26ee8c22c203cb20b3b13/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f41736b2532306d652d616e797468696e672d3161626339632e737667" alt="Ask Me Anything !" data-canonical-src="https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg" style="max-width:100%;"></a>
<a href="https://gitter.im/bgoonz/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge" rel="nofollow"><img src="https://camo.githubusercontent.com/3b010aaec4938434c93c158f7ad38fd70693fdc8c1ec39baeadbebab61458138/68747470733a2f2f6261646765732e6769747465722e696d2f62676f6f6e7a2f636f6d6d756e6974792e737667" alt="Gitter" data-canonical-src="https://badges.gitter.im/bgoonz/community.svg" style="max-width:100%;"></a>
<a href="https://colab.research.google.com/github/Naereen/badges" rel="nofollow"><img src="https://camo.githubusercontent.com/84f0493939e0c4de4e6dbe113251b4bfb5353e57134ffd9fcab6b8714514d4d1/68747470733a2f2f636f6c61622e72657365617263682e676f6f676c652e636f6d2f6173736574732f636f6c61622d62616467652e737667" alt="Open In Collab" data-canonical-src="https://colab.research.google.com/assets/colab-badge.svg" style="max-width:100%;"></a>
<a href="https://pypi.python.org/pypi/ansicolortags/" rel="nofollow"><img src="https://camo.githubusercontent.com/f2d53ee4f95f79a1f14e19f27f3f4f3aaf9961784fe629a69400562ebe63910e/68747470733a2f2f696d672e736869656c64732e696f2f707970692f6c2f616e7369636f6c6f72746167732e737667" alt="PyPI license" data-canonical-src="https://img.shields.io/pypi/l/ansicolortags.svg" style="max-width:100%;"></a></p>
<hr>
<p><a target="_blank" rel="noopener noreferrer" href="https://camo.githubusercontent.com/d0c771a97e130353f0c8e9badd8f4e9333a2679fb8ab091a5f70ced84f36f58a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d4a6176615363726970742d626c61636b3f7374796c653d666c6174266c6f676f3d6a617661736372697074"><img src="https://camo.githubusercontent.com/d0c771a97e130353f0c8e9badd8f4e9333a2679fb8ab091a5f70ced84f36f58a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d4a6176615363726970742d626c61636b3f7374796c653d666c6174266c6f676f3d6a617661736372697074" alt="JavaScript" data-canonical-src="https://img.shields.io/badge/-JavaScript-black?style=flat&logo=javascript" style="max-width:100%;"></a></p>
<p><a target="_blank" rel="noopener noreferrer" href="https://camo.githubusercontent.com/4de13f63f9737ce6c7a7c6805e71b4e87ac741df4b5fa388d1ed4d2bab4867d1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d52656163742d626c61636b3f7374796c653d666c6174266c6f676f3d7265616374"><img src="https://camo.githubusercontent.com/4de13f63f9737ce6c7a7c6805e71b4e87ac741df4b5fa388d1ed4d2bab4867d1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d52656163742d626c61636b3f7374796c653d666c6174266c6f676f3d7265616374" alt="React" data-canonical-src="https://img.shields.io/badge/-React-black?style=flat&logo=react" style="max-width:100%;"></a> <a target="_blank" rel="noopener noreferrer" href="https://camo.githubusercontent.com/22c342788e8d29d9fcc1af15cd599d5a938893a751bf9012f54c9ca9165c1e9c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d52656475782d6c69676874626c75653f7374796c653d666c6174266c6f676f3d7265647578"><img src="https://camo.githubusercontent.com/22c342788e8d29d9fcc1af15cd599d5a938893a751bf9012f54c9ca9165c1e9c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d52656475782d6c69676874626c75653f7374796c653d666c6174266c6f676f3d7265647578" alt="Redux" data-canonical-src="https://img.shields.io/badge/-Redux-lightblue?style=flat&logo=redux" style="max-width:100%;"></a></p>
<p><a target="_blank" rel="noopener noreferrer" href="https://camo.githubusercontent.com/2fad14d202b24de54ef28fb28fc41b3fe661fc22ca72ab6045ed280d277bb536/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d48544d4c352d4533344632363f7374796c653d666c6174266c6f676f3d68746d6c35266c6f676f436f6c6f723d7768697465"><img src="https://camo.githubusercontent.com/2fad14d202b24de54ef28fb28fc41b3fe661fc22ca72ab6045ed280d277bb536/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d48544d4c352d4533344632363f7374796c653d666c6174266c6f676f3d68746d6c35266c6f676f436f6c6f723d7768697465" alt="HTML5" data-canonical-src="https://img.shields.io/badge/-HTML5-E34F26?style=flat&logo=html5&logoColor=white" style="max-width:100%;"></a> <a target="_blank" rel="noopener noreferrer" href="https://camo.githubusercontent.com/08e3417e303c538f8e6007ab74f879c47fcce09ab7d874cd6cc9c0fb88219021/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d435353332d3135373242363f7374796c653d666c6174266c6f676f3d63737333"><img src="https://camo.githubusercontent.com/08e3417e303c538f8e6007ab74f879c47fcce09ab7d874cd6cc9c0fb88219021/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d435353332d3135373242363f7374796c653d666c6174266c6f676f3d63737333" alt="CSS3" data-canonical-src="https://img.shields.io/badge/-CSS3-1572B6?style=flat&logo=css3" style="max-width:100%;"></a> <a target="_blank" rel="noopener noreferrer" href="https://camo.githubusercontent.com/f918b0f3b1c578a8053256d2f0b6fb822026afba980062e0aa7f1644dca0245a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d536173732d626c61636b3f7374796c653d666c6174266c6f676f3d73617373"><img src="https://camo.githubusercontent.com/f918b0f3b1c578a8053256d2f0b6fb822026afba980062e0aa7f1644dca0245a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d536173732d626c61636b3f7374796c653d666c6174266c6f676f3d73617373" alt="Sass" data-canonical-src="https://img.shields.io/badge/-Sass-black?style=flat&logo=sass" style="max-width:100%;"></a></p>
<p><a target="_blank" rel="noopener noreferrer" href="https://camo.githubusercontent.com/3d61c413ded55c790a5d6aa7f54a82a26ae91bc169af31be2d76040a06f6a0c2/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d457870726573732d626c75653f7374796c653d666c6174266c6f676f3d65787072657373"><img src="https://camo.githubusercontent.com/3d61c413ded55c790a5d6aa7f54a82a26ae91bc169af31be2d76040a06f6a0c2/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d457870726573732d626c75653f7374796c653d666c6174266c6f676f3d65787072657373" alt="Express" data-canonical-src="https://img.shields.io/badge/-Express-blue?style=flat&logo=express" style="max-width:100%;"></a> <a target="_blank" rel="noopener noreferrer" href="https://camo.githubusercontent.com/71e92dca1b68f4d5be073fc1f002f07367f94b008e5202f1a9e2519f8e349bcd/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d4e6f64656a732d677265656e3f7374796c653d666c6174266c6f676f3d4e6f64652e6a73"><img src="https://camo.githubusercontent.com/71e92dca1b68f4d5be073fc1f002f07367f94b008e5202f1a9e2519f8e349bcd/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d4e6f64656a732d677265656e3f7374796c653d666c6174266c6f676f3d4e6f64652e6a73" alt="Nodejs" data-canonical-src="https://img.shields.io/badge/-Nodejs-green?style=flat&logo=Node.js" style="max-width:100%;"></a><a target="_blank" rel="noopener noreferrer" href="https://camo.githubusercontent.com/d2db08749c817cdbe8e7cad33fb053bbad06c8d3ce3512cb9a41eaf13f48aedf/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d507974686f6e2d6c6967687479656c6c6f773f7374796c653d666c6174266c6f676f3d707974686f6e266c6f676f436f6c6f723d626c7565"><img src="https://camo.githubusercontent.com/d2db08749c817cdbe8e7cad33fb053bbad06c8d3ce3512cb9a41eaf13f48aedf/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d507974686f6e2d6c6967687479656c6c6f773f7374796c653d666c6174266c6f676f3d707974686f6e266c6f676f436f6c6f723d626c7565" alt="Python" data-canonical-src="https://img.shields.io/badge/-Python-lightyellow?style=flat&logo=python&logoColor=blue" style="max-width:100%;"></a> <a target="_blank" rel="noopener noreferrer" href="https://camo.githubusercontent.com/3d2cbe299b3ed4c6b647210718470d4df0d1a25e0c14765e1f60338eed08f0b5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d426f6f7473747261702d3739353242333f7374796c653d666c6174266c6f676f3d626f6f747374726170266c6f676f436f6c6f723d7768697465"><img src="https://camo.githubusercontent.com/3d2cbe299b3ed4c6b647210718470d4df0d1a25e0c14765e1f60338eed08f0b5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d426f6f7473747261702d3739353242333f7374796c653d666c6174266c6f676f3d626f6f747374726170266c6f676f436f6c6f723d7768697465" alt="Bootstrap" data-canonical-src="https://img.shields.io/badge/-Bootstrap-7952B3?style=flat&logo=bootstrap&logoColor=white" style="max-width:100%;"></a></p>
<p><a target="_blank" rel="noopener noreferrer" href="https://camo.githubusercontent.com/80f5a5a71182fbc1aca70a16f0f541a148093e7537bd68eb7e7b608baa5cb8ad/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d446f636b65722d626c61636b3f7374796c653d666c6174266c6f676f3d646f636b6572"><img src="https://camo.githubusercontent.com/80f5a5a71182fbc1aca70a16f0f541a148093e7537bd68eb7e7b608baa5cb8ad/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d446f636b65722d626c61636b3f7374796c653d666c6174266c6f676f3d646f636b6572" alt="Docker" data-canonical-src="https://img.shields.io/badge/-Docker-black?style=flat&logo=docker" style="max-width:100%;"></a> <a target="_blank" rel="noopener noreferrer" href="https://camo.githubusercontent.com/9c97b01179d0df1457f3fa3cf98c100ac95cccf9cf106d826d935901c9c62501/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d4d7953514c2d626c61636b3f7374796c653d666c6174266c6f676f3d6d7973716c"><img src="https://camo.githubusercontent.com/9c97b01179d0df1457f3fa3cf98c100ac95cccf9cf106d826d935901c9c62501/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d4d7953514c2d626c61636b3f7374796c653d666c6174266c6f676f3d6d7973716c" alt="MySQL" data-canonical-src="https://img.shields.io/badge/-MySQL-black?style=flat&logo=mysql" style="max-width:100%;"></a> <a target="_blank" rel="noopener noreferrer" href="https://camo.githubusercontent.com/fe526188ed565a03c042bfd1367c9325b43969b6a86dba15fca6158f97d77f4c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d506f737467726553514c2d626c75653f7374796c653d666c6174266c6f676f3d706f737467726573716c"><img src="https://camo.githubusercontent.com/fe526188ed565a03c042bfd1367c9325b43969b6a86dba15fca6158f97d77f4c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d506f737467726553514c2d626c75653f7374796c653d666c6174266c6f676f3d706f737467726573716c" alt="PostgresQL" data-canonical-src="https://img.shields.io/badge/-PostgreSQL-blue?style=flat&logo=postgresql" style="max-width:100%;"></a> <a target="_blank" rel="noopener noreferrer" href="https://camo.githubusercontent.com/a746a234a1a7d346cf732c1449574716b439ef19ae20912fd1a0b5ddb4ec552d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d4769742d626c61636b3f7374796c653d666c6174266c6f676f3d676974"><img src="https://camo.githubusercontent.com/a746a234a1a7d346cf732c1449574716b439ef19ae20912fd1a0b5ddb4ec552d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d4769742d626c61636b3f7374796c653d666c6174266c6f676f3d676974" alt="Git" data-canonical-src="https://img.shields.io/badge/-Git-black?style=flat&logo=git" style="max-width:100%;"></a> <a target="_blank" rel="noopener noreferrer" href="https://camo.githubusercontent.com/15bdca704d9e1951647e212891d2769718f15e61394a09273b12103884ef688f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d527562792d6461726b7265643f7374796c653d666c6174266c6f676f3d72756279"><img src="https://camo.githubusercontent.com/15bdca704d9e1951647e212891d2769718f15e61394a09273b12103884ef688f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d527562792d6461726b7265643f7374796c653d666c6174266c6f676f3d72756279" alt="Ruby" data-canonical-src="https://img.shields.io/badge/-Ruby-darkred?style=flat&logo=ruby" style="max-width:100%;"></a> <a target="_blank" rel="noopener noreferrer" href="https://camo.githubusercontent.com/571eab65b75a733418c1a0b5ce2c04381a5914a427291511522abe0c09d07c94/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d4d6174657269616c55492d3030383143423f7374796c653d666c6174266c6f676f3d4d6174657269616c2d5549266c6f676f436f6c6f723d7768697465"><img src="https://camo.githubusercontent.com/571eab65b75a733418c1a0b5ce2c04381a5914a427291511522abe0c09d07c94/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d4d6174657269616c55492d3030383143423f7374796c653d666c6174266c6f676f3d4d6174657269616c2d5549266c6f676f436f6c6f723d7768697465" alt="Material-UI" data-canonical-src="https://img.shields.io/badge/-MaterialUI-0081CB?style=flat&logo=Material-UI&logoColor=white" style="max-width:100%;"></a></p>
<hr>
<p><a href="https://github.com/bgoonz"><img src="https://camo.githubusercontent.com/b61c1c69d99c14ca6c5edadb8beb8e04ab4c3948acd4338777fd4f4bf44c09ff/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f4e61657265656e2f5374726170446f776e2e6a732e7376673f7374796c653d736f6369616c266c6162656c3d53746172266d61784167653d32353932303030" alt="GitHub stars" data-canonical-src="https://img.shields.io/github/stars/Naereen/StrapDown.js.svg?style=social&label=Star&maxAge=2592000" style="max-width:100%;"></a></p>
<ul>
<li><a href="https://github.com/bgoonz"><strong>GitHub</strong></a></li>
<li><a href="https://www.instagram.com/bgoonz/" rel="nofollow"><strong>Instagram</strong></a></li>
<li><a href="https://www.linkedin.com/in/bryan-guner-046199128/" rel="nofollow"><strong>LinkedIn</strong></a></li>
</ul>
<div>
<a target="_blank" rel="noopener noreferrer" href="https://camo.githubusercontent.com/627c52694b92ec1f13be3a7995d46352915ad96ac13261cc37ccf987364cabd2/68747470733a2f2f636c6f75642e6e65746c69667975736572636f6e74656e742e636f6d2f6173736574732f33343464626638382d666466392d343262622d616462342d3436663031656564643632392f32336239623233362d373436652d343039632d386538362d3330623433383565336237322f6872312d7261797068616d2e676966"><img src="https://camo.githubusercontent.com/627c52694b92ec1f13be3a7995d46352915ad96ac13261cc37ccf987364cabd2/68747470733a2f2f636c6f75642e6e65746c69667975736572636f6e74656e742e636f6d2f6173736574732f33343464626638382d666466392d343262622d616462342d3436663031656564643632392f32336239623233362d373436652d343039632d386538362d3330623433383565336237322f6872312d7261797068616d2e676966" alt="hr-line" width="100%" height="22" data-canonical-src="https://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/23b9b236-746e-409c-8e86-30b4385e3b72/hr1-raypham.gif" style="max-width:100%;"></a>
</div>
<hr>
<hr>
<h2><a id="user-content-portfolio" class="anchor" aria-hidden="true" href="#portfolio"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Portfolio:</h2>
<p><a target="_blank" rel="noopener noreferrer" href="/bgoonz/bgoonz/blob/master/skills.JPG"><img src="/bgoonz/bgoonz/raw/master/skills.JPG" alt="po" style="max-width:100%;"></a></p>
<p><a href="https://tender-bartik-074feb.netlify.app/" rel="nofollow">netlify</a></p>
<h4><a id="user-content-or" class="anchor" aria-hidden="true" href="#or"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>OR:</h4>
<p><a href="https://bgoonz.github.io/" rel="nofollow">Github-Pages</a></p>
<hr>
<div>
<a target="_blank" rel="noopener noreferrer" href="https://camo.githubusercontent.com/627c52694b92ec1f13be3a7995d46352915ad96ac13261cc37ccf987364cabd2/68747470733a2f2f636c6f75642e6e65746c69667975736572636f6e74656e742e636f6d2f6173736574732f33343464626638382d666466392d343262622d616462342d3436663031656564643632392f32336239623233362d373436652d343039632d386538362d3330623433383565336237322f6872312d7261797068616d2e676966"><img src="https://camo.githubusercontent.com/627c52694b92ec1f13be3a7995d46352915ad96ac13261cc37ccf987364cabd2/68747470733a2f2f636c6f75642e6e65746c69667975736572636f6e74656e742e636f6d2f6173736574732f33343464626638382d666466392d343262622d616462342d3436663031656564643632392f32336239623233362d373436652d343039632d386538362d3330623433383565336237322f6872312d7261797068616d2e676966" alt="hr-line" width="100%" height="22" data-canonical-src="https://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/23b9b236-746e-409c-8e86-30b4385e3b72/hr1-raypham.gif" style="max-width:100%;"></a>
</div>
<hr>
<p><a href="https://gist.github.com/bgoonz">Github Gists</a></p>
<hr>
<p><a target="_blank" rel="noopener noreferrer" href="/bgoonz/bgoonz/blob/master/cem.JPG"><img src="/bgoonz/bgoonz/raw/master/cem.JPG" alt="resume" style="max-width:100%;"></a></p>
<p><a target="_blank" rel="noopener noreferrer" href="/bgoonz/bgoonz/blob/master/bryan-guner-resume-2021.jpeg"><img src="/bgoonz/bgoonz/raw/master/bryan-guner-resume-2021.jpeg" alt="resume" style="max-width:100%;"></a></p>
<p><a target="_blank" rel="noopener noreferrer" href="/bgoonz/bgoonz/blob/master/tcnj.JPG"><img src="/bgoonz/bgoonz/raw/master/tcnj.JPG" alt="resume" style="max-width:100%;"></a></p>
<hr>
<p><a href="https://resume.github.io/?bgoonz" rel="nofollow">github-resume</a></p>
<p><a target="_blank" rel="noopener noreferrer" href="/bgoonz/bgoonz/blob/master/apture-resume-github-io-2021-02-06-07_30_54.png"><img src="/bgoonz/bgoonz/raw/master/apture-resume-github-io-2021-02-06-07_30_54.png" alt="git" style="max-width:100%;"></a></p>
<hr>
<div>
<a target="_blank" rel="noopener noreferrer" href="https://camo.githubusercontent.com/627c52694b92ec1f13be3a7995d46352915ad96ac13261cc37ccf987364cabd2/68747470733a2f2f636c6f75642e6e65746c69667975736572636f6e74656e742e636f6d2f6173736574732f33343464626638382d666466392d343262622d616462342d3436663031656564643632392f32336239623233362d373436652d343039632d386538362d3330623433383565336237322f6872312d7261797068616d2e676966"><img src="https://camo.githubusercontent.com/627c52694b92ec1f13be3a7995d46352915ad96ac13261cc37ccf987364cabd2/68747470733a2f2f636c6f75642e6e65746c69667975736572636f6e74656e742e636f6d2f6173736574732f33343464626638382d666466392d343262622d616462342d3436663031656564643632392f32336239623233362d373436652d343039632d386538362d3330623433383565336237322f6872312d7261797068616d2e676966" alt="hr-line" width="100%" height="22" data-canonical-src="https://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/23b9b236-746e-409c-8e86-30b4385e3b72/hr1-raypham.gif" style="max-width:100%;"></a>
</div>
<hr>
<h2><a id="user-content-web-dev-resource-hub" class="anchor" aria-hidden="true" href="#web-dev-resource-hub"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Web Dev Resource Hub</h2>
<h3><a id="user-content-my-personal-web-development-blog-and-resource-sharing-site" class="anchor" aria-hidden="true" href="#my-personal-web-development-blog-and-resource-sharing-site"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>My personal Web Development blog and resource sharing site</h3>
<ul>
<li>
<p><a href="https://web-dev-resource-hub.netlify.app//" rel="nofollow">Live Site</a></p>
</li>
<li>
<p><a href="https://web-dev-resource-hub.netlify.app/" rel="nofollow">Main Page</a></p>
</li>
</ul>
<div>
<a target="_blank" rel="noopener noreferrer" href="https://camo.githubusercontent.com/627c52694b92ec1f13be3a7995d46352915ad96ac13261cc37ccf987364cabd2/68747470733a2f2f636c6f75642e6e65746c69667975736572636f6e74656e742e636f6d2f6173736574732f33343464626638382d666466392d343262622d616462342d3436663031656564643632392f32336239623233362d373436652d343039632d386538362d3330623433383565336237322f6872312d7261797068616d2e676966"><img src="https://camo.githubusercontent.com/627c52694b92ec1f13be3a7995d46352915ad96ac13261cc37ccf987364cabd2/68747470733a2f2f636c6f75642e6e65746c69667975736572636f6e74656e742e636f6d2f6173736574732f33343464626638382d666466392d343262622d616462342d3436663031656564643632392f32336239623233362d373436652d343039632d386538362d3330623433383565336237322f6872312d7261797068616d2e676966" alt="hr-line" width="100%" height="22" data-canonical-src="https://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/23b9b236-746e-409c-8e86-30b4385e3b72/hr1-raypham.gif" style="max-width:100%;"></a>
</div>
<hr>
<hr>
<h2><a id="user-content-mihirbegcom" class="anchor" aria-hidden="true" href="#mihirbegcom"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>MihirBeg.com</h2>
<h3><a id="user-content-created-a-dynamic-web-page-for-a-local-musician-using-the-bootsrtap-framework" class="anchor" aria-hidden="true" href="#created-a-dynamic-web-page-for-a-local-musician-using-the-bootsrtap-framework"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Created a dynamic web page for a local musician using the Bootsrtap framework.</h3>
<p>-Talk about App Features & Design Process Here-</p>
<ul>
<li><a href="https://eloquent-sammet-ba1810.netlify.app/" rel="nofollow">Live Site</a></li>
</ul>
<div>
<a target="_blank" rel="noopener noreferrer" href="https://camo.githubusercontent.com/627c52694b92ec1f13be3a7995d46352915ad96ac13261cc37ccf987364cabd2/68747470733a2f2f636c6f75642e6e65746c69667975736572636f6e74656e742e636f6d2f6173736574732f33343464626638382d666466392d343262622d616462342d3436663031656564643632392f32336239623233362d373436652d343039632d386538362d3330623433383565336237322f6872312d7261797068616d2e676966"><img src="https://camo.githubusercontent.com/627c52694b92ec1f13be3a7995d46352915ad96ac13261cc37ccf987364cabd2/68747470733a2f2f636c6f75642e6e65746c69667975736572636f6e74656e742e636f6d2f6173736574732f33343464626638382d666466392d343262622d616462342d3436663031656564643632392f32336239623233362d373436652d343039632d386538362d3330623433383565336237322f6872312d7261797068616d2e676966" alt="hr-line" width="100%" height="22" data-canonical-src="https://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/23b9b236-746e-409c-8e86-30b4385e3b72/hr1-raypham.gif" style="max-width:100%;"></a>
</div>
<hr>
<hr>
<h2><a id="user-content-interview-prep-static-site" class="anchor" aria-hidden="true" href="#interview-prep-static-site"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Interview Prep Static Site</h2>
<h3><a id="user-content-data-structures-repository" class="anchor" aria-hidden="true" href="#data-structures-repository"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Data Structures Repository</h3>
<p>-Hope this helps someone other than me!-</p>
<ul>
<li><a href="https://gracious-raman-474030.netlify.app" rel="nofollow">Live Site</a></li>
</ul>
<hr>
<div>
<a target="_blank" rel="noopener noreferrer" href="https://camo.githubusercontent.com/627c52694b92ec1f13be3a7995d46352915ad96ac13261cc37ccf987364cabd2/68747470733a2f2f636c6f75642e6e65746c69667975736572636f6e74656e742e636f6d2f6173736574732f33343464626638382d666466392d343262622d616462342d3436663031656564643632392f32336239623233362d373436652d343039632d386538362d3330623433383565336237322f6872312d7261797068616d2e676966"><img src="https://camo.githubusercontent.com/627c52694b92ec1f13be3a7995d46352915ad96ac13261cc37ccf987364cabd2/68747470733a2f2f636c6f75642e6e65746c69667975736572636f6e74656e742e636f6d2f6173736574732f33343464626638382d666466392d343262622d616462342d3436663031656564643632392f32336239623233362d373436652d343039632d386538362d3330623433383565336237322f6872312d7261797068616d2e676966" alt="hr-line" width="100%" height="22" data-canonical-src="https://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/23b9b236-746e-409c-8e86-30b4385e3b72/hr1-raypham.gif" style="max-width:100%;"></a>
</div>
<hr>
<hr>
<h2><a id="user-content-learning-react-blog" class="anchor" aria-hidden="true" href="#learning-react-blog"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Learning React Blog</h2>
<p><a href="https://ecstatic-jang-593fd1.netlify.app/readme" rel="nofollow">https://ecstatic-jang-593fd1.netlify.app/readme</a></p>
<h4><a id="user-content-react-repo" class="anchor" aria-hidden="true" href="#react-repo"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>React Repo:</h4>
<p><a href="https://github.com/bgoonz/React-Practice">React Repo</a></p>
<h2><a id="" class="anchor" aria-hidden="true" href="#"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>[<a target="_blank" rel="noopener noreferrer" href="https://camo.githubusercontent.com/90808661433696bc57dce8d4ad732307b5cec6270e6b846f114dcd7ee7f9458a/68747470733a2f2f636f646573616e64626f782e696f2f7374617469632f696d672f706c61792d636f646573616e64626f782e737667"><img src="https://camo.githubusercontent.com/90808661433696bc57dce8d4ad732307b5cec6270e6b846f114dcd7ee7f9458a/68747470733a2f2f636f646573616e64626f782e696f2f7374617469632f696d672f706c61792d636f646573616e64626f782e737667" alt="Edit a-simple-react-router-v4-tutorial-forked" data-canonical-src="https://codesandbox.io/static/img/play-codesandbox.svg" style="max-width:100%;"></a>]</h2>
<div>
<a target="_blank" rel="noopener noreferrer" href="https://camo.githubusercontent.com/627c52694b92ec1f13be3a7995d46352915ad96ac13261cc37ccf987364cabd2/68747470733a2f2f636c6f75642e6e65746c69667975736572636f6e74656e742e636f6d2f6173736574732f33343464626638382d666466392d343262622d616462342d3436663031656564643632392f32336239623233362d373436652d343039632d386538362d3330623433383565336237322f6872312d7261797068616d2e676966"><img src="https://camo.githubusercontent.com/627c52694b92ec1f13be3a7995d46352915ad96ac13261cc37ccf987364cabd2/68747470733a2f2f636c6f75642e6e65746c69667975736572636f6e74656e742e636f6d2f6173736574732f33343464626638382d666466392d343262622d616462342d3436663031656564643632392f32336239623233362d373436652d343039632d386538362d3330623433383565336237322f6872312d7261797068616d2e676966" alt="hr-line" width="100%" height="22" data-canonical-src="https://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/23b9b236-746e-409c-8e86-30b4385e3b72/hr1-raypham.gif" style="max-width:100%;"></a>
</div>
<hr>
<h2><a id="user-content-email" class="anchor" aria-hidden="true" href="#email"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><em>Email</em></h2>
<p><a href="#">[email protected]</a></p>
<h2><a id="user-content-phone" class="anchor" aria-hidden="true" href="#phone"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><em>Phone</em></h2>
<p><em>551-254-5505</em></p>
<h2><a id="user-content-social" class="anchor" aria-hidden="true" href="#social"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Social</h2>
<ul>
<li><a href="https://github.com/bgoonz">GitHub</a></li>
<li><a href="https://www.instagram.com/bgoonz/" rel="nofollow">Instagram</a></li>
<li><a href="https://www.linkedin.com/in/bryan-guner-046199128/" rel="nofollow">LinkedIn</a></li>
<li><a href="https://repl.it/@bgoonz/" rel="nofollow">Replit</a></li>
<li><a href="https://www.reddit.com/user/bgoonz1" rel="nofollow">Redit</a></li>
<li><a href="https://runkit.com/bgoonz" rel="nofollow">runkit</a></li>
<li><a href="https://meta.stackexchange.com/users/936785/bryan-guner" rel="nofollow">stack-exchange</a></li>
</ul>
<p><a target="_blank" rel="noopener noreferrer" href="https://camo.githubusercontent.com/ea830050308a530a552f8d4371453da14ec0fbf62c4f0979000aa03adfa39986/68747470733a2f2f737761792e6f66666963652e636f6d2f732f78573968394b4249616c6a39474c72302f656d626564253232"><img src="https://camo.githubusercontent.com/ea830050308a530a552f8d4371453da14ec0fbf62c4f0979000aa03adfa39986/68747470733a2f2f737761792e6f66666963652e636f6d2f732f78573968394b4249616c6a39474c72302f656d626564253232" alt="alt" data-canonical-src="https://sway.office.com/s/xW9h9KBIalj9GLr0/embed%22" style="max-width:100%;"></a></p>
<h1><a id="user-content-my-interests" class="anchor" aria-hidden="true" href="#my-interests"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><em>MY INTERESTS</em>:</h1>
<ul>
<li><a href="#ansible">Ansible</a></li>
<li><a href="#awesome-lists">Awesome Lists</a></li>
<li><a href="#continious-integration">CI/CD</a></li>
<li><a href="#data-science">Data Science</a></li>
<li><a href="#docker">Docker</a></li>
<li><a href="#dynamodb">DynamoDB</a></li>
<li><a href="#elasticsearch">Elasticsearch</a></li>
<li><a href="#environment-setups">Environment Setups</a></li>
<li><a href="#epic-github-repos">Epic Github Repos</a></li>
<li><a href="#golang">Golang</a></li>
<li><a href="#grafana">Grafana</a></li>
<li><a href="#great-blogs">Great Blogs</a></li>
<li><a href="#knowledge-base">Knowledge Base</a></li>
<li><a href="#kubernetes">Kubernetes</a>
<ul>
<li><a href="#kubernetes-storage">Kubernetes Storage</a></li>
</ul>
</li>
<li><a href="#machine-learning">Machine Learning</a></li>
<li><a href="#monitoring">Monitoring</a></li>
<li><a href="#mongodb">MongoDB</a></li>
<li><a href="#programming">Programming</a></li>
<li><a href="#queues">Queues</a></li>
<li><a href="#self-hosting">Self Hosting</a>
<ul>
<li><a href="#email-server-setups">Email Server Setups</a></li>
<li><a href="#mailscanner-server-setups">Mailscanner Server Setups</a></li>
</ul>
</li>
<li><a href="#serverless">Serverless</a></li>
<li><a href="#sysadmin-references">Sysadmin References</a></li>
<li><a href="#vpn">VPN</a></li>
<li><a href="#web-frameworks">Web Frameworks</a></li>
</ul>
<h2><a id="user-content-ansible" class="anchor" aria-hidden="true" href="#ansible"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Ansible</h2>
<ul>
<li><a href="https://github.com/zimmertr/Bootstrap-Kubernetes-with-LXC">Kubernetes on LXC with Ansible</a></li>
</ul>
<h2><a id="user-content-awesome-lists" class="anchor" aria-hidden="true" href="#awesome-lists"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Awesome Lists</h2>
<ul>
<li><a href="https://github.com/exAspArk/awesome-chatops">Awesome ChatOps</a></li>
<li><a href="https://github.com/binhnguyennus/awesome-scalability">Awesome Scalability</a></li>
<li><a href="https://github.com/drone/awesome-drone">Awesome Drone</a></li>
</ul>
<h2><a id="user-content-epic-github-repos" class="anchor" aria-hidden="true" href="#epic-github-repos"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Epic Github Repos</h2>
<ul>
<li><a href="https://github.com/mlabouardy?tab=repositories">mlabouardy</a></li>
</ul>
<h2><a id="user-content-authentication" class="anchor" aria-hidden="true" href="#authentication"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Authentication</h2>
<ul>
<li><a href="https://mapr.com/blog/how-secure-elasticsearch-and-kibana/" rel="nofollow">Nginx ES and Kibana Proxy with LDAP</a></li>
</ul>
<h2><a id="user-content-data-science" class="anchor" aria-hidden="true" href="#data-science"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Data Science</h2>
<ul>
<li><a href="https://github.com/bulutyazilim/awesome-datascience">bulutyazilim - datascience awesome list</a></li>
</ul>
<h2><a id="user-content-grafana" class="anchor" aria-hidden="true" href="#grafana"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Grafana</h2>
<ul>
<li><a href="https://github.com/mlabouardy/grafana-dashboards">Grafana Dashboards @mlabouardy</a></li>
</ul>
<h2><a id="user-content-docker" class="anchor" aria-hidden="true" href="#docker"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Docker</h2>
<h4><a id="user-content-deploy-stacks-to-your-swarm-whale-heart" class="anchor" aria-hidden="true" href="#deploy-stacks-to-your-swarm-whale-heart"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Deploy Stacks to your Swarm: <g-emoji class="g-emoji" alias="whale" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f433.png">🐳</g-emoji> <g-emoji class="g-emoji" alias="heart" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2764.png">❤️</g-emoji></h4>
<p>Logging:</p>
<ul>
<li><a href="https://github.com/shazChaudhry/docker-elastic">shazChaudhry Swarm GELF Stack</a></li>
</ul>
<p>Metrics:</p>
<ul>
<li><a href="https://github.com/stefanprodan/swarmprom">StefanProdan - Prometheus, Grafana, cAdvisor, Node Exporter and Alert Manager</a></li>
<li><a href="https://github.com/mlabouardy/swarm-tick">Mlabouardy - Telegraf, InfluxDB, Chronograf, Kapacitor & Slack</a></li>
</ul>
<h4><a id="user-content-awesome-docker-repos" class="anchor" aria-hidden="true" href="#awesome-docker-repos"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Awesome Docker Repos</h4>
<ul>
<li><a href="https://github.com/jessfraz/dockerfiles">Jess's Dockerfiles</a></li>
<li><a href="https://github.com/firecat53/dockerfiles">Firecat53's Dockerfiles</a></li>
</ul>
<h4><a id="user-content-raspberrypi-arm-images" class="anchor" aria-hidden="true" href="#raspberrypi-arm-images"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>RaspberryPi ARM Images:</h4>
<ul>
<li><a href="https://hub.docker.com/r/arm32v6/alpine/" rel="nofollow">arm32v6/alpine:edge</a></li>
<li><a href="https://hub.docker.com/r/arm32v6/golang/" rel="nofollow">arm32v6/golang:alpine</a></li>
<li><a href="https://hub.docker.com/r/arm32v6/haproxy/" rel="nofollow">arm32v6/haproxy:alpine</a></li>
<li><a href="https://hub.docker.com/r/arm32v6/node/" rel="nofollow">arm32v6/node:alpine</a></li>
<li><a href="https://hub.docker.com/r/arm32v6/openjdk/" rel="nofollow">arm32v6/openjdk:alpine</a></li>
<li><a href="https://hub.docker.com/r/arm32v6/postgres/" rel="nofollow">arm32v6/postgres:alpine</a></li>
<li><a href="https://hub.docker.com/r/arm32v6/python/" rel="nofollow">arm32v6/python:2.7-alpine3.6</a></li>
<li><a href="https://hub.docker.com/r/arm32v6/python/" rel="nofollow">arm32v6/python:3.6-alpine3.6</a></li>
<li><a href="https://hub.docker.com/r/arm32v6/rabbitmq/" rel="nofollow">arm32v6/rabbitmq:alpine</a></li>
<li><a href="https://hub.docker.com/r/arm32v6/redis/" rel="nofollow">arm32v6/redis:alpine</a></li>
<li><a href="https://hub.docker.com/r/arm32v6/ruby/" rel="nofollow">arm32v6/ruby:alpine3.6</a></li>
<li><a href="https://hub.docker.com/r/arm32v6/tomcat/" rel="nofollow">arm32v6/tomcat:alpine</a></li>
<li><a href="https://hub.docker.com/r/arm32v6/traefik/" rel="nofollow">arm32v6/traefik:latest</a></li>
<li><a href="https://hub.docker.com/r/arm32v7/debian/" rel="nofollow">arm32v7/debian:lates</a></li>
<li><a href="https://hub.docker.com/r/hypriot/rpi-redis/" rel="nofollow">hypriot/rpi-redis</a></li>
<li><a href="https://github.com/jixer/rpi-mongo">jixer/rpi-mongo</a></li>
<li><a href="https://github.com/alexellis/docker-arm/tree/master/images/armhf">alexellis/armhf</a></li>
<li><a href="https://github.com/zeiot">zeiot: rpi-prometheus stack</a></li>
<li><a href="https://hub.docker.com/u/larmog/" rel="nofollow">larmog</a></li>
<li><a href="https://github.com/andresvidal/rpi3-mongodb3">Rpi MongoDB</a></li>
<li><a href="https://github.com/armswarm">ARM Swarm</a></li>
</ul>
<h4><a id="user-content-docker-image-repositories" class="anchor" aria-hidden="true" href="#docker-image-repositories"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Docker Image Repositories</h4>
<ul>
<li><a href="https://hub.docker.com/u/arm32v6/" rel="nofollow">Docker Hub: arm32v6</a></li>
<li><a href="https://hub.docker.com/u/armv7/" rel="nofollow">Docker Hub: armv7</a></li>
<li><a href="https://github.com/luvres/armhf">Github: Luvres Armhf</a></li>
<li><a href="https://github.com/ulsmith/alpine-apache-php7">Apache/PHP7 on Alpine</a></li>
<li><a href="https://github.com/docker-library/tomcat/blob/master/8.0/jre8-alpine/Dockerfile">Tomcat on Alpine</a></li>
<li><a href="https://github.com/jwilder/nginx-proxy">Nginx (jwilder)</a></li>
<li><a href="https://github.com/smebberson/docker-alpine">Alpine Images (smebberson)</a></li>
<li><a href="https://hub.docker.com/u/sameersbn/" rel="nofollow">SameerSbn</a></li>
<li><a href="https://hub.docker.com/u/linuxserver/" rel="nofollow">Linuxserver.io</a></li>
<li><a href="https://hub.docker.com/r/nimmis/alpine-apache-php5/" rel="nofollow">Apache-PHP5</a></li>
<li><a href="https://github.com/harobed/docker-php-ssmtp">Apache-PHP-Email</a></li>
</ul>
<h4><a id="user-content-docker-awesome-lists" class="anchor" aria-hidden="true" href="#docker-awesome-lists"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Docker-Awesome-Lists</h4>
<ul>
<li><a href="https://github.com/AdamBien/docklands">Java Docker Services</a></li>
<li><a href="https://gist.github.com/shouse/a14c44e97a2cd2a1f030">shouse Docker Awesome List</a></li>
</ul>
<h4><a id="user-content-docker-blogs" class="anchor" aria-hidden="true" href="#docker-blogs"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Docker Blogs:</h4>
<ul>
<li><a href="https://hub.docker.com/r/emilevauge/whoami/" rel="nofollow">Whoami used in Traefik Docs</a></li>
<li><a href="https://github.com/spartakode/my-docker-repos/blob/master/sqlite3/Dockerfile">Sqlite with Docker</a></li>
<li><a href="https://github.com/mookjp/rails-docker-example">Rails with Postgres and Redis</a></li>
<li><a href="https://testdriven.io/asynchronous-tasks-with-flask-and-redis-queue" rel="nofollow">Async Tasks with Flask and Redis</a></li>
<li><a href="https://github.com/davidmukiibi/docker-flask">Flask and Postgres</a></li>
<li><a href="http://ict.renevdmark.nl/2016/07/05/elastic-beats-on-raspberry-pi/" rel="nofollow">Elastic Beats on RaspberryPi</a></li>
</ul>
<h4><a id="user-content-docker-storage" class="anchor" aria-hidden="true" href="#docker-storage"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Docker Storage</h4>
<ul>
<li><a href="https://github.com/rancher/convoy">Rancher Convoy</a></li>
<li><a href="https://flocker.readthedocs.io/en/latest/flocker-features/storage-backends.html#supported-backends" rel="nofollow">Flocker</a></li>
<li><a href="http://node.mu/2017/06/30/scaleio-on-ubuntu-xenial/" rel="nofollow">EMC ScaleIO</a></li>
<li><a href="https://github.com/lucj/swarm-rexray-ceph">RexRay Ceph with Ansible</a></li>
<li><a href="http://containx.io/" rel="nofollow">ContainX</a></li>
</ul>
<h4><a id="user-content-openfaas" class="anchor" aria-hidden="true" href="#openfaas"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>OpenFaas:</h4>
<ul>
<li><a href="https://github.com/openfaas/faas/releases">FaaS Releases</a></li>
<li><a href="https://github.com/openfaas/workshop">FaaS Workshop</a></li>
</ul>
<h4><a id="user-content-prometheus--grafana-on-swarm" class="anchor" aria-hidden="true" href="#prometheus--grafana-on-swarm"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Prometheus / Grafana on Swarm:</h4>
<ul>
<li><a href="https://github.com/stefanprodan/swarmprom">StefanProdan - SwarmProm</a></li>
<li><a href="https://medium.com/@soumyadipde/monitoring-in-docker-stacks-its-that-easy-with-prometheus-5d71c1042443" rel="nofollow">Monitoring with Prometheus</a></li>
<li><a href="https://github.com/uschtwill/docker_monitoring_logging_alerting">UschtWill - Prometheus Grafana Elastalert</a></li>
<li><a href="https://github.com/chmod666org/docker-swarm-prometheus">Chmod-Org Promethus with Blackbox</a></li>
<li><a href="https://finestructure.co/blog/2016/5/16/monitoring-with-prometheus-grafana-docker-part-1" rel="nofollow">Finestructure: Prometheus Tutorial</a></li>
</ul>
<h2><a id="user-content-logging--kibana--beats" class="anchor" aria-hidden="true" href="#logging--kibana--beats"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Logging / Kibana / Beats</h2>
<h3><a id="user-content-libraries" class="anchor" aria-hidden="true" href="#libraries"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Libraries</h3>
<ul>
<li><a href="https://github.com/Delgan/loguru">Loguru</a> | <a href="https://gist.github.com/M0r13n/0b8c62c603fdbc98361062bd9ebe8153">Flask Example with Loguru</a></li>
</ul>
<h3><a id="user-content-frameworks" class="anchor" aria-hidden="true" href="#frameworks"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Frameworks</h3>
<ul>
<li><a href="https://github.com/shazChaudhry/docker-elastic">shazChaudhry Swarm GELF Stack</a></li>
</ul>
<h2><a id="user-content-continious-integration" class="anchor" aria-hidden="true" href="#continious-integration"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Continious Integration:</h2>
<h4><a id="user-content-circle-ci" class="anchor" aria-hidden="true" href="#circle-ci"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Circle-CI</h4>
<ul>
<li><a href="https://circleci.com/docs/1.0/language-php/" rel="nofollow">PHP with Circle-CI</a></li>
</ul>
<h4><a id="user-content-concourse" class="anchor" aria-hidden="true" href="#concourse"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Concourse</h4>
<ul>
<li><a href="https://concourse.ci/docker-repository.html" rel="nofollow">Setup Concourse Environment with Docker</a></li>
<li><a href="https://blog.anynines.com/getting-started-with-concourse-ci-and-docker/" rel="nofollow">Getting Started with Concourse and Docker</a></li>
<li><a href="https://github.com/pivotalservices/concourse-pipeline-samples/tree/master/concourse-pipeline-patterns/gated-pipelines">Concourse Gated Pipelines</a></li>
<li><a href="https://github.com/EugenMayer/concourseci-server-boilerplate">Concourse Boilerplate</a></li>
</ul>
<h4><a id="user-content-jenkins" class="anchor" aria-hidden="true" href="#jenkins"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Jenkins</h4>
<ul>
<li><a href="https://modess.io/jenkins-php/" rel="nofollow">Modess - PHP with Jenkins</a></li>
<li><a href="https://code.tutsplus.com/tutorials/setting-up-continuous-integration-continuous-deployment-with-jenkins--cms-21511" rel="nofollow">CI/CD Nodejs Tutorial with Jenkins</a></li>
<li><a href="https://medium.com/@mosheezderman/how-to-set-up-ci-cd-pipeline-for-a-node-js-app-with-jenkins-c51581cc783c" rel="nofollow">CI/CD Nodejs Tutorial with Jenkins @medium</a></li>
<li><a href="https://github.com/shazChaudhry/docker-swarm-mode">Epic CICD workflow with Jenkins, Gitlab, Sonar, Nexus</a></li>
</ul>
<h4><a id="user-content-swarmci" class="anchor" aria-hidden="true" href="#swarmci"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>SwarmCi</h4>
<ul>
<li><a href="https://github.com/ghostsquad/swarmci">SwarmCI</a></li>
</ul>
<h4><a id="user-content-travis-ci" class="anchor" aria-hidden="true" href="#travis-ci"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Travis-CI</h4>
<ul>
<li><a href="https://docs.travis-ci.com/user/getting-started/" rel="nofollow">Getting Started with Travis-CI (Original Docs)</a></li>
<li><a href="https://github.com/dwyl/learn-travis">Getting Started with Travis-CI (dwyl - nodejs)</a></li>
<li><a href="https://matthewmoisen.com/blog/how-to-set-up-travis-ci-with-github-for-a-python-project/" rel="nofollow">Blog Site with Travis-CI (Python)</a></li>
<li><a href="https://github.com/softwaresaved/build_and_test_examples/blob/master/travis/HelloWorld.md">Build Tests with Python on Travis-CI</a></li>
<li><a href="https://www.raywenderlich.com/109418/travis-ci-tutorial" rel="nofollow">Moving app with Travis-CI</a></li>
</ul>
<h4><a id="user-content-lambci" class="anchor" aria-hidden="true" href="#lambci"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>LambCI</h4>
<ul>
<li><a href="https://github.com/lambci/lambci">LambCI</a></li>
</ul>
<h2><a id="user-content-dynamodb" class="anchor" aria-hidden="true" href="#dynamodb"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>DynamoDB</h2>
<h4><a id="user-content-dynamodb-docs" class="anchor" aria-hidden="true" href="#dynamodb-docs"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>DynamoDB Docs</h4>
<ul>
<li><a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/SQLtoNoSQL.ReadData.Query.html" rel="nofollow">AWS DynamoDB: SQL to NoSQL</a></li>
</ul>
<h4><a id="user-content-dynamodb-best-practices" class="anchor" aria-hidden="true" href="#dynamodb-best-practices"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>DynamoDB Best Practices</h4>
<ul>
<li><a href="https://aws.amazon.com/blogs/database/choosing-the-right-dynamodb-partition-key/" rel="nofollow">Choosing the Right Partition Key</a></li>
<li><a href="https://cloudacademy.com/blog/amazon-dynamodb-ten-things/" rel="nofollow">10 Things you should know</a></li>
</ul>
<h4><a id="user-content-dynamodb-general-info" class="anchor" aria-hidden="true" href="#dynamodb-general-info"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>DynamoDB General Info</h4>
<ul>
<li><a href="https://medium.com/@yaofei/understand-dynamodb-b278f718ddb8" rel="nofollow">Understanding DynamoDB</a></li>
</ul>
<h2><a id="user-content-elasticsearch" class="anchor" aria-hidden="true" href="#elasticsearch"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Elasticsearch</h2>
<h4><a id="user-content-elasticsearch-documentation" class="anchor" aria-hidden="true" href="#elasticsearch-documentation"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Elasticsearch Documentation</h4>
<ul>
<li><a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/general-recommendations.html" rel="nofollow">General Recommendation</a></li>
<li><a href="https://www.elastic.co/blog/how-many-shards-should-i-have-in-my-elasticsearch-cluster" rel="nofollow">How Many Shards in my Cluster</a></li>
<li><a href="https://www.elastic.co/blog/managing-time-based-indices-efficiently" rel="nofollow">Managing Time-Based Indices Efficiently</a></li>
<li><a href="https://bonsai.io/2016/01/11/ideal-elasticsearch-cluster" rel="nofollow">Elasticsearch Best Practices (Bonsai.io)</a></li>
<li><a href="https://aws.amazon.com/premiumsupport/knowledge-center/elasticsearch-scale-up/" rel="nofollow">AWS ES - Scaling up my Domain</a></li>
</ul>
<h4><a id="user-content-elasticsearch-cheetsheets" class="anchor" aria-hidden="true" href="#elasticsearch-cheetsheets"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Elasticsearch Cheetsheets:</h4>
<ul>
<li><a href="https://gist.github.com/ruanbekker/e8a09604b14f37e8d2f743a87b930f93">My ES Cheatsheet</a></li>
</ul>
<h4><a id="user-content-elasticsearch-blogs" class="anchor" aria-hidden="true" href="#elasticsearch-blogs"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Elasticsearch Blogs</h4>
<ul>
<li><a href="https://qbox.io/blog/maximize-guide-elasticsearch-indexing-performance-part-1" rel="nofollow">Maximize Elasticsearch Indexing Performance</a></li>
<li><a href="https://qbox.io/blog/authoritative-guide-elasticsearch-performance-tuning-part-1" rel="nofollow">Autoritative Guide to ES Performance Tuning</a></li>
<li><a href="https://opendistro.github.io/for-elasticsearch-docs/docs/elasticsearch/full-text/" rel="nofollow">Full text Search Queries</a></li>
<li><a href="https://okfnlabs.org/blog/2013/07/01/elasticsearch-query-tutorial.html" rel="nofollow">Query Elasticsearch</a></li>
</ul>
<h4><a id="user-content-elasticsearch-tools" class="anchor" aria-hidden="true" href="#elasticsearch-tools"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Elasticsearch Tools</h4>
<ul>
<li><a href="https://github.com/mallocator/Elasticsearch-Exporter">Export Data from ES to ES</a></li>
</ul>
<h2><a id="user-content-environment-setups" class="anchor" aria-hidden="true" href="#environment-setups"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Environment Setups:</h2>
<ul>
<li><a href="https://medium.com/aishik/install-golang-the-right-way-4743fee9255f" rel="nofollow">Golang</a></li>
</ul>
<h2><a id="user-content-knowledge-base" class="anchor" aria-hidden="true" href="#knowledge-base"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Knowledge Base</h2>
<h2><a id="user-content-kb-https" class="anchor" aria-hidden="true" href="#kb-https"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>KB HTTPS</h2>
<ul>
<li><a href="https://blog.miguelgrinberg.com/post/running-your-flask-application-over-https" rel="nofollow">How does HTTPS work (Miguel Grinberg)</a></li>
</ul>
<h2><a id="user-content-kubernetes" class="anchor" aria-hidden="true" href="#kubernetes"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Kubernetes</h2>
<ul>
<li><a href="https://github.com/ramitsurana/awesome-kubernetes/blob/master/README.md">Awesome Kubernetes</a></li>
<li><a href="https://cheatsheet.dennyzhang.com/cheatsheet-kubernetes-a4" rel="nofollow">Kubernetes Cheatsheet</a></li>
<li><a href="https://kubernetes.io/blog/2019/07/23/get-started-with-kubernetes-using-python/" rel="nofollow">Getting Started: Python application on Kubernetes</a></li>
<li><a href="https://semaphoreci.com/blog/kubernetes-deployment" rel="nofollow">Kubernetes Deployments: The Ultimate Guide</a></li>
<li><a href="https://www.digitalocean.com/community/tutorials/how-to-set-up-a-prometheus-grafana-and-alertmanager-monitoring-stack-on-digitalocean-kubernetes" rel="nofollow">Prometheus Monitoring Stack with Kubernetes on DO</a></li>
<li><a href="https://tech.evaneos.com/traefik-as-an-ingress-controller-on-minikube-with-kustomize-helm-a3b2f44a5c2a" rel="nofollow">Traefik as an Ingress Controller on Minikube</a></li>
<li><a href="https://itnext.io/traefik-cluster-as-ingress-controller-for-kubernetes-99fa6c34402" rel="nofollow">Traefik Ingress with Kubernetes</a></li>
<li><a href="https://medium.com/faun/manually-connect-to-your-kubernetes-cluster-from-the-outside-d852346a7f0a" rel="nofollow">Manual Connect your Kubernetes from Outside</a></li>
<li><a href="https://pascalw.me/blog/2019/07/02/k3s-https-letsencrypt.html" rel="nofollow">HTTPS Letsencrypt on k3s</a></li>
<li><a href="https://medium.com/google-cloud/kubernetes-nodeport-vs-loadbalancer-vs-ingress-when-should-i-use-what-922f010849e0" rel="nofollow">Kubernetes: Nodeport vs Loadbalancer</a></li>
<li><a href="https://medium.com/kubernetes-tutorials/simple-management-of-prometheus-monitoring-pipeline-with-the-prometheus-operator-b445da0e0d1a" rel="nofollow">Prometheus Monitoring Pipeline on Kubernetes</a></li>
<li><a href="https://rancher.com/blog/2018/2018-08-07-cicd-pipeline-k8s-autodevops-rancher-and-gitlab/" rel="nofollow">Building a Kubernetes CI/CD Pipeline with Rancher</a></li>
<li><a href="https://medium.com/swlh/universal-cicd-pipeline-on-aws-and-k8s-7b4129fac5d4" rel="nofollow">Building a Kubernetes CI/CD Pipeline with AWS</a></li>
<li><a href="https://itnext.io/explore-gitea-drone-ci-cd-on-k3s-4a9e99f8b938" rel="nofollow">Gitea and Drone CI/CD on k3s</a></li>
<li><a href="https://github.com/openfaas-incubator/openfaas-linkerd2/blob/master/README.md">Serverless with Kubernetes using OpenFaaS and Linkerd2</a></li>
<li><a href="https://rancher.com/blog/2019/how-to-manage-kubernetes-with-kubectl/" rel="nofollow">Managing Kubernetes with kubectl</a></li>
<li><a href="https://gist.github.com/alexellis/a6ee5f094f86987a0dc508442220c52a">OpenFaas Workshop on k3s</a></li>
<li><a href="http://collabnix.com/kubernetes-hands-on-lab-4-deploy-application-stack-using-helm-on-play-with-kubernetes-platform/" rel="nofollow">Kubernetes Hands-On Lab with collabnix</a></li>
<li><a href="https://medium.com/asl19-developers/create-readwritemany-persistentvolumeclaims-on-your-kubernetes-cluster-3a8db51f98e3" rel="nofollow">Create ReadWrite Persistent Volumes on Kubernetes</a></li>
<li><a href="https://medium.com/@mattiaperi/kubernetes-cluster-with-k3s-and-multipass-7532361affa3" rel="nofollow">Kubernetes Clusters with k3s and multipass</a></li>
</ul>
<h3><a id="user-content-kubernetes-storage" class="anchor" aria-hidden="true" href="#kubernetes-storage"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Kubernetes Storage</h3>
<ul>
<li><a href="https://kadalu.io/docs/quick-start" rel="nofollow">Kadalu</a></li>
<li><a href="https://rancher.com/docs/k3s/latest/en/storage/" rel="nofollow">Rancher: Longhorn Storage</a></li>
</ul>
<h2><a id="user-content-golang" class="anchor" aria-hidden="true" href="#golang"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Golang</h2>
<ul>
<li><a href="https://github.com/brianvoe/gofakeit">Generate Fake Random Data with Golang</a></li>
<li><a href="https://github.com/hoanhan101/ultimate-go">Ultimate Golang Study Guide</a></li>
</ul>
<h2><a id="user-content-great-blogs" class="anchor" aria-hidden="true" href="#great-blogs"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Great Blogs</h2>
<ul>
<li><a href="https://www.exratione.com/blog/" rel="nofollow">Exratione.com</a></li>
<li><a href="http://joelabrahamsson.com/elasticsearch-101/" rel="nofollow">Joelabrahamsson.com</a></li>
<li><a href="http://bencane.com/" rel="nofollow">Benjamin Cane</a></li>
<li><a href="http://mherman.org/" rel="nofollow">Michael Herman</a></li>
<li><a href="http://charlesleifer.com/" rel="nofollow">Charles Leifer</a></li>
<li><a href="https://www.blog.labouardy.com/" rel="nofollow">Labouardy</a></li>
<li><a href="https://tech.marksblogg.com" rel="nofollow">Mark's Tech Blog</a></li>
</ul>
<h2><a id="user-content-linuxkit" class="anchor" aria-hidden="true" href="#linuxkit"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Linuxkit:</h2>
<ul>
<li><a href="https://medium.com/aishik/getting-started-with-linuxkit-and-moby-project-ff7121c4e321" rel="nofollow">Getting Started with Linuxkit</a></li>
</ul>
<h2><a id="user-content-logging-stacks" class="anchor" aria-hidden="true" href="#logging-stacks"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Logging Stacks</h2>
<ul>
<li><a href="https://github.com/shazChaudhry/docker-elastic">shazChaudhry Swarm GELF Stack</a></li>
</ul>
<h2><a id="user-content-machine-learning" class="anchor" aria-hidden="true" href="#machine-learning"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Machine Learning:</h2>
<ul>
<li><a href="https://github.com/GokuMohandas/practicalAI/blob/master/README.md">PracticalAI</a></li>
</ul>
<h2><a id="user-content-metrics" class="anchor" aria-hidden="true" href="#metrics"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Metrics:</h2>
<ul>
<li><a href="https://github.com/avalente/appmetrics">AppMetrics with Flask</a></li>
<li><a href="https://github.com/Cue/scales">Scales: Metrics for Python</a></li>
<li><a href="https://pypi.org/project/graphite-pymetrics/" rel="nofollow">Graphite: Python Flask Metrics</a></li>
</ul>
<h2><a id="user-content-mongodb" class="anchor" aria-hidden="true" href="#mongodb"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>MongoDB:</h2>
<ul>
<li><a href="https://linode.com/docs/databases/mongodb/build-database-clusters-with-mongodb/" rel="nofollow">Setup MongoDB Cluster</a></li>
<li><a href="https://github.com/AD7six/mongo-scripts">MongoDB Scripts</a></li>
<li><a href="https://docs.mongodb.com/v2.4/administration/monitoring/#self-hosted-monitoring-tools" rel="nofollow">MongoDB Monitoring Tools</a></li>
<li><a href="https://studio3t.com/knowledge-base/articles/mongodb-users-roles-explained-part-1/" rel="nofollow">Roles with MongoDB</a></li>
<li><a href="https://www.guru99.com/mongodb-tutorials.html" rel="nofollow">Queries: Guru99</a></li>
<li><a href="https://blog.exploratory.io/an-introduction-to-mongodb-query-for-beginners-bd463319aa4c" rel="nofollow">Queries: Exploratory</a></li>
<li><a href="https://www.tutorialspoint.com/mongodb/mongodb_create_database.htm" rel="nofollow">Queries: Tutorialspoint</a></li>
<li><a href="https://gist.github.com/rbekker87/5b4cd9ef36b6ae092a6260ab9e621a43">Queries: MongoDB Cheatsheet</a></li>
</ul>
<h2><a id="user-content-monitoring" class="anchor" aria-hidden="true" href="#monitoring"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Monitoring</h2>
<ul>
<li><a href="https://hackernoon.com/monitor-swarm-cluster-with-tick-stack-slack-3aaa6483d44a" rel="nofollow">Docker Swarm Monitoring Stack: Telegraf, InfluxDB, Chronograf, Kapacitor</a> <a href="https://github.com/mlabouardy/swarm-tick">github source</a></li>
<li><a href="https://stefanprodan.com/2017/docker-swarm-instrumentation-with-prometheus/" rel="nofollow">Docker Swarm Monitoring Stack: Prometheus, Grafana, cAdvisor, Node Exporter</a> <a href="https://github.com/stefanprodan/swarmprom">github source</a></li>
<li><a href="https://finestructure.co/blog/2016/5/16/monitoring-with-prometheus-grafana-docker-part-1" rel="nofollow">Prometheus Grafana Docker</a></li>
<li><a href="https://pierrevincent.github.io/2017/12/prometheus-blog-series-part-1-metrics-and-labels/" rel="nofollow">Prometheus Blog Seros</a></li>
<li><a href="https://blog.serverdensity.com/monitor-memcached/" rel="nofollow">Memcached Monitoring</a></li>
<li><a href="https://raymii.org/s/tutorials/Nagios_Core_4_Installation_on_Ubuntu_12.04.html" rel="nofollow">Nagios with Nagios Graph</a></li>
<li><a href="https://medium.com/quiq-blog/better-slack-alerts-from-prometheus-49125c8c672b" rel="nofollow">Slack Alerts with Prometheus</a></li>
<li><a href="https://github.com/deanwilson/docker-compose-prometheus">Local Prometheus Stack</a></li>
<li><a href="https://github.com/chmod666org/docker-swarm-prometheus">Docker Swarm Promethus Setup #1</a>
<ul>
<li><a href="https://chmod666.org/2017/08/monitoring-a-docker-swarm-cluster-with-prometheus" rel="nofollow">Docker Swarm Prometheus Setup #1: Blog</a></li>
</ul>
</li>
<li><a href="https://homelab.business/docker-swarm-monitoring-part-01/" rel="nofollow">Docker Swarm Promethus Setup #2</a></li>
<li><a href="https://medium.com/the-telegraph-engineering/how-prometheus-and-the-blackbox-exporter-makes-monitoring-microservice-endpoints-easy-and-free-of-a986078912ee" rel="nofollow">Docker Swarm Promethus Setup #3 (Blackbox)</a></li>
<li><a href="https://github.com/fzaninotto/uptime">Uptime (fzaninotto)</a></li>
</ul>
<h2><a id="user-content-monitoring-and-alerting" class="anchor" aria-hidden="true" href="#monitoring-and-alerting"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Monitoring and Alerting</h2>
<ul>
<li><a href="https://github.com/arachnys/cabot">Cabot (Lightweight Pagerduty)</a></li>
<li><a href="https://www.nagios.org/" rel="nofollow">Nagios</a></li>
</ul>
<h2><a id="user-content-monitoring-as-statuspages" class="anchor" aria-hidden="true" href="#monitoring-as-statuspages"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Monitoring as Statuspages</h2>
<ul>
<li><a href="https://github.com/darkpixel/statuspage">Statuspage (darkpixel</a></li>
<li><a href="https://github.com/cachethq/Cachet">Cachet</a></li>
</ul>
<h2><a id="user-content-programming" class="anchor" aria-hidden="true" href="#programming"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Programming</h2>
<h4><a id="user-content-golang-1" class="anchor" aria-hidden="true" href="#golang-1"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Golang:</h4>
<ul>
<li><a href="http://golangtutorials.blogspot.co.za/2011/05/table-of-contents.html" rel="nofollow">Golang Tutorials</a></li>
<li><a href="https://github.com/golang/go/wiki">Golang Wiki</a></li>
</ul>
<h4><a id="user-content-java" class="anchor" aria-hidden="true" href="#java"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Java:</h4>
<ul>
<li><a href="https://wiki.ruanbekker.com/index.php/Java_Spring_Boot_App_Examples" rel="nofollow">Java Spring Boot Examples</a></li>
</ul>
<h4><a id="user-content-python" class="anchor" aria-hidden="true" href="#python"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Python</h4>
<h4><a id="user-content-ruby" class="anchor" aria-hidden="true" href="#ruby"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Ruby:</h4>
<ul>
<li><a href="https://learnrubythehardway.org/book" rel="nofollow">Learn Ruby: Learn Ruby the Hard Way</a></li>
<li><a href="http://ruby-for-beginners.rubymonstas.org/index.html" rel="nofollow">Learn Ruby: Ruby for Beginners</a></li>
<li><a href="https://launchschool.com/books/ruby/read/loops_iterators#forloops" rel="nofollow">Learn Ruby: Launch School</a></li>
<li><a href="https://gistpages.com/posts/ruby_arrays_insert_append_length_index_remove" rel="nofollow">Learn Ruby: Arrays</a></li>
<li><a href="https://gorails.com/setup/osx/10.12-sierra" rel="nofollow">Install Ruby Environment on Mac</a></li>
</ul>
<h4><a id="user-content-ruby-on-rails" class="anchor" aria-hidden="true" href="#ruby-on-rails"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Ruby on Rails:</h4>
<ul>
<li><a href="https://www.railstutorial.org/book/beginning" rel="nofollow">Tutorial: Ruby On Rails</a></li>
<li><a href="http://codingnudge.com/2017/03/17/tutorial-how-to-run-ruby-on-rails-on-docker-part-1/" rel="nofollow">Tutorial: ROR on Docker</a></li>
</ul>
<h2><a id="user-content-queues" class="anchor" aria-hidden="true" href="#queues"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Queues</h2>
<ul>
<li><a href="https://github.com/roribio/alpine-sqs">Alpine SQS</a></li>
<li><a href="https://github.com/celery/kombu">Kombu: Messaging library for Python</a></li>
<li><a href="https://python-rq.org/" rel="nofollow">Python Job Queues with Redis</a></li>
</ul>
<h2><a id="user-content-sysadmin-references" class="anchor" aria-hidden="true" href="#sysadmin-references"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Sysadmin References:</h2>
<ul>
<li><a href="https://gist.github.com/ruanbekker/3118ed23c25451132becacd3b974db08">Sysadmin Command References</a></li>
<li><a href="https://medium.com/@chrishantha/linux-performance-observability-tools-19ae2328f87f" rel="nofollow">Linux Performance Observability Tools</a></li>
<li><a href="http://bencane.com/2012/08/06/troubleshooting-high-io-wait-in-linux/" rel="nofollow">Troubleshooting High IO Wait</a></li>
<li><a href="https://blog.pythian.com/basic-io-monitoring-on-linux/" rel="nofollow">IO Monitoring in Linux</a></li>
<li><a href="http://xiayubin.com/blog/2014/01/29/how-i-use-iostat-and-vmstat-for-performance-analysis/" rel="nofollow">IOStat and VMStat for Performance Monitoring</a></li>
<li><a href="https://www.tummy.com/articles/isolating-heavy-load/" rel="nofollow">Debugging Heavy Load</a></li>
</ul>
<h2><a id="user-content-self-hosting" class="anchor" aria-hidden="true" href="#self-hosting"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Self Hosting</h2>
<h4><a id="user-content-email-server-setups" class="anchor" aria-hidden="true" href="#email-server-setups"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Email Server Setups</h4>
<ul>
<li><a href="https://www.exratione.com/2016/05/a-mailserver-on-ubuntu-16-04-postfix-dovecot-mysql/" rel="nofollow">Extratione: Postfix Dovecot MySQL Virtual Users Postfixadmin</a></li>
<li><a href="https://www.exratione.com/2019/02/a-mailserver-on-ubuntu-18-04-postfix-dovecot-mysql/" rel="nofollow">Extratione: Postfix Dovecot MySQL Virtual Users Postfixadmin (Ubuntu 18)</a></li>
<li><a href="https://linuxize.com/post/set-up-an-email-server-with-postfixadmin/" rel="nofollow">Linuxsize: Postfix Dovecot MySQL Virtual Users Postfixadmin</a></li>
<li><a href="https://www.howtoforge.com/postfix_mysql_dovecot_dspam_clamav_postgrey_rbl_debian_etch" rel="nofollow">Howtoforge: Postfix, MySQL, Dovecto, Dspam</a></li>
<li><a href="https://linuxize.com/post/set-up-an-email-server-with-postfixadmin/" rel="nofollow">Linuxsize: VirtualUsers, MySQL, Postfix, Dovecot</a></li>
</ul>
<h4><a id="user-content-mailscanner-server-setups" class="anchor" aria-hidden="true" href="#mailscanner-server-setups"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Mailscanner Server Setups</h4>
<ul>
<li><a href="https://syslint.com/blog/tutorial/how-to-install-and-configure-spamassassin-with-postfix-in-debian-8/" rel="nofollow">Spamassassin with Debian 8</a></li>
</ul>
<h4><a id="user-content-financial" class="anchor" aria-hidden="true" href="#financial"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Financial</h4>
<ul>
<li><a href="https://github.com/firefly-iii/firefly-iii">SelfHosted Firefly</a></li>
</ul>
<h4><a id="user-content-self-hosting-frameworks" class="anchor" aria-hidden="true" href="#self-hosting-frameworks"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Self Hosting Frameworks:</h4>
<ul>
<li><a href="https://sandstorm.io/" rel="nofollow">Sandstorm</a></li>
</ul>
<h2><a id="user-content-serverless" class="anchor" aria-hidden="true" href="#serverless"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Serverless</h2>
<ul>
<li><a href="https://github.com/Miserlou/Zappa">Serverless Zappa</a></li>
<li><a href="https://github.com/faizanbashir/python-ses-dynamodb-contactform">Serverless Contact Form</a></li>
<li><a href="https://github.com/danilop/LambdAuth">Serverless Authentication on AWS (danilop)</a></li>
</ul>
<h2><a id="user-content-vpn" class="anchor" aria-hidden="true" href="#vpn"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>VPN:</h2>
<h4><a id="user-content-vpn-howto" class="anchor" aria-hidden="true" href="#vpn-howto"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>VPN-Howto:</h4>
<ul>
<li><a href="https://www.cyberciti.biz/faq/howto-setup-openvpn-server-on-ubuntu-linux-14-04-or-16-04-lts/" rel="nofollow">Ubuntu OpenVPN Script</a></li>
<li><a href="https://github.com/hwdsl2/setup-ipsec-vpn">Ubuntu IPSec Script</a></li>
<li><a href="https://www.digitalocean.com/community/tutorials/how-to-set-up-an-openvpn-server-on-ubuntu-16-04" rel="nofollow">DO - Setup OpenVPN on Ubuntu</a></li>
<li><a href="https://www.elastichosts.com/blog/linux-l2tpipsec-vpn-client/" rel="nofollow">Elasticshosts - IPSec VPN</a></li>
<li><a href="https://github.com/bedefaced/vpn-install">PPTP/IPSec/OpenVPN Auto Install</a></li>
</ul>
<h2><a id="user-content-website-templates" class="anchor" aria-hidden="true" href="#website-templates"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Website Templates</h2>
<h4><a id="user-content-resume-templates" class="anchor" aria-hidden="true" href="#resume-templates"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Resume Templates</h4>
<ul>
<li><a href="https://github.com/johnmarcampbell/resume-site">johnmarcampbell resume-site</a></li>
</ul>
<h2><a id="user-content-web-frameworks" class="anchor" aria-hidden="true" href="#web-frameworks"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Web Frameworks</h2>
<h4><a id="user-content-python-flask" class="anchor" aria-hidden="true" href="#python-flask"><svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a>Python Flask:</h4>
<ul>
<li><a href="https://gist.github.com/dAnjou/2874714">Python Flask Upload Example</a></li>
<li><a href="https://github.com/humiaozuzu/awesome-flask#awesome-flask">Awesome Flask - humiaozuzu</a></li>
<li><a href="https://github.com/greyli?tab=repositories">Awesome Flask Apps - Greyli</a></li>
<li><a href="https://blog.miguelgrinberg.com/post/running-your-flask-application-over-https" rel="nofollow">Flask over HTTPS (MG)</a></li>
<li><a href="https://speakerdeck.com/mitsuhiko/advanced-flask-patterns-1" rel="nofollow">Flask Advanced Patterns</a></li>
<li><a href="https://github.com/tojrobinson/flask-mvc">Flask MVC Boilerplate</a></li>
</ul>
</article>
</div>
</div>
<!-- Footer -->
<footer id="footer" class="wrapper alt">
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>