Skip to content

Commit af21041

Browse files
authored
Add EloqData as new sponsor (#151)
* Add EloqData as new sponsor * Add EloqData to README sponsors section
1 parent cca96a8 commit af21041

File tree

4 files changed

+71
-28
lines changed

4 files changed

+71
-28
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Everything is transparent, community-driven, and built in the open.
6565

6666
<table>
6767
<tr>
68-
<td align="center" width="350px" style="padding: 20px; border: 1px solid #e1e5e9; border-radius: 8px; margin: 10px;">
68+
<td align="center" width="300px" style="padding: 20px; border: 1px solid #e1e5e9; border-radius: 8px; margin: 10px;">
6969
<a href="https://coderabbit.ai/?ref=devtoolsacademy" target="_blank" rel="noopener noreferrer">
7070
<img src="https://raw.githubusercontent.com/tyaga001/devtoolsacademy/main/src/assets/coderabbit.svg" alt="CodeRabbit" height="50" style="margin-bottom: 15px;" />
7171
</a>
@@ -74,8 +74,8 @@ Everything is transparent, community-driven, and built in the open.
7474
<p style="margin: 5px 0; color: #666; font-size: 14px;">AI Code Reviews</p>
7575
<a href="https://www.coderabbit.ai/?ref=devtoolsacademy" target="_blank" rel="noopener noreferrer" style="display: inline-block; margin-top: 10px; padding: 8px 16px; background: #0066cc; color: white; text-decoration: none; border-radius: 4px; font-size: 14px;">Try Free</a>
7676
</td>
77-
<td width="50px"></td>
78-
<td align="center" width="350px" style="padding: 20px; border: 1px solid #e1e5e9; border-radius: 8px; margin: 10px;">
77+
<td width="30px"></td>
78+
<td align="center" width="300px" style="padding: 20px; border: 1px solid #e1e5e9; border-radius: 8px; margin: 10px;">
7979
<a href="https://getstream.io/?utm_source=opensource&utm_medium=referral&utm_content=&utm_campaign=devtoolsacademy" target="_blank" rel="noopener noreferrer">
8080
<img src="https://raw.githubusercontent.com/tyaga001/devtoolsacademy/main/src/assets/stream.png" alt="Stream" height="50" style="margin-bottom: 15px;" />
8181
</a>
@@ -84,6 +84,16 @@ Everything is transparent, community-driven, and built in the open.
8484
<p style="margin: 5px 0; color: #666; font-size: 14px;">Chat, Video & Feeds API</p>
8585
<a href="https://getstream.io/chat/react-chat/tutorial/?utm_source=opensource&utm_medium=referral&utm_content=&utm_campaign=devtoolsacademy" target="_blank" rel="noopener noreferrer" style="display: inline-block; margin-top: 10px; padding: 8px 16px; background: #0066cc; color: white; text-decoration: none; border-radius: 4px; font-size: 14px;">Start Building</a>
8686
</td>
87+
<td width="30px"></td>
88+
<td align="center" width="300px" style="padding: 20px; border: 1px solid #e1e5e9; border-radius: 8px; margin: 10px;">
89+
<a href="https://www.eloqdata.com/?ref=devtoolsacademy" target="_blank" rel="noopener noreferrer">
90+
<img src="https://raw.githubusercontent.com/tyaga001/devtoolsacademy/main/src/assets/eloqdata.png" alt="EloqData" height="55" style="margin-bottom: 15px;" />
91+
</a>
92+
<br />
93+
<h4 style="margin: 10px 0 5px 0; font-size: 18px;">EloqData</h4>
94+
<p style="margin: 5px 0; color: #666; font-size: 14px;">Database infrastructure for the AI</p>
95+
<a href="https://www.eloqdata.com/?ref=devtoolsacademy" target="_blank" rel="noopener noreferrer" style="display: inline-block; margin-top: 10px; padding: 8px 16px; background: #0066cc; color: white; text-decoration: none; border-radius: 4px; font-size: 14px;">Try Free</a>
96+
</td>
8797
</tr>
8898
</table>
8999

src/app/blog/state-of-ai-code-review-tools-2025/page.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ Not long ago, using AI for code review was a curiosity; now it's becoming a nece
8686

8787
> In one word: productivity or [velocity](https://www.coderabbit.ai/blog/we-raised-60-million-last-week-so-we-made-a-funny-video).
8888
89+
While [AI code reviewers and human reviewers](/blog/ai-code-reviewers-vs-human-code-reviewers) each have their strengths, the key is finding the right balance for your team.
90+
8991
### Key Benefits of AI Code Review
9092

9193
**1. Speed and efficiency**
@@ -529,7 +531,7 @@ Venturebeat
529531

530532
## Making the Best Use of AI Code Review Tools
531533

532-
Adopting an AI code reviewer isn't a magic bullet; it requires **thoughtful integration** into your development process.
534+
Adopting an AI code reviewer isn't a magic bullet; it requires **thoughtful integration** into your development process. The most effective approach combines the speed and consistency of AI with the contextual understanding of [human code reviewers](/blog/ai-code-reviewers-vs-human-code-reviewers).
533535

534536
<Callout type="info">
535537

src/assets/eloqdata.png

185 KB
Loading

src/components/CurrentSponsors.tsx

Lines changed: 55 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,37 +4,68 @@ import Image from "next/image"
44

55
import StreamLogo from "@/assets/stream.png"
66
import CodeRabbitLogo from "@/assets/coderabbit.svg"
7+
import EloqDataLogo from "@/assets/eloqdata.png"
78
import { Heart } from "lucide-react"
89
import { Link } from "next-view-transitions"
910

1011
interface Props {}
1112

1213
const CurrentSponsors: React.FC<Props> = () => {
1314
return (
14-
<section>
15-
<div className="mx-auto max-w-7xl">
16-
<div className="grid flex-1 place-content-center p-8">
17-
<div className="flex flex-col items-center gap-10 md:flex-row">
18-
<a
19-
href="https://getstream.io/?ref=devtoolsacademy.com"
20-
target="_blank"
21-
>
22-
<Image src={StreamLogo} alt="Stream Logo" height={40} />
23-
</a>
24-
<a
25-
href="https://coderabbit.ai/?ref=devtoolsacademy.com"
26-
target="_blank"
27-
>
28-
<Image src={CodeRabbitLogo} alt="CodeRabbit Logo" height={35} />
29-
</a>
30-
<Link
31-
href={"/sponsor/"}
32-
className="flex items-center gap-3 border border-dashed border-neutral-100/15 bg-neutral-900 px-6 py-3 outline-none transition-colors hover:bg-neutral-800 focus:bg-neutral-800"
33-
>
34-
<Heart size={18} />
35-
<span>Become a Sponsor</span>
36-
</Link>
37-
</div>
15+
<section className="py-16">
16+
<div className="mx-auto max-w-7xl px-8">
17+
{/* Section Header */}
18+
<div className="mb-12 text-center">
19+
<h2 className="mb-3 text-3xl font-bold tracking-tight md:text-4xl">
20+
<span className="bg-gradient-to-r from-blue-400 via-purple-400 to-pink-400 bg-clip-text text-transparent">
21+
Our Amazing Sponsors
22+
</span>
23+
</h2>
24+
<p className="text-base text-neutral-400 md:text-lg">
25+
Supporting the future of developer tools education
26+
</p>
27+
</div>
28+
29+
{/* Sponsors Grid */}
30+
<div className="mb-16 flex flex-wrap items-center justify-center gap-8 md:gap-12">
31+
<a
32+
href="https://getstream.io/?ref=devtoolsacademy.com"
33+
target="_blank"
34+
className="flex items-center transition-all hover:scale-105 hover:opacity-80"
35+
rel="noopener noreferrer"
36+
>
37+
<Image src={StreamLogo} alt="Stream Logo" height={40} />
38+
</a>
39+
<a
40+
href="https://coderabbit.ai/?ref=devtoolsacademy.com"
41+
target="_blank"
42+
className="flex items-center transition-all hover:scale-105 hover:opacity-80"
43+
rel="noopener noreferrer"
44+
>
45+
<Image src={CodeRabbitLogo} alt="CodeRabbit Logo" height={38} />
46+
</a>
47+
<a
48+
href="https://www.eloqdata.com/?ref=devtoolsacademy.com"
49+
target="_blank"
50+
className="flex items-center transition-all hover:scale-105 hover:opacity-80"
51+
rel="noopener noreferrer"
52+
>
53+
<Image src={EloqDataLogo} alt="EloqData Logo" height={52} />
54+
</a>
55+
</div>
56+
57+
{/* Call to Action */}
58+
<div className="flex justify-center">
59+
<Link
60+
href={"/sponsor/"}
61+
className="group flex items-center gap-3 border border-dashed border-neutral-100/15 bg-neutral-900 px-8 py-4 outline-none transition-all hover:scale-105 hover:border-neutral-100/30 hover:bg-neutral-800 focus:bg-neutral-800"
62+
>
63+
<Heart
64+
size={20}
65+
className="transition-colors group-hover:text-red-400"
66+
/>
67+
<span className="text-base font-medium">Become a Sponsor</span>
68+
</Link>
3869
</div>
3970
</div>
4071
</section>

0 commit comments

Comments
 (0)