import type { Metadata } from "next"; export const metadata: Metadata = { title: "Podcast" }; export default function PodcastPage() { return (
Podcast

Türkçe siber güvenlik podcast'i

Deniz Bektaş Podcast
Siber güvenlik, red team ve hacker kültürü

🚧 Yakında başlıyor. Türkçe teknik siber güvenlik podcast'i. Konular: red team hikayeleri, tool analizleri, kariyer tavsiyeleri, sektör haberleri.

yakında türkçe infosec red team
Takip Kanalları
{[ { name: "RSS Beslemesi", href: "/api/rss/podcast", icon: "⊞", desc: "Doğrudan RSS ile takip" }, { name: "Spotify", href: "#", icon: "◉", desc: "Spotify Podcasts — yakında" }, { name: "Apple Podcasts", href: "#", icon: "◉", desc: "Apple Podcasts — yakında" }, { name: "YouTube", href: "#", icon: "▶", desc: "Video formatı — yakında" }, ].map((c) => ( {c.icon}
{c.name}
{c.desc}
))}

Format

Konu Planı

); }