Skip to content
View ihsanalapsi's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report ihsanalapsi

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
ihsanalapsi/README.md

Hey there! I'm Ihsan Alapsi πŸ‘‹

Typing SVG

Profile Views

LinkedIn Gmail SyMarket


πŸš€ About Me

const ihsan = {
  location: "Istanbul, Turkey πŸ‡ΉπŸ‡·",
  role: "Software Engineer & Product Developer",
  focus: ["B2B SaaS", "Marketplace Platforms", "Mobile Apps"],
  currentlyBuilding: "SyMarket - Syrian Marketplace Platform",
  funFact: "I turn coffee into cross-platform apps β˜•β†’πŸ“±"
};
  • πŸ”­ Currently building SyMarket - B2B SaaS Marketplace
  • 🌱 Specializing in React Native & Next.js
  • πŸ€– Leveraging AI-assisted development for faster delivery
  • πŸŽ“ Software Engineering Graduate - Istanbul Topkapi University
  • 🌍 Languages: Arabic (Native), Turkish, English

πŸ› οΈ Tech Stack

Frontend & Mobile

React Native Next.js React TypeScript

Backend & Database

Supabase PostgreSQL Firebase Prisma

Styling & Tools

Tailwind CSS Git VS Code Vercel


πŸ“Š GitHub Stats


πŸ† Featured Projects

Project Description Tech Stack
πŸ›’ SyMarket B2B SaaS Marketplace Platform React Native, Next.js, Supabase
πŸ“… Booking System Full-Stack Booking Widget Next.js, tRPC, Prisma, PostgreSQL
🍯 Baklava Ops Console B2B Operations Demo React Native, Baklava Design System
οΏ½ GlowWithShaimaa Nutrition Consultation Platform Next.js, Supabase, Tailwind

πŸ“ˆ Activity Graph

Activity Graph


πŸ’¬ Let's Connect!

Connect

πŸ“§ ihsanalapsi@gmail.com | πŸ“ Istanbul, Turkey

Popular repositories Loading

  1. whatsapp-number-extractor whatsapp-number-extractor Public

    A powerful tool to extract phone numbers from WhatsApp groups and export them into a CSV file. Works directly in your browser without any extensions.

    4 1

  2. baklava-ops-console baklava-ops-console Public

    B2B Operations Console demo built with React Native using Trendyol’s Baklava Design System (RTL, i18n, component-driven UI).

    TypeScript 1

  3. ihsanalapsi ihsanalapsi Public

    My Profile

  4. Priority-Linked-List-Manipulation Priority-Linked-List-Manipulation Public

    This project manages a priority-sorted linked list. The code, in C++ and C, performs core tasks: Insertion: Add nodes with data and priority, sorting them by priority. Swapping: Swap nodes based on…

    C++

  5. Doviz-Exchange-Simulator Doviz-Exchange-Simulator Public

    Simulate currency exchange & math calculation scenarios. Use C programs: q1.c for math calculation with nested loops, q2.c for currency exchange based on predefined rates. Enhance programming skill…

    C

  6. Projectile-Motion-Simulations Projectile-Motion-Simulations Public

    Simulate projectile motion trajectories and attempts to hit a target using different methods and parameters

    Python