Skip to content

Commit 3beec54

Browse files
committed
Publish new blogs
1 parent d5e2489 commit 3beec54

File tree

11 files changed

+1082
-418
lines changed

11 files changed

+1082
-418
lines changed

content/posts/draft-0010.md renamed to content/posts/post-0010.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
+++
22
title = 'Database Design and SQL Optimization'
33
date = '2025-10-04T09:25:00+05:30'
4-
draft = true
4+
draft = false
55
categories = ["Database"]
66
tags = ["SQL", "Database Design", "Performance", "PostgreSQL", "MySQL"]
77
+++

content/posts/draft-0011.md renamed to content/posts/post-0011.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
+++
22
title = 'Cybersecurity and Secure Coding Practices'
33
date = '2025-10-11T09:26:00+05:30'
4-
draft = true
4+
draft = false
55
categories = ["Security"]
66
tags = ["Cybersecurity", "Security", "OWASP", "Encryption", "Authentication"]
77
+++

content/posts/draft-0012.md renamed to content/posts/post-0012.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
+++
22
title = 'Machine Learning Fundamentals and Applications'
33
date = '2025-10-18T09:27:00+05:30'
4-
draft = true
4+
draft = false
55
categories = ["AI/ML"]
66
tags = ["Machine Learning", "AI", "Python", "TensorFlow", "Data Science"]
77
+++

public/categories/index.html

Lines changed: 81 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343

4444
<meta itemprop="name" content="Categories">
4545
<meta itemprop="description" content="I&#39;m Sanajit Jana, a Full Stack Software Developer specializing in Java, Spring Boot, and Microservices. I build scalable and high-performance web applications using MySQL, PostgreSQL, Kafka, Docker, and AWS. Passionate about backend architecture, API development, cloud computing, and UI/UX design.">
46-
<meta itemprop="datePublished" content="2025-09-27T09:24:00+05:30">
47-
<meta itemprop="dateModified" content="2025-09-27T09:24:00+05:30">
46+
<meta itemprop="datePublished" content="2025-10-18T09:27:00+05:30">
47+
<meta itemprop="dateModified" content="2025-10-18T09:27:00+05:30">
4848
<meta itemprop="image" content="http://localhost:1313/images/favicon.ico">
4949

5050

@@ -970,7 +970,7 @@ <h1 class="text-foreground mb-4 text-3xl font-bold">
970970
</svg>
971971
<span>
972972

973-
9 categories total
973+
12 categories total
974974

975975
</span>
976976
</div>
@@ -1002,6 +1002,12 @@ <h1 class="text-foreground mb-4 text-3xl font-bold">
10021002

10031003

10041004

1005+
1006+
1007+
1008+
1009+
1010+
10051011

10061012

10071013

@@ -1065,6 +1071,30 @@ <h1 class="text-foreground mb-4 text-3xl font-bold">
10651071

10661072

10671073

1074+
<a
1075+
href="/categories/ai/ml/"
1076+
class="bg-card border-border group text-base hover:bg-primary/10 hover:text-primary hover:border-primary/50 focus:ring-primary/20 inline-flex items-center gap-2 rounded-lg border px-3 py-2 transition-all duration-300 ease-out hover:-translate-y-0.5 hover:scale-105 focus:ring-2 focus:outline-none"
1077+
data-taxonomy="category">
1078+
<span
1079+
class="text-foreground group-hover:text-primary font-medium transition-colors duration-200">
1080+
AI/ML
1081+
</span>
1082+
<span
1083+
class="bg-primary/10 text-primary rounded-full px-2 py-0.5 text-xs font-medium">
1084+
1
1085+
</span>
1086+
</a>
1087+
1088+
1089+
1090+
1091+
1092+
1093+
1094+
1095+
1096+
1097+
10681098
<a
10691099
href="/categories/blog/"
10701100
class="bg-card border-border group text-base hover:bg-primary/10 hover:text-primary hover:border-primary/50 focus:ring-primary/20 inline-flex items-center gap-2 rounded-lg border px-3 py-2 transition-all duration-300 ease-out hover:-translate-y-0.5 hover:scale-105 focus:ring-2 focus:outline-none"
@@ -1113,6 +1143,30 @@ <h1 class="text-foreground mb-4 text-3xl font-bold">
11131143

