Skip to content

Commit a4d2474

Browse files
Added more content
1 parent 46ca3b6 commit a4d2474

File tree

181 files changed

+21934
-0
lines changed

Some content is hidden

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

181 files changed

+21934
-0
lines changed

blog/404.html

Lines changed: 35 additions & 0 deletions
Large diffs are not rendered by default.
110 KB
192 KB
10.5 KB
62.6 KB
437 KB
222 KB
723 KB
1.33 MB
1 MB
6.93 KB
350 KB
104 KB
137 KB
89.2 KB

blog/Images/image-(6)-(1).png

155 KB

blog/Images/jira.png

2.56 MB

blog/Images/jirasubtask.png

72.1 KB

blog/Images/leaderboard.png

91.8 KB

blog/Images/mongodbMemoryModel.png

38.4 KB

blog/Images/png.py

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
import os
2+
from PIL import Image
3+
4+
5+
def convert_images_to_png(folder_path):
6+
for filename in os.listdir(folder_path):
7+
if filename.endswith(".webp"):
8+
file_path = os.path.join(folder_path, filename)
9+
10+
with Image.open(file_path) as img:
11+
png_filename = f"{os.path.splitext(filename)[0]}.png"
12+
png_path = os.path.join(folder_path, png_filename)
13+
img.save(png_path, "PNG")
14+
15+
print(f"Converted: {filename} -> {png_filename}")
16+
os.remove(file_path)
17+
18+
19+
if __name__ == "__main__":
20+
folder_path = "./"
21+
22+
convert_images_to_png(folder_path)
23+
24+
25+
# import os
26+
# from PIL import Image
27+
28+
# target_width = 300
29+
# target_height = 800
30+
31+
32+
# def convert_images_to_png(folder_path):
33+
# for filename in os.listdir(folder_path):
34+
# if filename.endswith(".webp"):
35+
# file_path = os.path.join(folder_path, filename)
36+
37+
# with Image.open(file_path) as img:
38+
# # Calculate the new dimensions while maintaining the aspect ratio
39+
# img_ratio = img.width / img.height
40+
# target_ratio = target_width / target_height
41+
42+
# if img_ratio > target_ratio:
43+
# # Image is wider, adjust width
44+
# new_width = target_width
45+
# new_height = round(target_width / img_ratio)
46+
# else:
47+
# # Image is taller, adjust height
48+
# new_height = target_height
49+
# new_width = round(target_height * img_ratio)
50+
51+
# # Resize the image
52+
# resized_img = img.resize((new_width, new_height), Image.Resampling.LANCZOS)
53+
54+
# # Convert to PNG format and save
55+
# png_filename = f"{os.path.splitext(filename)[0]}.png"
56+
# png_path = os.path.join(folder_path, png_filename)
57+
# resized_img.save(png_path, "PNG")
58+
59+
# print(f"Converted: {filename} -> {png_filename}")
60+
# os.remove(file_path)
61+
62+
63+
# if __name__ == "__main__":
64+
# folder_path = "./"
65+
66+
# convert_images_to_png(folder_path)

blog/index.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blog/index.html

Lines changed: 51 additions & 0 deletions
Large diffs are not rendered by default.

