Skip to content
View khadigaah's full-sized avatar
๐Ÿ’ญ
Quietly building
๐Ÿ’ญ
Quietly building

Block or report khadigaah

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
khadigaah/README.md

Khadiga Logo

Hi wave, I'm Khadiga

Backend Developer (Python) โ€ข Building REST APIs with FastAPI & Docker


๐Ÿ‘ฉโ€๐Ÿ’ป About Me

  • ๐Ÿ”ญ Currently building production-ready backend APIs using FastAPI.
  • ๐Ÿ—„๏ธ Working with SQLAlchemy and clean data models for scalable applications.
  • ๐Ÿ” Implementing authentication with JWT and secure password hashing.
  • ๐Ÿงช Writing automated tests using Pytest.
  • ๐Ÿณ Containerizing projects with Docker and Docker Compose for consistent environments.
  • ๐Ÿ“ฉ Reach me: khadiigahany@gmail.com
  • ๐Ÿ’ผ LinkedIn: linkedin.com/in/khadijahany

๐Ÿงฐ Tech Stack

Backend

  • Python โ€ข FastAPI โ€ข Pydantic
  • SQLAlchemy โ€ข SQLite (and ready for PostgreSQL)
  • JWT (python-jose) โ€ข Passlib (bcrypt)
  • Pytest

DevOps / Tools

  • Docker โ€ข Docker Compose
  • Git & GitHub โ€ข VS Code

๐Ÿš€ Featured Projects

  • Book API (FastAPI + SQLAlchemy + JWT + Docker)
    Secure REST API for managing books with authentication and protected routes.
    โœ… JWT Login โ€ข โœ… CRUD โ€ข โœ… Tests โ€ข โœ… Dockerized
    ๐Ÿ”— Repo: https://github.com/khadigaah/book-api-fastapi

  • Todo API (FastAPI + SQLAlchemy + JWT + Pytest + Docker)
    A full backend API for a todo system with clean architecture-ready structure.
    โœ… Auth โ€ข โœ… CRUD โ€ข โœ… Testing โ€ข โœ… Docker Compose
    ๐Ÿ”— Repo: Coming soon


๐Ÿ“Œ What Iโ€™m Working On Now

  • Building a clean, modular FastAPI structure (routers, services, schemas)
  • Improving Docker workflow for local development
  • Expanding testing coverage with Pytest

๐Ÿค Letโ€™s Connect


Python FastAPI Docker SQLAlchemy PostgreSQL Git GitHub VS Code

Popular repositories Loading

  1. khadigaah khadigaah Public

  2. BookStore BookStore Public

    This project is a modern bookstore app built with Flutter. It follows the MVVM architectural pattern and uses BLoC to handle complex state management and UI interactions efficiently.

    Dart

  3. Time-Tracking-App Time-Tracking-App Public

    Time Tracking is a lightweight task and project management app that helps users create projects and tasks, then log time entries to track how much time is spent on each task. It provides a clear hiโ€ฆ

    Dart

  4. book-api-fastapi book-api-fastapi Public

    Book API is a production-ready RESTful service that allows users to sign up, authenticate using JWT, and manage their own book collection (create, read, update, delete). The project is built with Fโ€ฆ

    Python