Skip to content

Commit cd151a4

Browse files
Added blog
1 parent 71d0481 commit cd151a4

File tree

63 files changed

+2382
-111
lines changed

Some content is hidden

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

63 files changed

+2382
-111
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.127.0">
34+
<meta name="generator" content="Hugo 0.128.0">
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.127.0">
34+
<meta name="generator" content="Hugo 0.128.0">
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.127.0">
34+
<meta name="generator" content="Hugo 0.128.0">
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.127.0">
34+
<meta name="generator" content="Hugo 0.128.0">
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.127.0">
34+
<meta name="generator" content="Hugo 0.128.0">
3535

3636

3737

blog/excalidraw/art-2024-04-28-14.38.57/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.127.0">
34+
<meta name="generator" content="Hugo 0.128.0">
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.127.0">
34+
<meta name="generator" content="Hugo 0.128.0">
3535

3636

3737

blog/index.html

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

3131

3232

33-
<meta name="generator" content="Hugo 0.127.0">
33+
<meta name="generator" content="Hugo 0.128.0">
3434

3535

3636

blog/index.json

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

blog/index.xml

Lines changed: 40 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,19 @@
66
<description>Recent content on programmerraja blog</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Sun, 23 Jun 2024 04:57:31 +0530</lastBuildDate><atom:link href="https://programmerraja.github.io/blog/index.xml" rel="self" type="application/rss+xml" />
9+
<lastBuildDate>Fri, 28 Jun 2024 20:18:56 +0530</lastBuildDate><atom:link href="https://programmerraja.github.io/blog/index.xml" rel="self" type="application/rss+xml" />
10+
<item>
11+
<title>Sherlock Homes: The Case of the Missing Content Length</title>
12+
<link>https://programmerraja.github.io/blog/post/2024/sherlock-homes-the-case-of-the-content-length-mismatch/</link>
13+
<pubDate>Fri, 28 Jun 2024 20:18:56 +0530</pubDate>
14+
15+
<guid>https://programmerraja.github.io/blog/post/2024/sherlock-homes-the-case-of-the-content-length-mismatch/</guid>
16+
17+
<description>Running a website smoothly is akin to maintaining a finely-tuned machine. Yet, like any mystery tale, unexpected twists can disrupt the flow. Recently, our team faced a perplexing error while serving our website: Failed to load resource: net::ERR_CONTENT_LENGTH_MISMATCH in Chrome. Join us as we unravel this digital whodunit and uncover how we cracked the case, restoring our site&amp;rsquo;s seamless operation.
18+
Initial Clues It all started with user reports of intermittent loading issues on our website.</description>
19+
20+
</item>
21+
1022
<item>
1123
<title>Python</title>
1224
<link>https://programmerraja.github.io/blog/notes/2024/python/</link>
@@ -67,6 +79,19 @@ https://blog.stackademic.com/architecture-of-cassandra-6d9d248a7463 FoundationDB
6779

6880
</item>
6981

82+
<item>
83+
<title>How to capture mongodb protocol in  wireshark</title>
84+
<link>https://programmerraja.github.io/blog/post/2024/how-to-capture-mongodb-protocol-in--wireshark/</link>
85+
<pubDate>Mon, 12 Feb 2024 08:28:27 +0530</pubDate>
86+
87+
<guid>https://programmerraja.github.io/blog/post/2024/how-to-capture-mongodb-protocol-in--wireshark/</guid>
88+
89+
<description>export SSLKEYLOGFILE=/tmp/tlskey.log Run a nodejs program as node --tls-keylog=/tmp/tlskey index.js where the tls key will be stored on that path and add this tlskey path to wire shark to decrypt the msg by doing following
90+
Go to Preferences-&amp;gt;Protocols-&amp;gt;TLS and edit the path as shown in the screenshot below. ![[Pasted image 20240212083026.png]]
91+
Mongodb uses Mongodb wire protocol at application level to know more check here</description>
92+
93+
</item>
94+
7095
<item>
7196
<title>Design pattern</title>
7297
<link>https://programmerraja.github.io/blog/notes/2024/design-pattern/</link>
@@ -325,26 +350,31 @@ Drawing { &amp;#34;type&amp;#34;: &amp;#34;excalidraw&amp;#34;, &amp;#34;version
325350

326351
<item>
327352
<title></title>
328-
<link>https://programmerraja.github.io/blog/notes/2024/software-architecture/</link>
353+
<link>https://programmerraja.github.io/blog/notes/2024/ai/</link>
329354
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
330355

331-
<guid>https://programmerraja.github.io/blog/notes/2024/software-architecture/</guid>
356+
<guid>https://programmerraja.github.io/blog/notes/2024/ai/</guid>
332357

333-
<description>+++ title = &amp;lsquo;Software Architecture&amp;rsquo; date = 2024-03-10T07:39:59.5959+05:30 draft = true tags =[] +++
334-
https://martinfowler.com/architecture/ https://medium.com/@yt-cloudwaydigital/from-software-developer-to-software-architect-roadmap-to-success-695951521d9b Documentation arc42 is a template for architecture communication and documentation.</description>
358+
<description>**+++ title = &amp;lsquo;AI&amp;rsquo; date = 2024-05-18T18:29:19.1919+05:30 draft = true tags =[] +++
359+
LLM contain
360+
Parameters code that run parameters Parameters
361+
Neural network
362+
predict the next word Pretraining,finetunning
363+
GPU are good at matrix multiplication so only they need for AI beacause all AI are matrix multiplication
364+
Deep learning models
365+
Discriminative -&amp;gt; classify or predict trainned on labeled data Generative -&amp;gt; predict next word in sequenece,understand distribution of data Computational linguistics: strudy of language grammer,syntax and phonetics</description>
335366

336367
</item>
337368

338369
<item>
339370
<title></title>
340-
<link>https://programmerraja.github.io/blog/post/2024/how-to-capture-mongodb-protocol-in--wireshark/</link>
371+
<link>https://programmerraja.github.io/blog/notes/2024/software-architecture/</link>
341372
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
342373

343-
<guid>https://programmerraja.github.io/blog/post/2024/how-to-capture-mongodb-protocol-in--wireshark/</guid>
374+
<guid>https://programmerraja.github.io/blog/notes/2024/software-architecture/</guid>
344375

345-
<description>o+++ title = &amp;lsquo;How to capture mongodb protocol in wireshark&amp;rsquo; date = 2024-02-12T08:28:27.2727+05:30 draft = false tags =[] +++
346-
export SSLKEYLOGFILE=/tmp/tlskey.log Run a nodejs program as node --tls-keylog=/tmp/tlskey index.js where the tls key will be stored on that path and add this tlskey path to wire shark to decrypt the msg by doing following
347-
Go to Preferences-&amp;gt;Protocols-&amp;gt;TLS and edit the path as shown in the screenshot below. ![[Pasted image 20240212083026.png]]</description>
376+
<description>+++ title = &amp;lsquo;Software Architecture&amp;rsquo; date = 2024-03-10T07:39:59.5959+05:30 draft = true tags =[] +++
377+
https://martinfowler.com/architecture/ https://medium.com/@yt-cloudwaydigital/from-software-developer-to-software-architect-roadmap-to-success-695951521d9b Documentation arc42 is a template for architecture communication and documentation.</description>
348378

349379
</item>
350380

0 commit comments

Comments
 (0)