Skip to content

Commit ce68676

Browse files
nirnejaktyaga001
andauthored
Ruff and uv blog (#152)
* State of AI Code Review Tools blog cover image updated * Ruff anv UV blog added * Ruff anv UV blog added to list * Author Link option added * Ruff anv UV blog: date updated * UV and Ruff blog updated * Ruff anv UV blog: slug corrected * Ruff anv UV blog: blog title updated in data * Ruff anv UV blog: demo repo link added * BlogHeader: authorLink logic refactor * Missing author added * Ruff anv UV blog: date correctd * BlogHeader: link potential security risk fixed --------- Co-authored-by: Ankur Tyagi <[email protected]>
1 parent caf1abb commit ce68676

File tree

5 files changed

+473
-3
lines changed

5 files changed

+473
-3
lines changed

src/app/blog/data.ts

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import RuffAndUvImage from "@/app/blog/uv-and-ruff-turbocharging-python-development-with-rust-powered-tools/cover.png"
12
import StateOfAICodeReviewCoverImage from "@/app/blog/state-of-ai-code-review-tools-2025/cover.png"
23
import CodeRabbitCoverImage from "@/app/blog/coderabbit-vs-others-ai-code-review-tools/cover.png"
34
import TwilioCoverImage from "@/app/blog/stream-vs-twilio/cover.png"
@@ -10,7 +11,27 @@ import StateOfDatabasesCoverImage from "@/app/blog/state-of-databases-2024/cover
1011
import CursorWindsurfCoverImage from "@/app/blog/cursor-vs-windsurf/cover.png"
1112
import BetterAuthCoverImage from "@/app/blog/betterauth-vs-nextauth/cover.png"
1213

14+
export const allAuthors = [
15+
{ name: "Ankur Tyagi", link: "https://theankurtyagi.com/" },
16+
{ name: "Jitendra Nirnejak", link: "https://nirnejak.com/" },
17+
{ name: "Hrutik Kumthekar", link: "#" },
18+
]
19+
1320
export const allBlogs = [
21+
{
22+
author: "Jitendra Nirnejak",
23+
slug: "uv-and-ruff-turbocharging-python-development-with-rust-powered-tools",
24+
title:
25+
"UV and Ruff: Turbocharging Python Development with Rust-Powered Tools",
26+
excerpt: "Rust based linter and dependency manager for python",
27+
description:
28+
"Discover Ruff and uv, Rust-fueled beasts revolutionizing Python dev. Blast through linting, packaging, and deps with 10x speed gains. Level up your code game now.",
29+
publishedAt: "2025-11-12T00:00:00Z",
30+
category: "Python",
31+
image: RuffAndUvImage.src,
32+
isNew: true,
33+
isFeatured: true,
34+
},
1435
{
1536
author: "Ankur Tyagi",
1637
slug: "state-of-ai-code-review-tools-2025",
281 KB
Loading
339 KB
Loading

0 commit comments

Comments
 (0)