Skip to content

Commit 93f5fba

Browse files
committed
add fastapi blog
1 parent 5186893 commit 93f5fba

File tree

27 files changed

+6755
-48
lines changed

27 files changed

+6755
-48
lines changed

Diff for: content/blogs/fastapi.md

+556
Large diffs are not rendered by default.

Diff for: public/blogs/fastapi/index.html

+1,250
Large diffs are not rendered by default.

Diff for: public/blogs/fastapi/index.xml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
2+
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
3+
<channel>
4+
<title>Building Efficient ML APIs with FastAPI: A Comprehensive Guide on Sarthak Thakur</title>
5+
<link>http://localhost:1313/blogs/fastapi/</link>
6+
<description>Recent content in Building Efficient ML APIs with FastAPI: A Comprehensive Guide on Sarthak Thakur</description>
7+
<generator>Hugo</generator>
8+
<language>en-us</language>
9+
<lastBuildDate></lastBuildDate>
10+
<atom:link href="http://localhost:1313/blogs/fastapi/index.xml" rel="self" type="application/rss+xml" />
11+
</channel>
12+
</rss>

Diff for: public/blogs/index.html

+63-43
Large diffs are not rendered by default.

Diff for: public/blogs/index.xml

+8-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,15 @@
66
<description>Recent content in Blogs on Sarthak Thakur</description>
77
<generator>Hugo</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Wed, 03 Jul 2024 00:00:00 +0000</lastBuildDate>
9+
<lastBuildDate>Sat, 13 Jul 2024 00:00:00 +0000</lastBuildDate>
1010
<atom:link href="http://localhost:1313/blogs/index.xml" rel="self" type="application/rss+xml" />
11+
<item>
12+
<title>Building Efficient ML APIs with FastAPI: A Comprehensive Guide</title>
13+
<link>http://localhost:1313/blogs/fastapi/</link>
14+
<pubDate>Sat, 13 Jul 2024 00:00:00 +0000</pubDate>
15+
<guid>http://localhost:1313/blogs/fastapi/</guid>
16+
<description>Introduction to FastAPI Today, I delved into FastAPI, a cutting-edge web framework designed for building APIs with Python. It piqued my interest because of its reputation for speed, ease of use, and robust integration with Python&amp;rsquo;s type system and also cause I have been looking for some time for a way to deploy my ML applications easily and with minimalistic code as I&amp;rsquo;m not a web developer and struggle with that part.</description>
17+
</item>
1118
<item>
1219
<title>Attention Is All You Need - From where it all started</title>
1320
<link>http://localhost:1313/blogs/attention-is-all-you-need/</link>

0 commit comments

Comments
 (0)