blog/index.xml

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
<rss version="2.0">
3+
<channel>
4+
<title>🧠 Second Brain</title>
5+
<link>https://programmerraja.github.io</link>
6+
<description>Last 10 notes on 🧠 Second Brain</description>
7+
<generator>Quartz -- quartz.jzhao.xyz</generator>
8+
<item>
9+
<title>Sherlock Holmes The Mystery of the Erratic Logstash</title>
10+
<link>https://programmerraja.github.io/post/2024/Sherlock-Holmes--The-Mystery-of-the-Erratic-Logstash</link>
11+
<guid>https://programmerraja.github.io/post/2024/Sherlock-Holmes--The-Mystery-of-the-Erratic-Logstash</guid>
12+
<description></description>
13+
<pubDate>Sun, 24 Nov 2024 02:56:11 GMT</pubDate>
14+
</item><item>
15+
<title>Open source</title>
16+
<link>https://programmerraja.github.io/notes/2024/Open-source</link>
17+
<guid>https://programmerraja.github.io/notes/2024/Open-source</guid>
18+
<description>docs.opire.dev/.</description>
19+
<pubDate>Sat, 23 Nov 2024 12:18:09 GMT</pubDate>
20+
</item><item>
21+
<title>A Flexible AI-Powered Chat App for Websites,Youtube, Files, and Dev.to Articles</title>
22+
<link>https://programmerraja.github.io/post/2024/A-Flexible-AI-Powered-Chat-App-for-Websites-Youtube-Files-and-Dev.to-Articles</link>
23+
<guid>https://programmerraja.github.io/post/2024/A-Flexible-AI-Powered-Chat-App-for-Websites-Youtube-Files-and-Dev.to-Articles</guid>
24+
<description>This is a submission for the Open Source AI Challenge with pgai and Ollama What I Built For this project, I created an AI-powered chat application designed to provide users with an engaging ...</description>
25+
<pubDate>Sat, 09 Nov 2024 06:44:24 GMT</pubDate>
26+
</item><item>
27+
<title>K.Boopathi</title>
28+
<link>https://programmerraja.github.io/</link>
29+
<guid>https://programmerraja.github.io/</guid>
30+
<description>Welcome to My World! 🌍 Hai I’m K.Boopathi passionate Full Stack Developer who thrives on solving problems and diving into the latest in web development, DevOps, Generative AI, etc. ...</description>
31+
<pubDate>Sat, 26 Oct 2024 10:18:30 GMT</pubDate>
32+
</item><item>
33+
<title>The Curious Case of the $15,000 Spam My Unexpected Investigation</title>
34+
<link>https://programmerraja.github.io/post/2024/The-Curious-Case-of-the-15000-Spam-My-Unexpected-Investigation</link>
35+
<guid>https://programmerraja.github.io/post/2024/The-Curious-Case-of-the-15000-Spam-My-Unexpected-Investigation</guid>
36+
<description>Last Friday started off like any typical day—I was busy with my work in my office when I stumbled upon a suspicious message. My instincts told me it was spam, but my curiosity got the best of me.</description>
37+
<pubDate>Sat, 19 Oct 2024 13:31:59 GMT</pubDate>
38+
</item><item>
39+
<title>Vector DB</title>
40+
<link>https://programmerraja.github.io/notes/2024/Vector-DB-and-embedding</link>
41+
<guid>https://programmerraja.github.io/notes/2024/Vector-DB-and-embedding</guid>
42+
<description>How it works A dataset of three sentences, each has 3 words (or tokens) In practice, a dataset may contain millions or billions of sentences. The max number of tokens may be tens of thousands (e.g., 32,768 mistral-7b).</description>
43+
<pubDate>Sat, 19 Oct 2024 10:53:07 GMT</pubDate>
44+
</item><item>
45+
<title>LLM strucuted output</title>
46+
<link>https://programmerraja.github.io/notes/2024/LLM-strucuted-output-and-Parser</link>
47+
<guid>https://programmerraja.github.io/notes/2024/LLM-strucuted-output-and-Parser</guid>
48+
<description>Pydantic Pydantic, a popular Python library with over 70 million downloads per month, offers a robust and developer-friendly way to structure your prompts and validate LLM output ...</description>
49+
<pubDate>Sat, 19 Oct 2024 02:45:27 GMT</pubDate>
50+
</item><item>
51+
<title>Sherlock Holmes: The Case Redis Overload During a DDoS Attack</title>
52+
<link>https://programmerraja.github.io/post/2024/Sherlock-Holmes-and-The-Case-Redis-Overload-During-a-DDoS-Attack</link>
53+
<guid>https://programmerraja.github.io/post/2024/Sherlock-Holmes-and-The-Case-Redis-Overload-During-a-DDoS-Attack</guid>
54+
<description>Welcome to our Sherlock Holmes-inspired tech adventure series! Imagine each technical challenge as a thrilling mystery waiting to be solved. Just like Sherlock, we’ll tackle these problems with sharp attention to detail.</description>
55+
<pubDate>Tue, 08 Oct 2024 01:12:19 GMT</pubDate>
56+
</item><item>
57+
<title>The Day a DDOS Attack Led to the World&#039;s Most Awkward &#039;Hello World&#039;</title>
58+
<link>https://programmerraja.github.io/post/2024/The-Day-a-DDOS-Attack-Led-to-the-Most-Awkward-Hello-World</link>
59+
<guid>https://programmerraja.github.io/post/2024/The-Day-a-DDOS-Attack-Led-to-the-Most-Awkward-Hello-World</guid>
60+
<description>Hey everyone, grab a coffee because I’ve got a funny (and slightly embarrassing) story to share! It’s all about how I turned our landing page and application into a personal “Hello ...</description>
61+
<pubDate>Wed, 02 Oct 2024 01:27:18 GMT</pubDate>
62+
</item><item>
63+
<title>The Joy of Debugging: How One Tiny Typo Kept Us Busy for Hours</title>
64+
<link>https://programmerraja.github.io/post/2024/The-Joy-of-Debugging-How-One-Tiny-Typo-Kept-Us-Busy-for-Hours</link>
65+
<guid>https://programmerraja.github.io/post/2024/The-Joy-of-Debugging-How-One-Tiny-Typo-Kept-Us-Busy-for-Hours</guid>
66+
<description>Hey friends! 👋 Today, I want to share a little debugging adventure that started with what seemed like a small issue but turned into an hour-long hunt ...</description>
67+
<pubDate>Sun, 29 Sep 2024 08:55:53 GMT</pubDate>
68+
</item>
69+
</channel>
70+
</rss>

