-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
139 lines (102 loc) · 5.13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> Blog — Penning down my learnings, musings and insights! » Swapnil</title>
<meta name="description" content="Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.
">
<link rel="canonical" href="https://uzumaki-narut0.github.io/">
<!-- Twitter Cards -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Blog" />
<meta name="twitter:description" content="Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.
" />
<meta name="twitter:image" content="https://uzumaki-narut0.github.io" />
<!-- Google plus -->
<meta name="author" content="">
<link rel="author" href="">
<!-- Open Graph -->
<meta property="og:locale" content="">
<meta property="og:type" content="article">
<meta property="og:title" content="Blog">
<meta property="og:description" content="Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.
">
<meta property="og:url" content="https://uzumaki-narut0.github.io/">
<meta property="og:site_name" content="Swapnil">
<link href='https://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/assets/vendor/normalize-css/normalize.css">
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/assets/vendor/highlight/styles/solarized_dark.css">
<link rel="stylesheet" href="/assets/vendor/font-awesome/css/font-awesome.css">
</head>
<body>
<div class="wrapper">
<header class="header">
<div class="navigation">
<a href="/" class="logo">Swapnil</a>
<ul class="menu">
<li class="menu__entry"><a href="/about">About</a></li>
<li class="menu__entry"><a href="/">Blog</a></li>
</ul>
</div>
<ul class="social-links">
<a href="https://github.com/uzumaki-narut0" class="social-links__entry" target="_blank">
<i class="fa fa-github"></i>
</a>
<a href="https://twitter.com/kumar_swapnil_" class="social-links__entry" target="_blank">
<i class="fa fa-twitter"></i>
</a>
</ul>
</header>
<h1 class="page-title">
<div class="page-title__text">Blog</div>
<div class="page-title__subtitle">Penning down my learnings, musings and insights!</div>
</h1>
<ul class="list-posts">
<li class="post-teaser">
<a href="https://blog.devgenius.io/rate-limiting-a0a02f98ebb3">
<span class="post-teaser__title">Rate Limiting</span>
<span class="post-teaser__date">02 March 2021</span>
</a>
</li>
<li class="post-teaser">
<a href="https://medium.com/geekculture/understanding-merkle-trees-f48732772199">
<span class="post-teaser__title">Understanding Merkle Trees</span>
<span class="post-teaser__date">10 February 2021</span>
</a>
</li>
<li class="post-teaser">
<a href="https://kumarswapnil.medium.com/load-balancing-e62478581e20">
<span class="post-teaser__title">Load Balancing</span>
<span class="post-teaser__date">31 January 2021</span>
</a>
</li>
<li class="post-teaser">
<a href="https://kumarswapnil.medium.com/b-trees-and-why-they-are-used-for-indexing-6c824677cecd">
<span class="post-teaser__title">B-Trees and why they are used for indexing</span>
<span class="post-teaser__date">04 January 2021</span>
</a>
</li>
<li class="post-teaser">
<a href="https://kumarswapnil.medium.com/the-chemistry-of-mysql-transactions-part-2-ed9a19195967">
<span class="post-teaser__title">The chemistry of MySQL transactions: Part 2</span>
<span class="post-teaser__date">01 January 2021</span>
</a>
</li>
</ul>
<div class="explore">
<div class="explore__devider">*****</div>
<div class="explore__label">Explore my different dimensions</div>
<ul class="categories">
<li class="categories__item"><a href="/categories/anime">Anime</a></li>
<li class="categories__item"><a href="/categories/chess">Chess</a></li>
<li class="categories__item"><a href="/categories/books">Books</a></li>
</ul>
</div>
</div>
<script src="/assets/vendor/highlight/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</body>
</html>