kayaayberk / aybrk.dev

My personal website where I share things about myself and the things I build. Built with Next.js, Tailwind, Shadcn/ui, Contentful, Supabase and Vercel.

Home Page:https://aybrk.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

aybrk.dev

I am so proud and thrilled to finally be able to build a website that reflects my taste and personality after 6 months of consistent and hard work in learning programming. I'm still in an ongoing endless learning process, I'm trying to keep myself up-to-date as I'm also trying to adapt best practices to my code but for now, I hope you have a great time visiting my website that I built with the current knowledge that I have. :)

I'll be updating my website and sharing posts that are related to my journey into programming throughout the days and years.


~ View LIVE ~



📖 Walk-through

  • / ~ Home page.
  • /projects ~ The page where I share the projects I build over time.
  • /journey ~ A brief info of my journey. (Pre-rendered using Contentful GraphQL API)
  • /taste ~ My photography feed (Pre-rendered using. Contentful GraphQL API)
  • /blog/[slug] ~ Pages where I share writings. (Pre-rendered using Contentful GraphQL API)
  • /contact ~ The page that handles contact via email. (Uses Resend Email API and React Email for delivery and templating)
  • /api ~ API routes.

.env.local

// Contentful Space ID that contains all the content types and posts
CONTENTFUL_SPACE_ID=
// Delivery API - access token
CONTENTFUL_ACCESS_TOKEN=
// Preview API - access token
CONTENTFUL_PREVIEW_ACCESS_TOKEN=
// Resend API - access token
RESEND_API_KEY=

// Supabase to be included if storage needed

🧱 Tech Stack & Features

Frameworks & Libraries & Languages

Platforms

UI

About

My personal website where I share things about myself and the things I build. Built with Next.js, Tailwind, Shadcn/ui, Contentful, Supabase and Vercel.

https://aybrk.dev


Languages

Language:JavaScript 98.0%Language:CSS 2.0%