blog/notes/2023/MongoDB-Performance-Tuning.html

Lines changed: 315 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2023/RabbitMQ.html

Lines changed: 202 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2023/index.html

Lines changed: 35 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/A-Philosophy-of-Software-Design-Book-Notes.html

Lines changed: 288 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/AI-Content-System.html

Lines changed: 367 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/AI-Research-Paper-notes.html

Lines changed: 365 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/AI-in-Coding.html

Lines changed: 189 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/AWS.html

Lines changed: 68 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/Android-internal.html

Lines changed: 153 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/Building-Microservices.html

Lines changed: 175 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/Claude.html

Lines changed: 36 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/Database-internal.html

Lines changed: 142 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/Databases.html

Lines changed: 206 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/Design-pattern.html

Lines changed: 334 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/Docker--and--Kubernetes-hacking.html

Lines changed: 184 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/Docker.html

Lines changed: 533 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/Domain-driven-design.html

Lines changed: 188 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/Elastic-search.html

Lines changed: 1215 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/Freelancing-And-Saas.html

Lines changed: 53 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/Generative-AI.html

Lines changed: 454 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/Go.html

Lines changed: 227 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/Hacking.html

Lines changed: 219 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/Haystack-Notes.html

Lines changed: 48 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/Kubernetes.html

Lines changed: 1290 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/LLM-Hacking.html

Lines changed: 106 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/LLM-Observability-And-Eval.html

Lines changed: 281 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/LLM-strucuted-output-and-Parser.html

Lines changed: 183 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/Langchain.html

Lines changed: 533 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/Large-Language-Model.html

Lines changed: 497 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/Learning-from-blog.html

Lines changed: 131 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/Linux.html

Lines changed: 505 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/MeiliSearch.html

Lines changed: 452 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/Mongodb-Notes.html

Lines changed: 665 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/Networking.html

Lines changed: 1057 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/Nginx.html

Lines changed: 366 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/Open-source.html

Lines changed: 35 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/Prompt-Engineering.html

Lines changed: 683 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/Python.html

Lines changed: 963 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/React.html

Lines changed: 603 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/Rust.html

Lines changed: 327 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/Software-Architecture-and-Decision-Making.html

Lines changed: 507 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/Software-principles.html

Lines changed: 70 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/System-Design-Case-study.html

Lines changed: 197 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/System-Design.html

Lines changed: 134 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/Tensorflow.html

Lines changed: 178 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/Vector-DB-and-embedding.html

Lines changed: 190 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/2024/index.html

Lines changed: 35 additions & 0 deletions
Large diffs are not rendered by default.

blog/notes/index.html

Lines changed: 35 additions & 0 deletions
Large diffs are not rendered by default.

blog/post/2023/helloworld.html

Lines changed: 43 additions & 0 deletions
Large diffs are not rendered by default.

blog/post/2023/index.html

Lines changed: 35 additions & 0 deletions
Large diffs are not rendered by default.

blog/post/2024/A-Flexible-AI-Powered-Chat-App-for-Websites-Youtube-Files-and-Dev.to-Articles.html

Lines changed: 109 additions & 0 deletions
Large diffs are not rendered by default.