11141144

11151145

1146+
<a
1147+
href="/categories/database/"
1148+
class="bg-card border-border group text-base hover:bg-primary/10 hover:text-primary hover:border-primary/50 focus:ring-primary/20 inline-flex items-center gap-2 rounded-lg border px-3 py-2 transition-all duration-300 ease-out hover:-translate-y-0.5 hover:scale-105 focus:ring-2 focus:outline-none"
1149+
data-taxonomy="category">
1150+
<span
1151+
class="text-foreground group-hover:text-primary font-medium transition-colors duration-200">
1152+
Database
1153+
</span>
1154+
<span
1155+
class="bg-primary/10 text-primary rounded-full px-2 py-0.5 text-xs font-medium">
1156+
1
1157+
</span>
1158+
</a>
1159+
1160+
1161+
1162+
1163+
1164+
1165+
1166+
1167+
1168+
1169+
11161170
<a
11171171
href="/categories/deployment/"
11181172
class="bg-card border-border group text-base hover:bg-primary/10 hover:text-primary hover:border-primary/50 focus:ring-primary/20 inline-flex items-center gap-2 rounded-lg border px-3 py-2 transition-all duration-300 ease-out hover:-translate-y-0.5 hover:scale-105 focus:ring-2 focus:outline-none"
@@ -1209,6 +1263,30 @@ <h1 class="text-foreground mb-4 text-3xl font-bold">
12091263

12101264

12111265

1266+
<a
1267+
href="/categories/security/"
1268+
class="bg-card border-border group text-base hover:bg-primary/10 hover:text-primary hover:border-primary/50 focus:ring-primary/20 inline-flex items-center gap-2 rounded-lg border px-3 py-2 transition-all duration-300 ease-out hover:-translate-y-0.5 hover:scale-105 focus:ring-2 focus:outline-none"
1269+
data-taxonomy="category">
1270+
<span
1271+
class="text-foreground group-hover:text-primary font-medium transition-colors duration-200">
1272+
Security
1273+
</span>
1274+
<span
1275+
class="bg-primary/10 text-primary rounded-full px-2 py-0.5 text-xs font-medium">
1276+
1
1277+
</span>
1278+
</a>
1279+
1280+
1281+
1282+
1283+
1284+
1285+
1286+
1287+
1288+
1289+
12121290
<a
12131291
href="/categories/technology/"
12141292
class="bg-card border-border group text-base hover:bg-primary/10 hover:text-primary hover:border-primary/50 focus:ring-primary/20 inline-flex items-center gap-2 rounded-lg border px-3 py-2 transition-all duration-300 ease-out hover:-translate-y-0.5 hover:scale-105 focus:ring-2 focus:outline-none"

public/categories/index.xml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,29 @@
66
<description>Recent content in Categories on Sanajit Jana | Software Engineer</description>
77
<generator>Hugo</generator>
88
<language>en-US</language>
9-
<lastBuildDate>Sat, 27 Sep 2025 09:24:00 +0530</lastBuildDate>
9+
<lastBuildDate>Sat, 18 Oct 2025 09:27:00 +0530</lastBuildDate>
1010
<atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
11+
<item>
12+
<title>AI/ML</title>
13+
<link>http://localhost:1313/categories/ai/ml/</link>
14+
<pubDate>Sat, 18 Oct 2025 09:27:00 +0530</pubDate>
15+
<guid>http://localhost:1313/categories/ai/ml/</guid>
16+
<description></description>
17+
</item>
18+
<item>
19+
<title>Security</title>
20+
<link>http://localhost:1313/categories/security/</link>
21+
<pubDate>Sat, 11 Oct 2025 09:26:00 +0530</pubDate>
22+
<guid>http://localhost:1313/categories/security/</guid>
23+
<description></description>
24+
</item>
25+
<item>
26+
<title>Database</title>
27+
<link>http://localhost:1313/categories/database/</link>
28+
<pubDate>Sat, 04 Oct 2025 09:25:00 +0530</pubDate>
29+
<guid>http://localhost:1313/categories/database/</guid>
30+
<description></description>
31+
</item>
1132
<item>
1233
<title>Frontend</title>
1334
<link>http://localhost:1313/categories/frontend/</link>

0 commit comments

Comments
 (0)