Skip to content

Commit 9319475

Browse files
Added more notes
1 parent b9dad3b commit 9319475

File tree

44 files changed

+2302
-117
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+2302
-117
lines changed

blog/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232

3333

34-
<meta name="generator" content="Hugo 0.123.8">
34+
<meta name="generator" content="Hugo 0.124.1">
3535

3636

3737

blog/categories/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232

3333

34-
<meta name="generator" content="Hugo 0.123.8">
34+
<meta name="generator" content="Hugo 0.124.1">
3535

3636

3737

blog/excalidraw/art-2024-01-19-19.56.09/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232

3333

34-
<meta name="generator" content="Hugo 0.123.8">
34+
<meta name="generator" content="Hugo 0.124.1">
3535

3636

3737

blog/excalidraw/art-2024-01-25-14.32.40/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232

3333

34-
<meta name="generator" content="Hugo 0.123.8">
34+
<meta name="generator" content="Hugo 0.124.1">
3535

3636

3737

blog/excalidraw/art-2024-02-11-07.27.35/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232

3333

34-
<meta name="generator" content="Hugo 0.123.8">
34+
<meta name="generator" content="Hugo 0.124.1">
3535

3636

3737

blog/excalidraw/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232

3333

34-
<meta name="generator" content="Hugo 0.123.8">
34+
<meta name="generator" content="Hugo 0.124.1">
3535

3636

3737

blog/index.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131

3232

33-
<meta name="generator" content="Hugo 0.123.8">
33+
<meta name="generator" content="Hugo 0.124.1">
3434

3535

3636

@@ -150,6 +150,20 @@ <h3 class="posts-item-note" aria-label="Recent Posts"></h3>
150150

151151

152152

153+
<article class="post-item">
154+
<h4 class="post-item-title">
155+
<a href="/blog/notes/2024/elastic-search/">Elastic search</a>
156+
</h4>
157+
158+
159+
160+
<time class="post-item-meta" datetime="2024-03-30T20:20:04&#43;0530">
161+
30 Mar 2024
162+
163+
</time>
164+
</article>
165+
166+
153167
<article class="post-item">
154168
<h4 class="post-item-title">
155169
<a href="/blog/notes/2024/databases/">Databases</a>
@@ -220,20 +234,6 @@ <h4 class="post-item-title">
220234
</article>
221235

222236

223-
<article class="post-item">
224-
<h4 class="post-item-title">
225-
<a href="/blog/notes/2024/linux-notes/">Linux Notes</a>
226-
</h4>
227-
228-
229-
230-
<time class="post-item-meta" datetime="2024-01-17T08:19:32&#43;0530">
231-
17 Jan 2024
232-
233-
</time>
234-
</article>
235-
236-
237237
<article class="post-item">
238238
<h4 class="post-item-title">
239239
<a href="/blog/notes/2024/android-internal/">Android internal Notes</a>

blog/index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

blog/index.xml

Lines changed: 39 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,20 @@
66
<description>Recent content on programmerraja blog</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Sun, 17 Mar 2024 06:43:12 +0530</lastBuildDate><atom:link href="https://programmerraja.github.io/blog/index.xml" rel="self" type="application/rss+xml" />
9+
<lastBuildDate>Sun, 07 Apr 2024 09:29:16 +0530</lastBuildDate><atom:link href="https://programmerraja.github.io/blog/index.xml" rel="self" type="application/rss+xml" />
10+
<item>
11+
<title>Elastic search</title>
12+
<link>https://programmerraja.github.io/blog/notes/2024/elastic-search/</link>
13+
<pubDate>Sat, 30 Mar 2024 20:20:04 +0530</pubDate>
14+
15+
<guid>https://programmerraja.github.io/blog/notes/2024/elastic-search/</guid>
16+
17+
<description>Indexing it is like collection name in databse
18+
Index-level shard allocation filtering Index-level shard allocation filtering in Elasticsearch is a feature that allows you to control which nodes in your Elasticsearch cluster are eligible to store the primary and replica shards of specific indices. This feature gives you fine-grained control over shard placement based on node attributes and conditions, helping you optimize data distribution, resource utilization, and cluster stability.
19+
Here&amp;rsquo;s an explanation of index-level shard allocation filtering:</description>
20+
21+
</item>
22+
1023
<item>
1124
<title>Databases</title>
1225
<link>https://programmerraja.github.io/blog/notes/2024/databases/</link>
@@ -15,8 +28,8 @@
1528
<guid>https://programmerraja.github.io/blog/notes/2024/databases/</guid>
1629

1730
<description>ZippyDB ZippyDB is the largest strongly consistent, geographically distributed key-value store at Facebook.ZippyDB uses RocksDB as the underlying storage engine
18-
Cassandra Cassandra is a wide-column NoSQL database management system. It was originally developed at Facebook to power the Facebook inbox search feature
19-
FoundationDB FoundationDB is an open-source, distributed, transactional key-value store. It’s designed to handle large volumes of data and works well for both read/write workloads and write-heavy workloads. It’s also ACID-compliant.</description>
31+
Cassandra Cassandra is a wide-column NoSQL database management system. It was originally developed at Facebook to power the Facebook inbox search feature build in java
32+
FoundationDB FoundationDB is an open-source, distributed, transactional key-value store. It’s designed to handle large volumes of data and works well for both read/write workloads and write-heavy workloads.</description>
2033

2134
</item>
2235

@@ -96,17 +109,6 @@ Symptoms of complexity Change amplification: The first symptom of complexity is
96109

97110
</item>
98111

99-
<item>
100-
<title>Linux Notes</title>
101-
<link>https://programmerraja.github.io/blog/notes/2024/linux-notes/</link>
102-
<pubDate>Wed, 17 Jan 2024 08:19:32 +0530</pubDate>
103-
104-
<guid>https://programmerraja.github.io/blog/notes/2024/linux-notes/</guid>
105-
106-
<description></description>
107-
108-
</item>
109-
110112
<item>
111113
<title>Docker Notes</title>
112114
<link>https://programmerraja.github.io/blog/notes/2024/docker/</link>
@@ -142,7 +144,7 @@ Row-Oriented Data Layout Row-oriented database management systems store data in
142144
<description>Questions to be asked
143145
How will new service be deployed and upgraded how will it be consumed by the rest of the system Service registery -&amp;gt; Eureka
144146
Where single service when new service it inform to service regis and who want to lookup it ask for service regis single point of failure we need to write code on each service Service Mesh -&amp;gt; TO solve the above problem
145-
use side car and control tower (mange the sidecar ) no need to write a single code example -&amp;gt; envoy(sidecar),istio(control tower)</description>
147+
use side car and control tower (mange the sidecar ) no need to write a single code Service mesh typically consists of two components</description>
146148

147149
</item>
148150

@@ -286,6 +288,28 @@ Drawing {&amp;#34;type&amp;#34;:&amp;#34;excalidraw&amp;#34;,&amp;#34;version&am
286288

287289
</item>
288290

291+
<item>
292+
<title></title>
293+
<link>https://programmerraja.github.io/blog/l/</link>
294+
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
295+
296+
<guid>https://programmerraja.github.io/blog/l/</guid>
297+
298+
<description></description>
299+
300+
</item>
301+
302+
<item>
303+
<title></title>
304+
<link>https://programmerraja.github.io/blog/lun/</link>
305+
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
306+
307+
<guid>https://programmerraja.github.io/blog/lun/</guid>
308+
309+
<description></description>
310+
311+
</item>
312+
289313
<item>
290314
<title>Search</title>
291315
<link>https://programmerraja.github.io/blog/search/</link>

0 commit comments

Comments
 (0)