blog/post/2024/A-Journey-into-Unseen-Threats-on-our-VM.html

Lines changed: 173 additions & 0 deletions
Large diffs are not rendered by default.

blog/post/2024/C-razy-Facebook-Hack-How-I-Pranked-My-Friend.html

Lines changed: 84 additions & 0 deletions
Large diffs are not rendered by default.

blog/post/2024/Code-Against-the-Clock--From-Clicks-to-Cash.html

Lines changed: 62 additions & 0 deletions
Large diffs are not rendered by default.

blog/post/2024/Code-Against-the-Clock--How-I-Cut-Our-Marketing-Team’s-Daily-Chores-with-Automation.html

Lines changed: 69 additions & 0 deletions
Large diffs are not rendered by default.

blog/post/2024/Code-Against-the-Clock-Automating-Attendance-Management.html

Lines changed: 75 additions & 0 deletions
Large diffs are not rendered by default.

blog/post/2024/Code-Against-the-Clock-Automating-the-youtube-shorts.html

Lines changed: 69 additions & 0 deletions
Large diffs are not rendered by default.

blog/post/2024/Code-Against-the-Clock-Creating-class-hunter.html

Lines changed: 56 additions & 0 deletions
Large diffs are not rendered by default.

blog/post/2024/Code-Against-the-Clock-How-I-Enhanced-My-PM-Productivity.html

Lines changed: 53 additions & 0 deletions
Large diffs are not rendered by default.

blog/post/2024/Code-Against-the-Clock-How-I-Enhanced-My-Scrum-Master-Productivity.html

Lines changed: 59 additions & 0 deletions
Large diffs are not rendered by default.

blog/post/2024/From-Side-Hustle-to-Payday-How-I-Earned-My-First-$100.html

Lines changed: 47 additions & 0 deletions
Large diffs are not rendered by default.

blog/post/2024/How-I-Hacked-a-Company-Recruitment-Test-The-Unexpected-Tech-Adventure-of-My-College-Life.html

Lines changed: 47 additions & 0 deletions
Large diffs are not rendered by default.

blog/post/2024/How-to-capture-mongodb-protocol-in--wireshark.html

Lines changed: 39 additions & 0 deletions
Large diffs are not rendered by default.

blog/post/2024/Hunting-the-Hacker-A-Deep-Dive-into-Courier-Fraud.html

Lines changed: 49 additions & 0 deletions
Large diffs are not rendered by default.

blog/post/2024/Sherlock-Holmes--The-Mystery-of-the-Erratic-Logstash.html

Lines changed: 35 additions & 0 deletions
Large diffs are not rendered by default.

blog/post/2024/Sherlock-Holmes-The-Case-of--Broken-Website.html

Lines changed: 55 additions & 0 deletions
Large diffs are not rendered by default.

blog/post/2024/Sherlock-Holmes-The-Case-of-the-Content-Length-Mismatch.html

Lines changed: 67 additions & 0 deletions
Large diffs are not rendered by default.

blog/post/2024/Sherlock-Holmes-The-Case-of-the-Missing-User-IPs.html

Lines changed: 46 additions & 0 deletions
Large diffs are not rendered by default.

blog/post/2024/Sherlock-Holmes-The-Great-Lambda-Mystery.html

Lines changed: 46 additions & 0 deletions
Large diffs are not rendered by default.

blog/post/2024/Sherlock-Holmes-and-The-Case-Redis-Overload-During-a-DDoS-Attack.html

Lines changed: 110 additions & 0 deletions
Large diffs are not rendered by default.

blog/post/2024/Sherlock-Holmes-and-The-Case-of-the-App-Not-Found.html

Lines changed: 71 additions & 0 deletions
Large diffs are not rendered by default.

blog/post/2024/Sherlock-Holmes-and-The-Case-of-the-Cloudflare-Timeout-Mystery.html

Lines changed: 78 additions & 0 deletions
Large diffs are not rendered by default.

blog/post/2024/Sherlock-Holmes-and-The-Mystery-of-the-Erratic-Logstash.html

Lines changed: 59 additions & 0 deletions
Large diffs are not rendered by default.

blog/post/2024/Sherlock-Holmes-and-the-Mystery-of-the-Missing-Cookies.html

Lines changed: 67 additions & 0 deletions
Large diffs are not rendered by default.

