Skip to content
View atakanbiyikoglu's full-sized avatar

Highlights

  • Pro

Block or report atakanbiyikoglu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
atakanbiyikoglu/README.md

Hi there, I'm Atakan Bıyıkoğlu 👋

Backend & AI Developer

Building scalable web architectures, AI-integrated automations, and secure database systems.

LinkedIn Email

🚀 About Me

I am a developer focused on Node.js & Python ecosystems. I specialize in modernizing legacy infrastructures, designing relational database schemas (PostgreSQL), and integrating LLMs (OpenAI, Claude) into real-world applications without over-engineering.

  • 🔭 I’m currently working on Autonomous AI Agents & SaaS Platforms.
  • Core Philosophy: "Clean code, scalable database, reliable API."

🛠️ Technical Arsenal

Domain Technologies
Backend NodeJS Python Express
AI Integrations OpenAI Claude Gemini
Database PostgreSQL Supabase Neon MongoDB
Tools & ORM Prisma Git Vercel n8n

💼 Featured Engineering Work

1. SaaS Platform Infrastructure Modernization (Private Repo / NDA)

Revived a legacy codebase with no documentation and transformed it into a production-ready platform for an early-stage startup.

  • Infrastructure Recovery: The production database was missing. I reverse-engineered the data structure solely from Prisma ORM schema definitions and re-initialized a PostgreSQL (Neon) instance.
  • CI/CD Pipeline: Replaced manual processes with an automated deployment pipeline connecting GitHub to Vercel, managing environment secrets and domain configurations.
  • Cost Optimization: Designed a pre-processing logic that summarizes user inputs before sending them to the AI model, reducing token consumption.
  • Security: Engineered an idempotent verification flow and rate limiting to prevent bot spam during user registration.

2. AI Chatbot & Automation SaaS (Startup Internship)

A multi-tenant AI assistant platform for enterprise clients.

  • Fault-Tolerant AI System: Built a 3-layer fallback system that automatically switches providers (Gemini → OpenAI → DeepSeek) in case of API outages to ensure uptime.
  • Embeddable Widget: Developed a lightweight chatbubble.js widget using Shadow DOM, allowing clients to inject the chatbot into any website without CSS conflicts.
  • Database Security (RLS): Implemented PostgreSQL Row Level Security (RLS) policies on Supabase to securely isolate User, Partner, and Admin data.
  • Document AI (File Search): Integrated OpenAI Assistants API (File Search) to allow users to upload PDF/Docx files, enabling the chatbot to answer questions based on custom knowledge bases.
  • Automation: Connected the platform to n8n workflows for cross-platform messaging and task automation (WhatsApp/Instagram).

3. AI-Driven Career Architect (TÜBİTAK 2209-A)

An end-to-end decision support ecosystem integrating psychometric models with LLMs. Live Demo: kariyermimari.tech

  • LLM Integration: Integrated RIASEC and OCEAN models with large language models to generate personalized, data-driven career guidance.
  • Data-Driven Logic: Developed a rule-based inference engine on Node.js that transforms raw psychometric survey data into structured role clusters.
  • Algorithm Design: Implemented custom algorithms to process user responses and map them to specific behavioral archetypes with high accuracy.

Pinned Loading

  1. career-architect-ai career-architect-ai Public

    TÜBİTAK 2209-A destekli Kariyer Mimarı AI web platformu ana deposu. RIASEC & OCEAN psikometrik modellerinin Gemini 2.0 ile sentezlendiği API-driven A/B deney sistemi.

    JavaScript

  2. business-diagnostic-agent business-diagnostic-agent Public

    An AI-driven, multi-agent business diagnostic tool using Gemini API and Pydantic for structured problem analysis.

    Python

  3. career-architect-mobile career-architect-mobile Public

    TÜBİTAK 2209-A destekli Kariyer Mimarı platformunun %100 Native Flutter mobil istemcisi. Gemini 2.0 Flash, Supabase ve Riverpod ile kurgulanmış API-First Serverless mimari.

    Dart

  4. pixel-batch pixel-batch Public

    Batch HEIC to JPEG converter for Windows and macOS with high-quality output and minimal perceptual loss.

    JavaScript

  5. Steam-Delisted-Game-Loader Steam-Delisted-Game-Loader Public

    Automated tool to bulk-install delisted Steam games via system protocols.

    C#

  6. url-compare url-compare Public

    A Python-based utility tool for comparing URL lists and analyzing HTTP status codes. Features a local web interface for easy data visualization and CSV export support.

    HTML