Skip to content

Commit 54d2caf

Browse files
committed
Publish new blog
1 parent 1b97f68 commit 54d2caf

File tree

9 files changed

+528
-360
lines changed

9 files changed

+528
-360
lines changed

content/posts/draft-0015.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
+++
22
title = 'API Design and RESTful Services'
33
date = '2025-11-08T09:30:00+05:30'
4-
draft = true
4+
draft = false
55
categories = ["API"]
66
tags = ["API Design", "REST", "GraphQL", "OpenAPI", "Microservices"]
77
+++

public/categories/index.html

Lines changed: 29 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-11-01T09:29:00+05:30">
47-
<meta itemprop="dateModified" content="2025-11-01T09:29:00+05:30">
46+
<meta itemprop="datePublished" content="2025-11-08T09:30:00+05:30">
47+
<meta itemprop="dateModified" content="2025-11-08T09:30: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-
13 categories total
973+
14 categories total
974974

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

10111011

10121012

1013+
1014+
10131015

10141016

10151017

@@ -1121,6 +1123,30 @@ <h1 class="text-foreground mb-4 text-3xl font-bold">
11211123

11221124

11231125

1126+
<a
1127+
href="/categories/api/"
1128+
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"
1129+
data-taxonomy="category">
1130+
<span
1131+
class="text-foreground group-hover:text-primary font-medium transition-colors duration-200">
1132+
API
1133+
</span>
1134+
<span
1135+
class="bg-primary/10 text-primary rounded-full px-2 py-0.5 text-xs font-medium">
1136+
1
1137+
</span>
1138+
</a>
1139+
1140+
1141+
1142+
1143+
1144+
1145+
1146+
1147+
1148+
1149+
11241150
<a
11251151
href="/categories/blog/"
11261152
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: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,15 @@
66
<description>Recent content in Categories on Sanajit Jana | Software Engineer</description>
77
<generator>Hugo</generator>
88
<language>en-US</language>
9-
<lastBuildDate>Sat, 01 Nov 2025 09:29:00 +0530</lastBuildDate>
9+
<lastBuildDate>Sat, 08 Nov 2025 09:30:00 +0530</lastBuildDate>
1010
<atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
11+
<item>
12+
<title>API</title>
13+
<link>http://localhost:1313/categories/api/</link>
14+
<pubDate>Sat, 08 Nov 2025 09:30:00 +0530</pubDate>
15+
<guid>http://localhost:1313/categories/api/</guid>
16+
<description></description>
17+
</item>
1118
<item>
1219
<title>DevOps</title>
1320
<link>http://localhost:1313/categories/devops/</link>

0 commit comments

Comments
 (0)