blog/post/2024/The-Curious-Case-of-the-15000-Spam-My-Unexpected-Investigation.html

Lines changed: 52 additions & 0 deletions
Large diffs are not rendered by default.

blog/post/2024/The-Day-a-DDOS-Attack-Led-to-the-Most-Awkward-Hello-World.html

Lines changed: 53 additions & 0 deletions
Large diffs are not rendered by default.

blog/post/2024/The-Joy-of-Debugging-How-One-Tiny-Typo-Kept-Us-Busy-for-Hours.html

Lines changed: 49 additions & 0 deletions
Large diffs are not rendered by default.

blog/post/2024/index.html

Lines changed: 35 additions & 0 deletions
Large diffs are not rendered by default.

blog/post/index.html

Lines changed: 35 additions & 0 deletions
Large diffs are not rendered by default.

blog/postscript.js

Lines changed: 1068 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blog/prescript.js

Whitespace-only changes.

blog/sitemap.xml

Lines changed: 223 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,223 @@
1+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url>
2+
<loc>https://programmerraja.github.io/</loc>
3+
<lastmod>2024-10-26T10:18:30.224Z</lastmod>
4+
</url><url>
5+
<loc>https://programmerraja.github.io/notes/2023/MongoDB-Performance-Tuning</loc>
6+
<lastmod>2023-12-03T04:14:50.000Z</lastmod>
7+
</url><url>
8+
<loc>https://programmerraja.github.io/notes/2023/RabbitMQ</loc>
9+
<lastmod>2023-12-08T12:56:15.000Z</lastmod>
10+
</url><url>
11+
<loc>https://programmerraja.github.io/notes/2024/A-Philosophy-of-Software-Design-Book-Notes</loc>
12+
<lastmod>2024-01-18T02:49:32.323Z</lastmod>
13+
</url><url>
14+
<loc>https://programmerraja.github.io/notes/2024/AI-Content-System</loc>
15+
<lastmod>2024-07-28T23:47:26.262Z</lastmod>
16+
</url><url>
17+
<loc>https://programmerraja.github.io/notes/2024/AI-Research-Paper-notes</loc>
18+
<lastmod>2024-09-19T00:31:47.474Z</lastmod>
19+
</url><url>
20+
<loc>https://programmerraja.github.io/notes/2024/AI-in-Coding</loc>
21+
<lastmod>2024-09-19T01:02:53.535Z</lastmod>
22+
</url><url>
23+
<loc>https://programmerraja.github.io/notes/2024/AWS</loc>
24+
<lastmod>2024-03-09T06:05:50.505Z</lastmod>
25+
</url><url>
26+
<loc>https://programmerraja.github.io/notes/2024/Android-internal</loc>
27+
<lastmod>2024-01-17T02:49:32.323Z</lastmod>
28+
</url><url>
29+
<loc>https://programmerraja.github.io/notes/2024/Building-Microservices</loc>
30+
<lastmod>2024-01-23T13:20:07.077Z</lastmod>
31+
</url><url>
32+
<loc>https://programmerraja.github.io/notes/2024/Claude</loc>
33+
<lastmod>2024-08-10T03:18:50.505Z</lastmod>
34+
</url><url>
35+
<loc>https://programmerraja.github.io/notes/2024/Database-internal</loc>
36+
<lastmod>2024-01-12T02:49:32.323Z</lastmod>
37+
</url><url>
38+
<loc>https://programmerraja.github.io/notes/2024/Databases</loc>
39+
<lastmod>2024-03-03T02:04:21.212Z</lastmod>
40+
</url><url>
41+
<loc>https://programmerraja.github.io/notes/2024/Design-pattern</loc>
42+
<lastmod>2024-02-12T01:39:05.055Z</lastmod>
43+
</url><url>
44+
<loc>https://programmerraja.github.io/notes/2024/Docker--and--Kubernetes-hacking</loc>
45+
<lastmod>2024-03-17T01:12:50.505Z</lastmod>
46+
</url><url>
47+
<loc>https://programmerraja.github.io/notes/2024/Docker</loc>
48+
<lastmod>2024-01-15T02:49:32.323Z</lastmod>
49+
</url><url>
50+
<loc>https://programmerraja.github.io/notes/2024/Domain-driven-design</loc>
51+
<lastmod>2024-01-24T14:28:19.191Z</lastmod>
52+
</url><url>
53+
<loc>https://programmerraja.github.io/notes/2024/Elastic-search</loc>
54+
<lastmod>2024-03-30T14:50:04.044Z</lastmod>
55+
</url><url>
56+
<loc>https://programmerraja.github.io/notes/2024/Freelancing-And-Saas</loc>
57+
<lastmod>2024-09-15T12:00:10.964Z</lastmod>
58+
</url><url>
59+
<loc>https://programmerraja.github.io/notes/2024/Generative-AI</loc>
60+
<lastmod>2024-07-30T00:57:13.131Z</lastmod>
61+
</url><url>
62+
<loc>https://programmerraja.github.io/notes/2024/Go</loc>
63+
<lastmod>2024-01-01T06:09:28.282Z</lastmod>
64+
</url><url>
65+
<loc>https://programmerraja.github.io/notes/2024/Hacking</loc>
66+
<lastmod>2024-01-25T02:11:37.373Z</lastmod>
67+
</url><url>
68+
<loc>https://programmerraja.github.io/notes/2024/Haystack-Notes</loc>
69+
<lastmod>2024-08-24T04:02:35.353Z</lastmod>
70+
</url><url>
71+
<loc>https://programmerraja.github.io/notes/2024/Kubernetes</loc>
72+
<lastmod>2024-01-01T02:49:32.323Z</lastmod>
73+
</url><url>
74+
<loc>https://programmerraja.github.io/notes/2024/LLM-Hacking</loc>
75+
<lastmod>2024-08-31T12:04:06.066Z</lastmod>
76+
</url><url>
77+
<loc>https://programmerraja.github.io/notes/2024/LLM-Observability-And-Eval</loc>
78+
<lastmod>2024-08-12T03:05:40.404Z</lastmod>
79+
</url><url>
80+
<loc>https://programmerraja.github.io/notes/2024/LLM-strucuted-output-and-Parser</loc>
81+
<lastmod>2024-10-19T02:45:27.272Z</lastmod>
82+
</url><url>
83+
<loc>https://programmerraja.github.io/notes/2024/Langchain</loc>
84+
<lastmod>2024-05-25T04:12:14.141Z</lastmod>
85+
</url><url>
86+
<loc>https://programmerraja.github.io/notes/2024/Large-Language-Model</loc>
87+
<lastmod>2024-05-18T12:59:19.191Z</lastmod>
88+
</url><url>
89+
<loc>https://programmerraja.github.io/notes/2024/Learning-from-blog</loc>
90+
<lastmod>2024-01-01T02:49:32.323Z</lastmod>
91+
</url><url>
92+
<loc>https://programmerraja.github.io/notes/2024/Linux</loc>
93+
<lastmod>2024-02-11T13:31:46.464Z</lastmod>
94+
</url><url>
95+
<loc>https://programmerraja.github.io/notes/2024/MeiliSearch</loc>
96+
<lastmod>2024-02-20T01:47:12.121Z</lastmod>
97+
</url><url>
98+
<loc>https://programmerraja.github.io/notes/2024/Mongodb-Notes</loc>
99+
<lastmod>2024-07-07T03:36:30.303Z</lastmod>
100+
</url><url>
101+
<loc>https://programmerraja.github.io/notes/2024/Networking</loc>
102+
<lastmod>2024-01-12T02:49:32.323Z</lastmod>
103+
</url><url>
104+
<loc>https://programmerraja.github.io/notes/2024/Nginx</loc>
105+
<lastmod>2024-01-10T02:49:32.323Z</lastmod>
106+
</url><url>
107+
<loc>https://programmerraja.github.io/notes/2024/Open-source</loc>
108+
<lastmod>2024-11-23T12:18:09.310Z</lastmod>
109+
</url><url>
110+
<loc>https://programmerraja.github.io/notes/2024/Prompt-Engineering</loc>
111+
<lastmod>2024-01-22T04:21:27.272Z</lastmod>
112+
</url><url>
113+
<loc>https://programmerraja.github.io/notes/2024/Python</loc>
114+
<lastmod>2024-05-09T06:46:34.343Z</lastmod>
115+
</url><url>
116+
<loc>https://programmerraja.github.io/notes/2024/React</loc>
117+
<lastmod>2024-01-20T13:27:02.022Z</lastmod>
118+
</url><url>
119+
<loc>https://programmerraja.github.io/notes/2024/Rust</loc>
120+
<lastmod>2024-07-31T01:03:42.424Z</lastmod>
121+
</url><url>
122+
<loc>https://programmerraja.github.io/notes/2024/Software-Architecture-and-Decision-Making</loc>
123+
<lastmod>2024-01-22T02:49:32.323Z</lastmod>
124+
</url><url>
125+
<loc>https://programmerraja.github.io/notes/2024/Software-principles</loc>
126+
<lastmod>2024-01-21T04:44:59.595Z</lastmod>
127+
</url><url>
128+
<loc>https://programmerraja.github.io/notes/2024/System-Design-Case-study</loc>
129+
<lastmod>2024-04-20T11:15:15.151Z</lastmod>
130+
</url><url>
131+
<loc>https://programmerraja.github.io/notes/2024/System-Design</loc>
132+
<lastmod>2024-01-12T02:49:32.323Z</lastmod>
133+
</url><url>
134+
<loc>https://programmerraja.github.io/notes/2024/Tensorflow</loc>
135+
<lastmod>2024-06-08T08:12:15.151Z</lastmod>
136+
</url><url>
137+
<loc>https://programmerraja.github.io/notes/2024/Vector-DB-and-embedding</loc>
138+
<lastmod>2024-10-19T10:53:07.077Z</lastmod>
139+
</url><url>
140+
<loc>https://programmerraja.github.io/post/2023/helloworld</loc>
141+
<lastmod>2023-12-03T04:14:50.000Z</lastmod>
142+
</url><url>
143+
<loc>https://programmerraja.github.io/post/2024/A-Flexible-AI-Powered-Chat-App-for-Websites-Youtube-Files-and-Dev.to-Articles</loc>
144+
<lastmod>2024-11-09T06:44:24.242Z</lastmod>
145+
</url><url>
146+
<loc>https://programmerraja.github.io/post/2024/A-Journey-into-Unseen-Threats-on-our-VM</loc>
147+
<lastmod>2024-05-04T14:21:57.575Z</lastmod>
148+
</url><url>
149+
<loc>https://programmerraja.github.io/post/2024/C-razy-Facebook-Hack-How-I-Pranked-My-Friend</loc>
150+
<lastmod>2024-08-18T04:15:17.171Z</lastmod>
151+
</url><url>
152+
<loc>https://programmerraja.github.io/post/2024/Code-Against-the-Clock--From-Clicks-to-Cash</loc>
153+
<lastmod>2024-08-22T00:49:10.101Z</lastmod>
154+
</url><url>
155+
<loc>https://programmerraja.github.io/post/2024/Code-Against-the-Clock--How-I-Cut-Our-Marketing-Team%E2%80%99s-Daily-Chores-with-Automation</loc>
156+
<lastmod>2024-08-28T01:32:01.011Z</lastmod>
157+
</url><url>
158+
<loc>https://programmerraja.github.io/post/2024/Code-Against-the-Clock-Automating-Attendance-Management</loc>
159+
<lastmod>2024-08-31T06:43:53.535Z</lastmod>
160+
</url><url>
161+
<loc>https://programmerraja.github.io/post/2024/Code-Against-the-Clock-Automating-the-youtube-shorts</loc>
162+
<lastmod>2024-08-16T23:05:58.585Z</lastmod>
163+
</url><url>
164+
<loc>https://programmerraja.github.io/post/2024/Code-Against-the-Clock-Creating-class-hunter</loc>
165+
<lastmod>2024-08-16T14:47:08.088Z</lastmod>
166+
</url><url>
167+
<loc>https://programmerraja.github.io/post/2024/Code-Against-the-Clock-How-I-Enhanced-My-PM-Productivity</loc>
168+
<lastmod>2024-08-24T15:35:17.171Z</lastmod>
169+
</url><url>
170+
<loc>https://programmerraja.github.io/post/2024/Code-Against-the-Clock-How-I-Enhanced-My-Scrum-Master-Productivity</loc>
171+
<lastmod>2024-09-01T15:03:14.141Z</lastmod>
172+
</url><url>
173+
<loc>https://programmerraja.github.io/post/2024/From-Side-Hustle-to-Payday-How-I-Earned-My-First-$100</loc>
174+
<lastmod>2024-08-21T01:10:04.044Z</lastmod>
175+
</url><url>
176+
<loc>https://programmerraja.github.io/post/2024/How-I-Hacked-a-Company-Recruitment-Test-The-Unexpected-Tech-Adventure-of-My-College-Life</loc>
177+
<lastmod>2024-08-04T04:31:36.363Z</lastmod>
178+
</url><url>
179+
<loc>https://programmerraja.github.io/post/2024/How-to-capture-mongodb-protocol-in--wireshark</loc>
180+
<lastmod>2024-02-12T02:58:27.272Z</lastmod>
181+
</url><url>
182+
<loc>https://programmerraja.github.io/post/2024/Hunting-the-Hacker-A-Deep-Dive-into-Courier-Fraud</loc>
183+
<lastmod>2024-07-20T01:56:19.191Z</lastmod>
184+
</url><url>
185+
<loc>https://programmerraja.github.io/post/2024/Sherlock-Holmes--The-Mystery-of-the-Erratic-Logstash</loc>
186+
<lastmod>2024-11-24T02:56:11.729Z</lastmod>
187+
</url><url>
188+
<loc>https://programmerraja.github.io/post/2024/Sherlock-Holmes-The-Case-of--Broken-Website</loc>
189+
<lastmod>2024-07-10T23:45:01.011Z</lastmod>
190+
</url><url>
191+
<loc>https://programmerraja.github.io/post/2024/Sherlock-Holmes-The-Case-of-the-Content-Length-Mismatch</loc>
192+
<lastmod>2024-06-28T14:48:56.565Z</lastmod>
193+
</url><url>
194+
<loc>https://programmerraja.github.io/post/2024/Sherlock-Holmes-The-Case-of-the-Missing-User-IPs</loc>
195+
<lastmod>2024-07-01T15:38:07.077Z</lastmod>
196+
</url><url>
197+
<loc>https://programmerraja.github.io/post/2024/Sherlock-Holmes-The-Great-Lambda-Mystery</loc>
198+
<lastmod>2024-07-02T06:57:32.323Z</lastmod>
199+
</url><url>
200+
<loc>https://programmerraja.github.io/post/2024/Sherlock-Holmes-and-The-Case-Redis-Overload-During-a-DDoS-Attack</loc>
201+
<lastmod>2024-10-08T01:12:19.191Z</lastmod>
202+
</url><url>
203+
<loc>https://programmerraja.github.io/post/2024/Sherlock-Holmes-and-The-Case-of-the-App-Not-Found</loc>
204+
<lastmod>2024-09-14T03:38:15.151Z</lastmod>
205+
</url><url>
206+
<loc>https://programmerraja.github.io/post/2024/Sherlock-Holmes-and-The-Case-of-the-Cloudflare-Timeout-Mystery</loc>
207+
<lastmod>2024-09-14T13:27:23.232Z</lastmod>
208+
</url><url>
209+
<loc>https://programmerraja.github.io/post/2024/Sherlock-Holmes-and-The-Mystery-of-the-Erratic-Logstash</loc>
210+
<lastmod>2024-09-03T00:27:21.212Z</lastmod>
211+
</url><url>
212+
<loc>https://programmerraja.github.io/post/2024/Sherlock-Holmes-and-the-Mystery-of-the-Missing-Cookies</loc>
213+
<lastmod>2024-09-03T00:27:21.212Z</lastmod>
214+
</url><url>
215+
<loc>https://programmerraja.github.io/post/2024/The-Curious-Case-of-the-15000-Spam-My-Unexpected-Investigation</loc>
216+
<lastmod>2024-10-19T13:31:59.595Z</lastmod>
217+
</url><url>
218+
<loc>https://programmerraja.github.io/post/2024/The-Day-a-DDOS-Attack-Led-to-the-Most-Awkward-Hello-World</loc>
219+
<lastmod>2024-10-02T01:27:18.181Z</lastmod>
220+
</url><url>
221+
<loc>https://programmerraja.github.io/post/2024/The-Joy-of-Debugging-How-One-Tiny-Typo-Kept-Us-Busy-for-Hours</loc>
222+
<lastmod>2024-09-29T08:55:53.535Z</lastmod>
223+
</url></urlset>

blog/static/contentIndex.json

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

0 commit comments

Comments
 (0)